Commit Graph

16286 Commits

Author SHA1 Message Date
paul
c8f918e694 lcl: don't draw background on TImage with TransparentColor.
Reasons: Transparent property controls only Graphic.Transparent and nothing more. If an image is always transparent (icon, png with alpha, etc) this property controls nothing. This is also delphi compatible behavior (fixes #0011646).

git-svn-id: trunk@16374 -
2008-09-03 03:00:41 +00:00
mattias
60daf2ddd1 fixed comparing filenames under darwin
git-svn-id: trunk@16373 -
2008-09-03 01:08:09 +00:00
marc
301ebd9881 * Implemented .ico + .cur writing
git-svn-id: trunk@16372 -
2008-09-02 23:00:19 +00:00
marc
98c9fb0791 * Don't copy mask when MaskBitsPerPixel = 0
git-svn-id: trunk@16371 -
2008-09-02 22:59:01 +00:00
marc
5d9091197c * fixed FP exception when clearing min/max of spinbutton
git-svn-id: trunk@16370 -
2008-09-02 22:54:59 +00:00
kirkpatc
4ce9e366bd FPDoc - many new descriptions and many links fixed in ComCtrls.xml
git-svn-id: trunk@16369 -
2008-09-02 18:45:25 +00:00
tombo
9368b8537a LCL Carbon: fixed #0012033: Mac OS X : LoadCursorFromLazarusResource throws Division by Zero Exception! with great help from Paul, need to fix custom cursor masking problem
git-svn-id: trunk@16368 -
2008-09-02 18:01:36 +00:00
mattias
6a41137af8 IDE: setting Project.SessionModified when bookmark changed
git-svn-id: trunk@16367 -
2008-09-02 14:03:00 +00:00
zeljko
6bb5bb81e9 Qt: bugfix for latest mdichild move propagation patch.
git-svn-id: trunk@16366 -
2008-09-02 08:50:23 +00:00
zeljko
32d0384e63 Qt: propagate move events from mdichild forms, mdichild code simplification.
git-svn-id: trunk@16365 -
2008-09-02 08:03:03 +00:00
zeljko
3a19754455 Qt: Fix problem with mousewheel in lazreport, now it can scroll inside report, added shiftstate into mousewheel message.
git-svn-id: trunk@16364 -
2008-09-02 06:20:57 +00:00
paul
16b040bd65 lcl: don't create a mask directly on adding an imagelist bitmap from the resource (#0012017)
git-svn-id: trunk@16363 -
2008-09-02 01:54:31 +00:00
paul
7712fe3795 wince: fix CreateDIBSectionFromDescription for mono bitmaps (#0011911)
git-svn-id: trunk@16362 -
2008-09-02 01:21:55 +00:00
mattias
5ed7fa3a72 IDE: using underscore for new components with numbers at end
git-svn-id: trunk@16361 -
2008-09-01 21:35:04 +00:00
mattias
0258b583f2 codetools: fixed examples
git-svn-id: trunk@16360 -
2008-09-01 20:08:28 +00:00
mattias
66d5f5f3c3 examples: fixe compilation
git-svn-id: trunk@16359 -
2008-09-01 20:05:45 +00:00
mattias
7b88b53b94 fixed examples compilation
git-svn-id: trunk@16358 -
2008-09-01 20:00:14 +00:00
mattias
1dde630b38 examples: fixed compilation
git-svn-id: trunk@16357 -
2008-09-01 19:51:05 +00:00
zeljko
5b295c681a Qt: bugfix, must check is paintdevice active before destroying printer object.
git-svn-id: trunk@16356 -
2008-09-01 18:40:51 +00:00
mattias
380d06867a IDE: environment options: adding default compiler fpaths to combobox
git-svn-id: trunk@16355 -
2008-09-01 18:33:40 +00:00
mattias
e0e29ebbde IDE: debugger options: auto search for gdb path when switching debugger class
git-svn-id: trunk@16354 -
2008-09-01 18:10:40 +00:00
mattias
b110becc44 lazdatadesktop: fixed compilation
git-svn-id: trunk@16353 -
2008-09-01 17:36:24 +00:00
mattias
64668d1e39 IDE: moved debug options form to debugger directory
git-svn-id: trunk@16352 -
2008-09-01 17:21:48 +00:00
mattias
fa30fe40de Marc wins
git-svn-id: trunk@16351 -
2008-09-01 13:14:17 +00:00
paul
751f2ae42a rx: fix for 64bit from Alexs
git-svn-id: trunk@16350 -
2008-09-01 12:20:59 +00:00
paul
626b5f317d fix compilation
git-svn-id: trunk@16349 -
2008-09-01 12:15:43 +00:00
kirkpatc
2cf87a40de FPDoc - update many descriptions and add links, mostly to TTreeView and its ancestors in ComCtrls.xml
git-svn-id: trunk@16348 -
2008-09-01 11:31:45 +00:00
mattias
8d39dbb274 added icons for TProcessUTF8 and TAsyncProcess
git-svn-id: trunk@16347 -
2008-09-01 10:32:09 +00:00
mattias
a00dac7763 added TProcessUTF8
git-svn-id: trunk@16346 -
2008-09-01 10:24:04 +00:00
paul
ebcef32df2 win32: fix SpinEdit (#0011817)
git-svn-id: trunk@16345 -
2008-09-01 10:01:13 +00:00
paul
0231a67f14 lcl, win32: formatting + misc
git-svn-id: trunk@16344 -
2008-09-01 10:00:29 +00:00
mattias
2b8043dbe0 translations: russian: updates from Maxim Ganetsky
git-svn-id: trunk@16343 -
2008-09-01 06:55:54 +00:00
paul
d0e2626172 wince: don't disable self MenuBar window on ShowModal (#0011913)
git-svn-id: trunk@16342 -
2008-09-01 05:27:42 +00:00
paul
81a450222b wince:
- port some win32 graphic fixes
  - add CreateDIBSectionFromDDB since GetDIBits is not exits on wince
  - fix GetBitmapBytes - now it can retrieve bytes from the DDB
(#0011911)
  

git-svn-id: trunk@16341 -
2008-09-01 03:35:15 +00:00
paul
e67d502aa5 lcl: fix TCustomImageList.AddLazarusResource (#0012017)
git-svn-id: trunk@16340 -
2008-09-01 01:27:12 +00:00
kirkpatc
6f910265a7 FPDoc - fix typo in stdctrls.xml
git-svn-id: trunk@16339 -
2008-08-31 20:58:36 +00:00
kirkpatc
082366e7fe FPDoc - some corrections to TWinControl in Controls.xml; create links and some descriptions for TToolButton and TToolBar in ComCtrls.xml
git-svn-id: trunk@16338 -
2008-08-31 20:56:53 +00:00
vincents
6e214837b9 IDE: fixed range check error from Martin Friebe (issue #12016)
git-svn-id: trunk@16337 -
2008-08-31 20:54:33 +00:00
jesus
d780914fb5 LazReport, dequote UPPERCASE and similar string functions, thanks to javier villarroya
git-svn-id: trunk@16336 -
2008-08-31 17:50:49 +00:00
vincents
5c848be4cb LCL: fixed compilation with fpc 2.2.0 (issue #12003)
git-svn-id: trunk@16335 -
2008-08-31 17:23:19 +00:00
paul
efbdaeaf0e lcl: add basic support for Progress during reading/writing of TCustomBitmap (tested with bpm,xpm). Based on patch of Laurent Jacques (#0008893)
git-svn-id: trunk@16334 -
2008-08-31 15:09:46 +00:00
paul
9f2224c1fc ide: fix CharacterMap (#0012010)
git-svn-id: trunk@16333 -
2008-08-31 14:02:08 +00:00
paul
bc70d6ed36 synedit: fix compilation (#0012014)
git-svn-id: trunk@16332 -
2008-08-31 13:29:45 +00:00
paul
08ac633cb7 lcl: don't create dummy mask on TRasterImage.BitmapHandleNeeded (from Luiz, #0012005)
git-svn-id: trunk@16331 -
2008-08-31 12:57:12 +00:00
mattias
69487343c3 synedit: tsynmemo: fixed computing line ends
git-svn-id: trunk@16330 -
2008-08-31 12:23:17 +00:00
mattias
8acfc91bed gtk1+2 intf: added comment about wake up gtk main loop from another threa
git-svn-id: trunk@16329 -
2008-08-31 11:28:31 +00:00
mattias
5e37b07ce5 gtk1+2 intf: made FMessageQueue thread safe
git-svn-id: trunk@16328 -
2008-08-31 11:18:41 +00:00
mattias
6acd41dad9 IDE: not creating output directory for test project, bug #11996
git-svn-id: trunk@16327 -
2008-08-31 09:17:39 +00:00
paul
697b3bc780 lcl: free mask too (not only bitmap handle) on changing size (#0012004)
git-svn-id: trunk@16326 -
2008-08-31 09:11:52 +00:00
paul
caf7b07e05 lcl: added RawImageNeeded to the TIconImage. Now accessing of the Canvas for the just added image works. partially fixes #0011983
git-svn-id: trunk@16325 -
2008-08-31 08:42:07 +00:00