Commit Graph

34 Commits

Author SHA1 Message Date
paul
6b0ae9506c gtk: correct direction of dragimagelist hotspot
git-svn-id: trunk@13755 -
2008-01-15 05:29:41 +00:00
paul
9c545d3562 gtk: TGtkWSDragImageList implementation
git-svn-id: trunk@13753 -
2008-01-15 03:29:00 +00:00
paul
e0b764dc96 gtk:
- move GtkSwitchPage from GtkCallbacks unit to GtkWsExtCtrls unit
- fix double call of OnChanging on manual page change (part of 8338)

git-svn-id: trunk@13745 -
2008-01-14 08:10:31 +00:00
paul
3a02d78daa gtk: implement DrawDefaultDockImage (as blue rectangle)
git-svn-id: trunk@13666 -
2008-01-08 11:15:07 +00:00
mattias
14fe68ea0b gtk intf: moved FinishCreateHandle to gtk1 - it is usable for gtk1+2
git-svn-id: trunk@13642 -
2008-01-05 22:51:53 +00:00
paul
a7b954b68b restore some TMouse properties from Marius (issue #0010536)
git-svn-id: trunk@13610 -
2008-01-03 16:42:47 +00:00
paul
c8d52d15d6 gtk:
- remove FinishComponentCreate: code moved to appropriate ws classes
- remove HookSignals (same reason)

git-svn-id: trunk@13537 -
2007-12-30 18:15:53 +00:00
paul
6c90924c4c gtk:
- remove obsoleted code
- fix mem leak in TGtkWSCustomControl.CreateHandle

git-svn-id: trunk@13494 -
2007-12-28 04:18:53 +00:00
paul
9d15123d91 - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs
- gtk complete moving CreateComponent code to appropriate classes
- lcl remove CreateComponent method since there is no more need in it

git-svn-id: trunk@13478 -
2007-12-27 09:51:27 +00:00
paul
bb930dbf27 gtk: move CreateComponent code for TTrackBar to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13472 -
2007-12-26 10:00:42 +00:00
paul
21cb1c6901 remove csAlignment and one obsoleted file
git-svn-id: trunk@13471 -
2007-12-26 09:51:30 +00:00
paul
3298b06f86 gtk: move CreateComponent code for TProgressBar to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13470 -
2007-12-26 09:47:15 +00:00
paul
20c2a16ecc gtk: move CreateComponent code for TStatusBar to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13469 -
2007-12-26 09:36:23 +00:00
paul
2f0de90ec1 gtk: move CreateComponent code for TPairSplitter, TScrollBox, TScrollBar to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13467 -
2007-12-26 08:52:02 +00:00
paul
a529591664 gtk: move CreateComponent code for TCustomPage to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13465 -
2007-12-26 07:24:05 +00:00
paul
67df237d33 cleanup
git-svn-id: trunk@13463 -
2007-12-26 06:44:51 +00:00
paul
85e65510e3 gtk: move CreateComponent code for TCalendar to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13462 -
2007-12-26 06:40:22 +00:00
paul
6055944e29 removed some unneeded component styles
git-svn-id: trunk@13460 -
2007-12-26 04:48:15 +00:00
paul
eaa55af861 gtk: move CreateComponent code for TArrow to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13458 -
2007-12-26 04:22:29 +00:00
paul
07cb989050 gtk: move CreateComponent code for ToggleBox, RadioButton, Checkbox, PopupMenu, MainMenu to CreateHandle and FinishComponentCreate to SetCallbacks
git-svn-id: trunk@13457 -
2007-12-26 03:06:56 +00:00
paul
44d1b9c7a8 lcl messages:
1) move LM_CREATE and LM_DESROY to windows base (fix crash of progress bar after enabling user messages on windows issue #0010458)
2) move LCL LM_ messages far from LM_USER base to prevent collisions with popular user messages like WM_USER, WM_USER+1, ...
3) remove 2 unneeded gtk messages: LM_EXPOSEEVENT, LM_MOVECURSOR and few totally unneeded messages
4) move WM_LCL_SOCK_ASYNC away from WM_USER

git-svn-id: trunk@13415 -
2007-12-22 18:51:06 +00:00
paul
5f4c1f9e2c gtk: offset should be added only if fixed widget also have no window (fixes something in lazreport)
git-svn-id: trunk@13366 -
2007-12-18 06:06:57 +00:00
paul
d3bf174d13 turn off occasionaly committed define
git-svn-id: trunk@13332 -
2007-12-14 18:31:16 +00:00
paul
7fe9f6360b gtk:
- ask TCustomPage imageindex through TCustomNotebook.GetImageIndex(..)
- fix imagelist drawing on widgets that are placed on fixed without window (issue #0010243)

git-svn-id: trunk@13327 -
2007-12-14 09:02:21 +00:00
mattias
2261662fc3 gtk2 intf: removed some unused variables and fixed TNoteBook.ClientOrigin
git-svn-id: trunk@13109 -
2007-12-01 23:33:54 +00:00
paul
7e9d843fe8 gtk2: invert define GtkNoWindowFixed to GtkFixedWithWindow (and enable code for fixed w/o window by default). As result TCustomPage and TGroupBox will look nicer under gtk2
git-svn-id: trunk@12979 -
2007-11-23 10:04:16 +00:00
jesus
595060f998 fixed gtk compilation
git-svn-id: trunk@12977 -
2007-11-23 06:21:32 +00:00
mattias
8f7f9fbebb gtk2 intf: GtkNoWindowFixed: removed gdkwindows for groupboxes and notebooks
git-svn-id: trunk@12976 -
2007-11-23 00:37:28 +00:00
marc
28578c3a91 * Started with object based GDI
* More splitup of gtk1/gtk2 code
* Fixed restore of GC after linedrawing
* Enabled desktop grabbing for gtk1

git-svn-id: trunk@12975 -
2007-11-23 00:07:45 +00:00
paul
447a1b0035 gtk2: playing around transparent GtkFixed (no window + eventbox) part2
git-svn-id: trunk@12934 -
2007-11-20 06:47:05 +00:00
paul
7309af00e9 gtk2: playing around transparent GtkFixed (no window + eventbox)
git-svn-id: trunk@12933 -
2007-11-20 03:21:36 +00:00
marc
d8e27704a6 * gtk pixbuf from drawable: don't pass system colormap as default
git-svn-id: trunk@12910 -
2007-11-17 19:30:32 +00:00
marc
da0fae1075 * Splitup somg gtk1/2 component creation code
git-svn-id: trunk@12886 -
2007-11-16 00:49:10 +00:00
marc
13910703cb = Renamed gtkobject includes to gtkwidgetset (that's the name of the class anyway)
+ added gtk1widgetset to make it possible to move ifdefed implementations

git-svn-id: trunk@12885 -
2007-11-15 23:15:11 +00:00