lazarus/lcl/interfaces/gtk
2009-05-20 12:50:37 +00:00
..
tests
dragicons.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
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 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
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 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtk1privatelist.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtk1trayicon.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtk1widgetset.inc gtk: use generic SetLabelCaption method to set TabControl tabs captions 2009-05-19 08:12:04 +00:00
gtk1wsprivate.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkcallback.inc gtk2: use LCL popupmenu for controls instead of native if available (fixes issue #0013730) 2009-05-18 03:46:00 +00:00
gtkcomboboxcallback.inc gtk1 intf: combobox: implemented OnGetItems 2008-08-30 21:08:21 +00:00
gtkdebug.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkdef.pp gtk: rearrange TGtkDeviceContext members 2009-05-20 02:04:38 +00:00
gtkdefines.inc gtk2: define use of 2.8 version by default 2008-11-10 04:34:24 +00:00
gtkdevicecontext.inc gtk: fix compilation 2009-05-19 08:10:34 +00:00
gtkdragcallback.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
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 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkglobals.pp gtk: fix some constants which makes bsDialog forms sizable 2009-04-23 05:09:24 +00:00
gtkimages.lrs
gtkint.pp gtk: use more generic code to set menuitem shortcuts and caption, redo SetLabelCaption for gtk2 2009-05-18 13:04:06 +00:00
gtkkeysyms.inc
gtklclintf.inc gtk: formatting 2009-05-20 11:56:07 +00:00
gtklclintfh.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtklistsl.inc LCL, fix mem leak when a checklistbox item has changed state (gtk) 2009-01-24 20:54:54 +00:00
gtklistslh.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkmsgqueue.pp gtk1+2 intf: made FMessageQueue thread safe 2008-08-31 11:18:41 +00:00
gtkpagecallback.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkprivatelist.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkprivatewidget.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkproc.inc gtk2: improve TGtk2ThemeServices.GetStockImage 2009-05-20 12:50:37 +00:00
gtkproc.pp gtk: use more generic code to set menuitem shortcuts and caption, redo SetLabelCaption for gtk2 2009-05-18 13:04:06 +00:00
gtkstdpixmaps.inc
gtkthemes.pas gtk: implement teToolTip drawing in gtk theme services 2009-04-25 13:29:18 +00:00
gtkwidgetset.inc gtk: formatting 2009-05-20 11:56:07 +00:00
gtkwinapi.inc gtk: move FillRect to TGtkDeviceContext, add argument SkipRop. Use SkipRop = True for winapi FillRect, use SkipRop = False for Polygon (fixes the last problem in issue #0013746) 2009-05-19 03:30:21 +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 lcl: add new property TBitBtn.GlyphShowMode and new function TBitBtn.CanShowGlyph 2009-05-10 15:52:24 +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 gtk2: handle LM_CONTEXTMENU message triggered by "menu key" press 2009-05-18 02:56:42 +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 gtk: redo TPanel implementation, add new flag to skip LCL LM_ERASEBKGND 2009-05-01 04:54:19 +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 merge lcl-smartlink branch: 2009-04-12 08:46:31 +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 merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwspairsplitter.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsprivate.pp gtk, gtk2: fix visibility warnings and some other 2008-11-28 04:08:16 +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 compilation 2009-04-30 16:19:32 +00:00
interfaces.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
issues.xml
Makefile
Makefile.fpc
tnotebook_close_tab.xpm