lazarus/lcl/interfaces/gtk
2009-07-13 03:34:51 +00:00
..
tests
dragicons.inc
gtk1def.pp gtk: fix copying one DC into another with SRCCOPY rop (fixes issue #0013746) 2009-05-20 01:59:15 +00:00
gtk1devicecontext.inc
gtk1extra.inc gtk: fix compilation and some crashes after recent alpha support 2009-04-19 10:52:12 +00:00
gtk1extrah.inc gtk: fix compilation and some crashes after recent alpha support 2009-04-19 10:52:12 +00:00
gtk1int.pp gtk: use more generic code to set menuitem shortcuts and caption, redo SetLabelCaption for gtk2 2009-05-18 13:04:06 +00:00
gtk1memostrings.inc gtk1: Memo.SelStart does not change, when adding new lines with Memo.Lines.Add (bug #0008360) 2009-02-25 02:58:44 +00:00
gtk1memostringsh.inc
gtk1privatelist.inc
gtk1trayicon.inc
gtk1widgetset.inc gtk: use generic SetLabelCaption method to set TabControl tabs captions 2009-05-19 08:12:04 +00:00
gtk1wsprivate.pp
gtkcallback.inc * Implemented own way of tracking shiftstate, solves issues with reporting ssAlt or ssAltGr being pressed. Solves issue #009394 too 2009-06-29 22:53:31 +00:00
gtkcomboboxcallback.inc gtk1 intf: combobox: implemented OnGetItems 2008-08-30 21:08:21 +00:00
gtkdebug.pp
gtkdef.pp gtk: use gtkglobals in gtkdef instead of vice-versa 2009-06-05 08:39:34 +00:00
gtkdefines.inc gtk2: turn gtk thread support on (issue #0012007) 2009-07-10 15:28:26 +00:00
gtkdevicecontext.inc gtk2: don't add adjustment value to the DC origin, it is applied by gtk 2009-06-05 08:42:33 +00:00
gtkdragcallback.inc
gtkextra.pp gtk2: use less hackish clipboard fix based on patch of Brad Campbell (#0012653) 2008-11-18 02:31:29 +00:00
gtkfiledialogutils.inc
gtkfiledialogutilsh.inc
gtkfontcache.pas
gtkglobals.pp gtk: use gtkglobals in gtkdef instead of vice-versa 2009-06-05 08:39:34 +00:00
gtkimages.lrs
gtkint.pp gtk: move TGtkWSWinControl.SetCallbacks implementation to the new virtual TGtkWidgetset.SetCommonCallbacks method to allow gtk2 override 2009-07-11 10:29:13 +00:00
gtkkeysyms.inc
gtklclintf.inc gtk: formatting 2009-05-20 11:56:07 +00:00
gtklclintfh.inc
gtklistsl.inc LCL, fix mem leak when a checklistbox item has changed state (gtk) 2009-01-24 20:54:54 +00:00
gtklistslh.inc
gtkmsgqueue.pp gtk1+2 intf: made FMessageQueue thread safe 2008-08-31 11:18:41 +00:00
gtkpagecallback.inc
gtkprivatelist.inc
gtkprivatewidget.inc
gtkproc.inc * Partly reverted r20771 #3f9fe8af18, the intrepretation of ssAlt and ssAltGr was wrong 2009-07-01 07:18:15 +00:00
gtkproc.pp * Implemented own way of tracking shiftstate, solves issues with reporting ssAlt or ssAltGr being pressed. Solves issue #009394 too 2009-06-29 22:53:31 +00:00
gtkstdpixmaps.inc
gtkthemes.pas gtk: fix drop down button drawing 2009-06-04 07:35:35 +00:00
gtkwidgetset.inc gtk: move TGtkWSWinControl.SetCallbacks implementation to the new virtual TGtkWidgetset.SetCommonCallbacks method to allow gtk2 override 2009-07-11 10:29:13 +00:00
gtkwinapi.inc gtk2: improve EnableGtkThreading code 2009-06-23 03:45:06 +00:00
gtkwinapih.inc gtk: cache WindowFromPoint results to reduce slowleness (fixes issue #0013698) 2009-05-15 02:09:22 +00:00
gtkwinapiwindow.pp gtk: redo TPanel implementation, add new flag to skip LCL LM_ERASEBKGND 2009-05-01 04:54:19 +00:00
gtkwsarrow.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsbuttons.pp * fixed compilation on gtk1 2009-05-31 18:30:57 +00:00
gtkwscalendar.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwschecklst.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwscomctrls.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwscontrols.pp gtk: move TGtkWSWinControl.SetCallbacks implementation to the new virtual TGtkWidgetset.SetCommonCallbacks method to allow gtk2 override 2009-07-11 10:29:13 +00:00
gtkwscustomlistview.inc gtk: teach lisview to work with new alpha bitmap storage (pixbuf) 2009-04-20 01:01:52 +00:00
gtkwsdialogs.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsextctrls.pp LCL, added option nboHidePageListPopup to Notebook so default right click popup list can be disabled (gtk1&2), enable multiline tab control under windows 2009-06-07 19:13:17 +00:00
gtkwsextdlgs.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsfactory.pas gtk: revert r17114 #acfab690ae for gtk1 only (fixes bug #0013337 needs testing) 2009-04-29 08:24:18 +00:00
gtkwsforms.pp gtk2: don't use GtkFrame for TScrollingWinControl since GtkScrolledWindow can draw shadow itself (fixes also #0013892) 2009-06-03 01:45:21 +00:00
gtkwsgrids.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsimglist.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsmenus.pp gtk, gtk2: fix popup menu popup - set activation time as gtk docs require to resove mouse capture conflicts (resolves issue #0009435) 2009-07-13 03:34:51 +00:00
gtkwspairsplitter.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsprivate.pp gtk2: don't use GtkFrame for TScrollingWinControl since GtkScrolledWindow can draw shadow itself (fixes also #0013892) 2009-06-03 01:45:21 +00:00
gtkwsspin.pp gtk interface: improved rounding of floatspinedit value, fixes issue #12006 2009-05-06 14:17:30 +00:00
gtkwsstdctrls.pp gtk: fix resetting color property of some controls (issue #0007555, using Zeljan patch but with many modifications) 2009-06-05 15:39:52 +00:00
interfaces.pp
issues.xml Printers, added TPrinter.FileName property, based on patch from mtournay, issue #13718 2009-07-07 05:09:52 +00:00
Makefile
Makefile.fpc
tnotebook_close_tab.xpm