Commit Graph

36 Commits

Author SHA1 Message Date
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
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
micha
d6a3529e61 do not adjust size of pages that have no widget yet
git-svn-id: trunk@8241 -
2005-11-29 21:46:37 +00:00
micha
ba14a3e41f do not focus new control if notebook does not already have focus (issue #1455)
git-svn-id: trunk@8195 -
2005-11-19 14:46:58 +00:00
micha
f7e93438b5 fix resizing notebook pages when adding all pages, which is, when setting showtabs property to true (fixes bug #1075)
git-svn-id: trunk@8040 -
2005-11-02 20:43:17 +00:00
mattias
da78e6e7a4 implemented TSplitter.Beveled for gtk intf
git-svn-id: trunk@8031 -
2005-11-02 09:10:52 +00:00
mattias
865377a667 fixed win32 compilation
git-svn-id: trunk@7887 -
2005-10-02 12:15:51 +00:00
marc
68321456bb * Renamed InterfaceObject to WidgetSet
- Removed some logs
* Changed mainloop to a callback through the interface

git-svn-id: trunk@7585 -
2005-08-28 23:38:18 +00:00
micha
4d1f460836 split up implementation of ResizeChild
git-svn-id: trunk@7371 -
2005-07-18 13:49:54 +00:00
micha
ad04037248 move GetNotebookTabIndexAtPos to the widgetset interface
implement it for win32 widgetset (fixes bug #669)

git-svn-id: trunk@7046 -
2005-03-31 21:29:45 +00:00
micha
93a367254f send notify message when changing the switching pages
git-svn-id: trunk@6768 -
2005-02-07 20:39:30 +00:00
vincents
4da758ff04 force handle creation before showing page contents
git-svn-id: trunk@6541 -
2005-01-11 13:51:17 +00:00
mattias
f8d3853f8c fixed loading no unit at start
git-svn-id: trunk@6527 -
2005-01-09 23:28:18 +00:00
micha
9a6dc5eb4a move taborder and tabstop to twincontrol
git-svn-id: trunk@6509 -
2005-01-08 14:23:56 +00:00
micha
b63e712b19 swap TCustomStaticText and TCustomLabel
git-svn-id: trunk@6500 -
2005-01-07 20:51:11 +00:00
micha
4db025c0fc can only setfocus if canfocus
git-svn-id: trunk@6480 -
2005-01-04 14:22:21 +00:00
micha
70367efb37 set focus to a control on the newly focussed tabpage of a notebook (fixes bug #501)
git-svn-id: trunk@6422 -
2004-12-27 12:08:54 +00:00
micha
34d6e4286a fix clientrect in tnotebook (fixes #476 and #488)
git-svn-id: trunk@6401 -
2004-12-21 11:46:28 +00:00
micha
8be1fd35e2 fix crash on showing tabpage
fix painting of radiobutton in groupbox (non-tabpage-parent)

git-svn-id: trunk@6177 -
2004-10-29 09:52:08 +00:00
micha
cfbcf45a59 convert GetProp and SetProp usage to one Atom pointing to a record of fields
git-svn-id: trunk@6175 -
2004-10-28 21:00:56 +00:00
micha
d5427c9574 experiment: use CS_SAVEBITS class style on tabpages to reduce flickering
git-svn-id: trunk@6169 -
2004-10-28 07:43:29 +00:00
micha
84c8159e94 fix winxp theming for tabcontrols (shaded background)
git-svn-id: trunk@6167 -
2004-10-27 20:58:58 +00:00
vincents
6d113f393b fix fpc 1.0.10 compilation, it can't pick the correct overloaded function.
git-svn-id: trunk@6165 -
2004-10-27 07:47:00 +00:00
micha
42b95dd1c7 fix bordericons initialization
fix setting tab page caption (win32)

git-svn-id: trunk@6162 -
2004-10-25 14:35:14 +00:00
micha
bda4272d04 optimize: only create tabpage contents when accessed, not immediately upon creation
git-svn-id: trunk@6157 -
2004-10-23 14:49:38 +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
c5832cd817 convert LM_MOVEPAGE message to interface method
git-svn-id: trunk@6071 -
2004-09-24 19:02:38 +00:00
micha
46c5e54090 convert LM_NB_UPDATETAB message to interface method
git-svn-id: trunk@6070 -
2004-09-24 18:00:52 +00:00
vincents
7c078384c9 fix fpc 1.0.x. compilation
git-svn-id: trunk@6052 -
2004-09-23 12:59:37 +00:00
micha
0420d2ead2 convert LM_GETITEMINDEX and LM_SETITEMINDEX messages to interface methods
git-svn-id: trunk@6007 -
2004-09-15 17:21:22 +00:00
micha
e8a875cfda convert LM_SETTABPOSITION message to interface method
git-svn-id: trunk@5997 -
2004-09-14 12:45:29 +00:00
micha
fcba6eb0fe convert LM_SHOWTABS message to interface method
git-svn-id: trunk@5994 -
2004-09-13 19:57:31 +00:00
micha
692a8dc161 convert LM_ADDPAGE and LM_REMOVEPAGE messages to new interface methods
git-svn-id: trunk@5993 -
2004-09-13 19:06:04 +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