Commit Graph

161 Commits

Author SHA1 Message Date
mattias
d2d3030a60 implemented creating classes at run time from any TComponent descendant
git-svn-id: trunk@6272 -
2004-11-20 11:20:06 +00:00
mattias
d4214e5175 impementing changing a TLabel.Font properties Size, Height, Name, Style - set only at Handle creation time
git-svn-id: trunk@6226 -
2004-11-10 18:23:56 +00:00
mattias
233bfe04f3 fixed double calling destructor for resource cache items
git-svn-id: trunk@6211 -
2004-11-07 01:10:05 +00:00
mattias
7792302666 fixed 1.0.10 compilation
git-svn-id: trunk@6098 -
2004-10-01 13:25:51 +00:00
mattias
dcbba11dd8 fixed unselecting TCanvas objects
git-svn-id: trunk@6096 -
2004-10-01 13:16:44 +00:00
mattias
9a64dd88d7 fixed TBitmap.Canvas.Frame3d
git-svn-id: trunk@6088 -
2004-09-29 15:18:27 +00:00
mattias
6ce2f93ba8 added TLazIntfImage.TColors property
git-svn-id: trunk@6076 -
2004-09-27 10:01:18 +00:00
micha
f9d650d137 convert LM_CREATE message to interface methods
remove SendMsgToInterface, CNSendMessage and related methods
remove TWidgetSet.IntSendMessage3; all LCL to interface messages have been converted

