Commit Graph

16144 Commits

Author SHA1 Message Date
tombo
f3be183c27 LCL Carbon: fixed #0011986: Wrong colors in TLabel with TMemo - revert font attributes after applying to memo
git-svn-id: trunk@16282 -
2008-08-28 13:08:57 +00:00
sekelsenmat
54842c85d5 Small fix in trayicon example to make sure the correct icon is loaded in Win32
git-svn-id: trunk@16281 -
2008-08-28 11:59:38 +00:00
zeljko
7a7e45b610 Qt: Fixed focus problems (eg. OnExit() events from TCustomEdit etc.), now it is just like in VCL.
git-svn-id: trunk@16280 -
2008-08-28 08:45:21 +00:00
paul
07f06787ff lcl: allow setting Size for TIcon, TCursorImage, TicnsIcon before loading or before changing Current property. fixes #0011983
git-svn-id: trunk@16279 -
2008-08-28 00:54:58 +00:00
mattias
670b1d8ed2 translations: german: from Joerg Braun
git-svn-id: trunk@16278 -
2008-08-27 21:56:57 +00:00
vincents
8c0e300f91 IDE: fixed retrieving default primary config path, if it contains non ascii chars
git-svn-id: trunk@16277 -
2008-08-27 21:10:24 +00:00
vincents
464c8b7362 opengl: fixed framework name for carbon (issue #11985)
git-svn-id: trunk@16276 -
2008-08-27 21:04:09 +00:00
vincents
67d6b15a92 components: regenerated Makefiles
git-svn-id: trunk@16275 -
2008-08-27 20:57:57 +00:00
sekelsenmat
71b88bff9b Clean-up and improvements in the trayicon test program.
git-svn-id: trunk@16274 -
2008-08-27 13:35:50 +00:00
mattias
ca1ba91b58 IDE: added unit FileUtil to new units
git-svn-id: trunk@16273 -
2008-08-27 11:28:48 +00:00
mattias
9032caa4fd UTF-8: added ExpandFilenameUTF8
git-svn-id: trunk@16272 -
2008-08-27 11:25:01 +00:00
tombo
f65592b46f LCL carbon: applied patch #0011974: Selected keys not working from C Western
git-svn-id: trunk@16271 -
2008-08-27 11:00:18 +00:00
kirkpatc
a33a536eb3 FPDoc - some links added in ExtCtrls.xml
git-svn-id: trunk@16270 -
2008-08-27 09:48:20 +00:00
paul
616a436bc1 lcl: use more efficient code in TCustomIcon.MaskHandleNeeded
git-svn-id: trunk@16269 -
2008-08-27 09:33:26 +00:00
paul
8519c89579 lcl:
- fix TCustomBitmap.MaskHandleNeeded. It used non-compatible description to create mask handle (#0011850)
  - fix TBitmap. Don't set FTransparentColor - it must be clDefault
examples:
  - fix compilation of icon example

git-svn-id: trunk@16268 -
2008-08-27 09:24:00 +00:00
mattias
8c0aae4a24 LCL: GetSystemEncoding: not using LANG under windows
git-svn-id: trunk@16267 -
2008-08-27 08:46:09 +00:00
mattias
46a2af42a2 IDE: fixed showing new inherited form
git-svn-id: trunk@16266 -
2008-08-27 08:35:50 +00:00
paul
354cd5a4fb lcl: forgot to delete dummy bitmap (#0011980)
git-svn-id: trunk@16265 -
2008-08-27 08:29:58 +00:00
zeljko
e09c9c8450 Qt: fix for various crashes 32/64bit.We don't use eventprocessing on timers anymore,
also there's a small fix to appWaitMessage().Tnx to Terry Kemp for issue investigation on 64bit.

git-svn-id: trunk@16264 -
2008-08-27 07:05:14 +00:00
paul
5b40ff0d6c win32: fix CreateIconIndirect for our needs. should fix #0011569
git-svn-id: trunk@16263 -
2008-08-27 03:37:23 +00:00
paul
d173c2f1ae lcl: apply Mark patch
- CreateCompatibleBitmaps
  - separate MaskHandleNeeded of icon from BitmapHandleNeeded
  - simplify TRasterImage.BitmapHandleNeeded
from me:
  - fix TRawImageLineStarts.GetPosition

git-svn-id: trunk@16262 -
2008-08-27 02:47:30 +00:00
sekelsenmat
09225df31f Fixes AV in gtk2 TTrayIcon.InternalUpdate and adds a better handle mechanism to it
git-svn-id: trunk@16261 -
2008-08-27 01:13:29 +00:00
vincents
a5edfe5a9b LCL: fixed FileListBox.FileName property, if a directory is selected (issue #11965) from WhiteWind
git-svn-id: trunk@16260 -
2008-08-26 22:42:11 +00:00
vincents
c6d49b3802 fixed UTF8 to Sys conversions for file operations
git-svn-id: trunk@16259 -
2008-08-26 19:57:21 +00:00
vincents
b95d6e1054 IDE: fixed range check error
git-svn-id: trunk@16258 -
2008-08-26 19:31:29 +00:00
jesus
8baa3c1ddd LazReport, fixed samples compile
git-svn-id: trunk@16257 -
2008-08-26 18:41:12 +00:00
vincents
c84f7ed855 lazintfimage example: fixed loading a bitmap
git-svn-id: trunk@16256 -
2008-08-26 17:58:03 +00:00
kirkpatc
f442e6ce92 FPDoc - a few more corrections and links in StdCtrls.xml
git-svn-id: trunk@16255 -
2008-08-26 15:40:47 +00:00
tombo
82baccc130 LCL Carbon: applied patch #0011973: Crash in readonly text edits from C Western
git-svn-id: trunk@16254 -
2008-08-26 15:17:18 +00:00
kirkpatc
cc9a5809df FPDoc - some new definitins and several links added for TControl, TWinControl, TGraphicControl and others in Controls.xml; some links added for TCustomImage in ImgList.xml; some links added in StdCtrls.xml
git-svn-id: trunk@16253 -
2008-08-26 12:25:02 +00:00
tombo
da592ea815 LCL Carbon: get bitmap width/height from CGImage
git-svn-id: trunk@16252 -
2008-08-26 09:06:17 +00:00
mattias
5e1c75250c carbon: fixed compilation
git-svn-id: trunk@16251 -
2008-08-26 06:25:14 +00:00
paul
397d98136b lcl:
- MaskHandleNeeded create default mask now if TransparentMode = tmAuto and mask by color in case of TransparentMode = tmFixed
  - BitmapHandleNeeded does not create mask if TransparentMode = tmFixed or MaskHandle is already present

This fixes some issues with changing of TransparentColor.

git-svn-id: trunk@16250 -
2008-08-26 03:01:50 +00:00
paul
1d49dbafe7 lcl: use more understandable TCustomImageList.Insert
git-svn-id: trunk@16249 -
2008-08-25 23:29:34 +00:00
marc
97be08d811 * fixed maskhandlecreation before bitmaphandle was created
git-svn-id: trunk@16248 -
2008-08-25 23:14:30 +00:00
mattias
6dac5ad9bc packages: fixed compilation
git-svn-id: trunk@16247 -
2008-08-25 23:08:26 +00:00
mattias
d18db8dd42 packages: fixed compilation
git-svn-id: trunk@16246 -
2008-08-25 23:07:34 +00:00
mattias
5c9e4e53f0 examples fixed compilation
git-svn-id: trunk@16245 -
2008-08-25 23:06:16 +00:00
mattias
fb4b5588fd examples fixed compilation
git-svn-id: trunk@16244 -
2008-08-25 23:04:43 +00:00
mattias
2903864472 examples fixed compilation
git-svn-id: trunk@16243 -
2008-08-25 23:02:42 +00:00
mattias
3836a32fb6 examples fixed compilation
git-svn-id: trunk@16242 -
2008-08-25 22:56:32 +00:00
mattias
3514616677 examples fixed compilation
git-svn-id: trunk@16241 -
2008-08-25 22:52:59 +00:00
mattias
d0cc28bbaf gtk2 lpk: removed
git-svn-id: trunk@16240 -
2008-08-25 22:51:51 +00:00
mattias
3dd7e95998 examples fixed compilation
git-svn-id: trunk@16239 -
2008-08-25 22:51:22 +00:00
mattias
ce192d3f70 examples: fixed compilation
git-svn-id: trunk@16238 -
2008-08-25 22:44:21 +00:00
mattias
908ad54b8f examples: fixed compilation
git-svn-id: trunk@16237 -
2008-08-25 22:40:11 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
marc
19bc247735 * Updated translations by Valdas Jankunas
git-svn-id: trunk@16235 -
2008-08-25 22:13:53 +00:00
vincents
7413699b4d tests:
+ added UTF8 to UTF16 conversion test from Tomas
+ added a new directory for lcl tests

git-svn-id: trunk@16234 -
2008-08-25 21:45:08 +00:00
paul
a6461c8562 win32: remove occasional commited debug code
git-svn-id: trunk@16233 -
2008-08-25 14:56:00 +00:00