mattias
64d075fa75
TDateEdit - fix color, ReadOnly, move property Date to public sections from Aleksey
...
git-svn-id: trunk@10189 -
2006-11-12 22:09:39 +00:00
mattias
f1aabcf1e1
fixed fpc 2.0.4 compilation
...
git-svn-id: trunk@9935 -
2006-09-18 22:53:05 +00:00
marc
89f440e1fe
* patch from Florian
...
git-svn-id: trunk@9934 -
2006-09-18 21:14:35 +00:00
micha
48ea9b32d1
fix lazarus 64 bit, from fpk
...
git-svn-id: trunk@9860 -
2006-09-10 19:39:43 +00:00
mattias
cdb8224a6c
64bit fixes
...
git-svn-id: trunk@9795 -
2006-09-02 20:41:45 +00:00
mattias
31810fcee6
gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1
...
git-svn-id: trunk@9499 -
2006-06-27 11:28:17 +00:00
mattias
7a675dec3a
added TListWithEvents, fixed codetools adding a colon too much, added lcl test for TPageControl
...
git-svn-id: trunk@9477 -
2006-06-22 18:09:31 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
micha
9662961394
define ULONG_PTR for non-windows and 2.0.2
...
git-svn-id: trunk@9233 -
2006-05-03 17:40:41 +00:00
micha
89962420b2
win64 (64 bit) fixes to records
...
git-svn-id: trunk@9230 -
2006-05-02 20:30:54 +00:00
micha
d9e9f1570f
win64 fixes (from peter, modified)
...
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
mattias
c03e8cd810
added DefineRectProperty
...
git-svn-id: trunk@8811 -
2006-02-23 16:29:43 +00:00
mattias
994cebd433
replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
...
git-svn-id: trunk@8759 -
2006-02-17 14:07:21 +00:00
mattias
c17929dd5f
fixes for compiling wince
...
git-svn-id: trunk@8757 -
2006-02-17 13:57:15 +00:00
vincents
36b2299e1a
removed TSize from LCLType (fixes issue #1702 )
...
git-svn-id: trunk@8738 -
2006-02-15 22:18:07 +00:00
vincents
afe0734734
clean up of fpcadds
...
git-svn-id: trunk@8101 -
2005-11-07 23:25:45 +00:00
vincents
dd93247ae6
added MB_ICONSTOP
...
git-svn-id: trunk@8013 -
2005-10-31 09:14:38 +00:00
jesus
991b9379d3
Font enumeration, Screen.fonts, TFontCharset property editor
...
git-svn-id: trunk@7999 -
2005-10-29 20:06:26 +00:00
vincents
9756f34667
fixed title of Open masks file dialog
...
git-svn-id: trunk@7922 -
2005-10-06 20:46:45 +00:00
marc
1eb012c515
* Fixed scrolling for TScrollbox in GTK (gtklayout based controls)
...
git-svn-id: trunk@7734 -
2005-09-18 13:40:54 +00:00
vincents
a0311c2cba
removed cvs logs
...
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
1064272122
removed ifdef ver1 from Martin Smat
...
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
vincents
ef4a1cefe8
added uses LCLType to get the correct THandle type
...
git-svn-id: trunk@7471 -
2005-08-01 13:00:09 +00:00
mattias
a4f497026b
fixed ambigious with ambiguous
...
git-svn-id: trunk@7011 -
2005-03-23 10:45:06 +00:00
mattias
f8d5c91d6f
moved CM_ message constants from crontrols.pp to lmessages.pp to break circles and clean up controls.pp
...
git-svn-id: trunk@6940 -
2005-03-11 14:40:37 +00:00
mattias
01b7972fa4
fixed bmp 16 bit loading from Peter J. Haas
...
git-svn-id: trunk@6924 -
2005-03-08 10:29:19 +00:00
vincents
8e64bd00ae
fixed fpc 1.0.x compilation
...
git-svn-id: trunk@6773 -
2005-02-08 21:46:23 +00:00
marc
7c3a95c570
* first 64bit changes
...
git-svn-id: trunk@6752 -
2005-02-05 16:09:52 +00:00
mattias
1ac4c9fdda
implemented TPen.Mode=pmXor from Jesus
...
git-svn-id: trunk@6508 -
2005-01-08 11:03:18 +00:00
micha
b63e712b19
swap TCustomStaticText and TCustomLabel
...
git-svn-id: trunk@6500 -
2005-01-07 20:51:11 +00:00
mattias
bc7d15ff4b
started TFont mirgration to fpCanvas font
...
git-svn-id: trunk@6406 -
2004-12-22 19:56:44 +00:00
mattias
a802f8afa9
applied patch for smooth scrolling parameters from Jesus
...
git-svn-id: trunk@6379 -
2004-12-16 19:03:57 +00:00
mattias
a56e16653b
added more gtk ISO character sets
...
git-svn-id: trunk@6304 -
2004-11-27 13:57:49 +00:00
mattias
020ed4dbc7
implemented stopping project on close project
...
git-svn-id: trunk@6273 -
2004-11-20 11:49:15 +00:00
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
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
725ee3133d
improved double byte char fonts for gtk1, started synedit UTF8 support
...
git-svn-id: trunk@5906 -
2004-09-02 09:17:00 +00:00
mattias
4cb794d4d7
added OnUTF8KeyPresss
...
git-svn-id: trunk@5895 -
2004-08-30 16:37:58 +00:00
mattias
3fca394b77
changed GTK2 IFDEF to USE_UTF8BIDI_LCL
...
git-svn-id: trunk@5894 -
2004-08-30 16:11:02 +00:00
mattias
8fb1867a6b
removed obsolete unit vclglobals
...
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00
micha
a0bbd3dbca
let synedit use scrollwindowex, if that does not work, use invalidate
...
git-svn-id: trunk@5626 -
2004-06-30 17:14:11 +00:00
micha
755a31fac2
add measureitem message and struct
...
git-svn-id: trunk@5472 -
2004-05-14 17:17:29 +00:00
mattias
9f68e8722f
moved TOnwerDrawState to StdCtrls
...
git-svn-id: trunk@5286 -
2004-03-08 00:48:05 +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
ce51572453
started advanced LCL auto sizing
...
git-svn-id: trunk@5198 -
2004-02-13 15:49:54 +00:00
mattias
bf8c04c86a
ShortCutToText now deletes any modifier
...
git-svn-id: trunk@5163 -
2004-02-04 13:40:19 +00:00
mattias
033a8d0037
added CLX colors
...
git-svn-id: trunk@5161 -
2004-02-04 12:48:17 +00:00
micha
751c4efb69
scrollbar fix (from martin smat)
...
git-svn-id: trunk@5071 -
2004-01-17 11:11:42 +00:00
micha
27a1a25f92
- fix win32/checklistbox
...
- implement proper lcl to interface move/size notify via setwindowpos
- fix treeview to use inherited canvas from customcontrol
- implement double buffering in win32
git-svn-id: trunk@5004 -
2004-01-03 21:06:06 +00:00
micha
8881c2270a
fix a lot of range check errors win32
...
git-svn-id: trunk@4986 -
2003-12-29 14:22:22 +00:00