git-svn-id: trunk@6073 -
2004-09-24 21:34:14 +00:00
mattias
2c8db8bb68 fixed TCanvas.TextRect Delphi compatible Rect and added TBarChart from Michael VC
git-svn-id: trunk@6064 -
2004-09-24 13:45:32 +00:00
mattias
751fa405fa moved remaining TCanvas handle dependent methods to protected
git-svn-id: trunk@6037 -
2004-09-20 23:13:46 +00:00
micha
f0eb9c47ac convert LM_SCREENINIT message to interface method (integrated with TWidgetSet.AppInit(var ScreenInfo)
git-svn-id: trunk@6025 -
2004-09-18 10:52:48 +00:00
mattias
17f9882848 made TCanvas methods virtual
git-svn-id: trunk@6000 -
2004-09-14 18:02:44 +00:00
mattias
21b225c77b implemented finding DefineProperties in registered TPersistent, implemented auto commenting of missing units for Delphi unit conversion
git-svn-id: trunk@5996 -
2004-09-14 10:23:44 +00:00
micha
12030d9c62 rename AutoReDraw to AutoRedraw, as "Re" is not a word
git-svn-id: trunk@5992 -
2004-09-13 15:33:07 +00:00
micha
38ed545b88 convert LM_GETPIXEL and LM_SETPIXEL to interface methods (of twidgetset, DCGetPixel and DCSetPixel)
git-svn-id: trunk@5975 -
2004-09-12 13:11:50 +00:00
mattias
8a5b39971b implemented TBitmap.LoadFromDevice
git-svn-id: trunk@5966 -
2004-09-11 10:19:07 +00:00
mattias
9cbff0982c added default values for compiler skip options and improved many parts of synedit for UTF8
git-svn-id: trunk@5919 -
2004-09-04 22:24:16 +00:00
mattias
b188fee924 synedit UTF8 support started by Mazen
git-svn-id: trunk@5818 -
2004-08-18 13:12:05 +00:00
mattias
8fb1867a6b removed obsolete unit vclglobals
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00
mattias
4340c26a6e fixed brush handle cache size
git-svn-id: trunk@5771 -
2004-08-11 22:05:07 +00:00
mattias
5d3ed6859c implemented TBrushHandleCache
git-svn-id: trunk@5770 -
2004-08-11 21:10:30 +00:00
mattias
581bef95fc moved intfstrconsts.pp to lclstrconsts.pas, implemented TPenHandleCache
git-svn-id: trunk@5769 -
2004-08-11 20:57:09 +00:00
mattias
4caaeaba2c TCustomNotebook now allows pageclass descendents
git-svn-id: trunk@5509 -
2004-05-25 21:50:32 +00:00
mattias
76405be97d added build date to About box from vincent
git-svn-id: trunk@5503 -
2004-05-23 21:30:10 +00:00
mattias
5941e179aa ifdefd UseSimpleJpeg
git-svn-id: trunk@5446 -
2004-05-07 08:07:57 +00:00
mazen
bb55cb9727 + jpeg loading support
git-svn-id: trunk@5445 -
2004-05-06 16:25:23 +00:00
mattias
c65f45ff98 fixed 1.0.10 compilation
git-svn-id: trunk@5436 -
2004-04-29 18:08:17 +00:00
mattias
eaf26981f3 made TIcon more independent of TBitmap from Colin
git-svn-id: trunk@5404 -
2004-04-12 22:36:29 +00:00
mattias
88a195111d fixed saving findtext from vincent
git-svn-id: trunk@5391 -
2004-04-10 14:20:20 +00:00
mattias
ffe9052073 added basic TIcon reading from Colin
git-svn-id: trunk@5390 -
2004-04-10 00:11:16 +00:00
mattias
8b5fa84eff implemented converting gdkbitmap to RawImage mask
git-svn-id: trunk@5367 -
2004-04-03 16:47:46 +00:00
mattias
506f8a7c71 implemented mask merge and extraction for raw images
git-svn-id: trunk@5343 -
2004-03-28 12:49:23 +00:00
mattias
4cda98b31b implemented icons for TPage in gtk, mask for TCustomImageList
git-svn-id: trunk@5336 -
2004-03-22 19:10:04 +00:00
mattias
259f1c772e fixed CreateBrushIndirect
git-svn-id: trunk@5274 -
2004-03-06 17:12:19 +00:00
mattias
13a127f522 fixed FreeDC
git-svn-id: trunk@5272 -
2004-03-06 15:37:43 +00:00
mattias
ea77de264a accelerated TActionList editor from Radek
git-svn-id: trunk@5256 -
2004-03-03 23:35:55 +00:00
mattias
94d066eea6 clean up for TBitmapImage sharing
git-svn-id: trunk@5252 -
2004-03-02 22:37:36 +00:00
mattias
6a95f32a57 fixed IsFileExtensionSupported
git-svn-id: trunk@5249 -
2004-03-01 18:02:00 +00:00
mattias
53b08dab8d added jpeg example
git-svn-id: trunk@5248 -
2004-02-29 22:51:54 +00:00
mattias
a0015ec1a4 fixed bmp reader reader skipping header
git-svn-id: trunk@5247 -
2004-02-29 10:34:00 +00:00
marc
de8f27af5b * Interface CreateComponent splitup
* Implemented CreateButtonHandle on GTK interface
  on win32 interface it still needs to be done
* Changed ApiWizz to support multilines and more interfaces

git-svn-id: trunk@5236 -
2004-02-27 00:42:41 +00:00
mattias
e43bcf45a3 TBitmap can now read form streams without knowing the size
git-svn-id: trunk@5231 -
2004-02-24 19:40:17 +00:00
micha
912d81b51e revert intf split
git-svn-id: trunk@5225 -
2004-02-23 08:19:05 +00:00
micha
8c520fe744 split interface into non-lcl and lcl-component dependent parts
git-svn-id: trunk@5224 -
2004-02-22 22:52:59 +00:00
micha
3db332ae2e fixed: compiler doesn't know what function to call using ver 1.9.2
git-svn-id: trunk@5216 -
2004-02-21 15:17:43 +00:00
mattias
f1c507bc10 added uninstall popupmenuitem to package graph explorer
git-svn-id: trunk@5212 -
2004-02-21 01:01:04 +00:00
mattias
9f1208d17c CreateBitmapFromRawImage now creates mask only if needed
git-svn-id: trunk@5206 -
2004-02-19 05:07:17 +00:00
mattias
22b7bb3767 deactivated fpImage or fpc 1.0.10
git-svn-id: trunk@5186 -
2004-02-10 00:38:43 +00:00
mattias
44a86a6469 fixed TImage background for transparent images
git-svn-id: trunk@5185 -
2004-02-10 00:21:04 +00:00
mattias
b18c387c58 fixed saving custom TBitBtn kind
git-svn-id: trunk@5180 -
2004-02-07 20:25:37 +00:00