paul
|
7de0398b2a
|
declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426)
git-svn-id: trunk@10969 -
|
2007-04-18 15:51:50 +00:00 |
|
micha
|
61bef86625
|
* another ugly winxp theming fix; now for trackbars (issue #2013)
git-svn-id: trunk@10839 -
|
2007-03-31 14:37:42 +00:00 |
|
marc
|
466edbbd14
|
* Fixed bug #1854
git-svn-id: trunk@10481 -
|
2007-01-20 02:19:19 +00:00 |
|
marc
|
d05adb23c1
|
* modified customdraw listview patch from BeniBela
git-svn-id: trunk@9770 -
|
2006-08-29 23:33:15 +00:00 |
|
vincents
|
b8ef0bd35b
|
add class method modifier to the implementation of class methods (fixes fpc 2.1.1 compilation)
git-svn-id: trunk@9366 -
|
2006-05-27 20:30:46 +00:00 |
|
mattias
|
e81c0f77a0
|
added WithThemSpace parameter to GetPreferredSize
git-svn-id: trunk@9331 -
|
2006-05-21 15:47:28 +00:00 |
|
mattias
|
6eb4930179
|
fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
|
2006-05-05 05:52:08 +00:00 |
|
micha
|
d9e9f1570f
|
win64 fixes (from peter, modified)
git-svn-id: trunk@9221 -
|
2006-05-01 21:45:12 +00:00 |
|
vincents
|
db2a2141a9
|
implemented several TrackBar properties on win32 (issue #1795)
git-svn-id: trunk@9115 -
|
2006-04-10 20:07:11 +00:00 |
|
vincents
|
7e9fc77a93
|
removed ShowScale
git-svn-id: trunk@9113 -
|
2006-04-10 11:18:13 +00:00 |
|
vincents
|
e6f4efef7a
|
use PBM_SETRANGE32 (issue #1555)
git-svn-id: trunk@8372 -
|
2005-12-26 13:31:56 +00:00 |
|
micha
|
318c4f1d70
|
only create toolbar widget for OldToolbar, "new" toolbar is custom drawn
git-svn-id: trunk@8048 -
|
2005-11-03 17:20:42 +00:00 |
|
vincents
|
53e55f23cf
|
fixed compilation with fpc 2.1.1
git-svn-id: trunk@7915 -
|
2005-10-05 09:03:57 +00:00 |
|
mattias
|
d78f4a688c
|
converted environment options to lfm from Darius
git-svn-id: trunk@7726 -
|
2005-09-17 13:50:59 +00:00 |
|
micha
|
e449af4c82
|
remove TWin32WidgetSet.RecreateWnd, use the one from Controls unit
git-svn-id: trunk@7369 -
|
2005-07-18 12:37:58 +00:00 |
|
mattias
|
2e08e62328
|
added ldocktree.pas
git-svn-id: trunk@7311 -
|
2005-07-01 18:20:41 +00:00 |
|
vincents
|
3412d8b96c
|
preferred size of statusbar is actual size.
git-svn-id: trunk@7290 -
|
2005-06-26 19:35:02 +00:00 |
|
micha
|
c55ae368e5
|
fix removing all panels from statusbar (last one was not removed)
git-svn-id: trunk@6904 -
|
2005-03-05 21:41:47 +00:00 |
|
vincents
|
5dade8a670
|
listview fixes for fpc 1.0.x
git-svn-id: trunk@6864 -
|
2005-02-28 22:05:06 +00:00 |
|
marc
|
6ed8e2ecf4
|
* Reworked listviews to match new interface
git-svn-id: trunk@6848 -
|
2005-02-26 17:08:41 +00:00 |
|
micha
|
14132a2414
|
statusbar does resizing itself upon receiving WM_SIZE message (fixes bug #603)
git-svn-id: trunk@6819 -
|
2005-02-20 17:32:52 +00:00 |
|
micha
|
dc9a14d438
|
fix bug #602, statusbar loses text on first panel
git-svn-id: trunk@6781 -
|
2005-02-12 16:54:17 +00:00 |
|
vincents
|
6815fe14f7
|
send LM_CHANGE message for trackbar
git-svn-id: trunk@6493 -
|
2005-01-07 10:51:07 +00:00 |
|
mattias
|
2d0f725a44
|
implemented TTIProgressBar
git-svn-id: trunk@6451 -
|
2005-01-01 18:56:47 +00:00 |
|
micha
|
3859bbcc63
|
cleanup statusbar methods in lcl interfaceobject
fix statusbar recursive call issue
git-svn-id: trunk@6143 -
|
2004-10-16 10:15:45 +00:00 |
|
micha
|
2b55646f6f
|
splitup of CreateComponent to widgetset CreateHandle methods
git-svn-id: trunk@6137 -
|
2004-10-15 09:51:09 +00:00 |
|
micha
|
71d0f3dd98
|
convert LM_SETPROPERTIES message to interface method for TCustomTrackBar
remove message LM_SETPROPERTIES, conversion done
git-svn-id: trunk@6059 -
|
2004-09-24 07:52:36 +00:00 |
|
micha
|
fe50379736
|
convert LM_SETPROPERTIES message to interface method for TProgressBar
git-svn-id: trunk@6053 -
|
2004-09-23 14:50:47 +00:00 |
|
micha
|
9bb1cdbb19
|
convert LM_SETPROPERTIES message to interface methods for TCustomListView
git-svn-id: trunk@6045 -
|
2004-09-22 18:06:32 +00:00 |
|
micha
|
b1a4a3dab4
|
convert LM_SETVALUE message to interface methods
git-svn-id: trunk@6032 -
|
2004-09-19 18:50:28 +00:00 |
|
micha
|
559f264877
|
convert LM_GETVALUE message to interface method
git-svn-id: trunk@6029 -
|
2004-09-18 17:07:58 +00:00 |
|
micha
|
3a6375ea0f
|
convert LM_INSERTTOOLBUTTON and LM_DELETETOOLBUTTON messages to interface methods; warning: still very ugly code, as if it is "OldToolbar" so probably, obsolete
git-svn-id: trunk@5998 -
|
2004-09-14 14:41:17 +00:00 |
|
micha
|
29b6b24632
|
convert LM_TB_BUTTONCOUNT to interface method
git-svn-id: trunk@5991 -
|
2004-09-13 14:34:53 +00:00 |
|
mattias
|
20cfc9e471
|
improved TListView.SetItemVisible from Andrew Haines
git-svn-id: trunk@5948 -
|
2004-09-08 23:05:36 +00:00 |
|
mattias
|
116c988455
|
added RTTI controls
git-svn-id: trunk@5687 -
|
2004-07-16 21:49:00 +00:00 |
|
marc
|
c4afc3033d
|
* Implemented most of TListColoum/Item in the Ws for gtk and win32
git-svn-id: trunk@5667 -
|
2004-07-11 17:20:47 +00:00 |
|
marc
|
897fe72887
|
* Fixes some typos and changes uses clause cases
git-svn-id: trunk@5317 -
|
2004-03-17 19:59:56 +00:00 |
|
marc
|
34c1c7f47b
|
* Interface reconstruction. Created skeleton units, classes and wscontrols
git-svn-id: trunk@5311 -
|
2004-03-17 00:34:37 +00:00 |
|