lazarus/lcl/interfaces/gtk
zeljko 8b981c9c48 Gtk: better fix for #16127.
git-svn-id: trunk@24248 -
2010-03-27 14:33:49 +00:00
..
tests lcl: convert forms to use fpc resources 2010-01-13 12:54:33 +00:00
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 gtk: a more safer code for dashes allocation 2009-10-13 22:12:28 +00:00
gtk1extra.inc gtk: apply patch of Burkhard Carstens to fix possible memory leaks of XGetWindowProperty calls (issue #0014659) 2009-09-23 10:27:34 +00:00
gtk1extrah.inc gtk: fix compilation 2009-09-21 09:07:13 +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: take care of adjustment max & min value in case of Gtk2WSScrollingWinControl 2010-03-26 13:18:54 +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: apply affine transform if MapMode = MM_TEXT but ViewPortOrg <> (0, 0) 2010-03-22 08:03:04 +00:00
gtkdefines.inc lcl: remove remain ver2_0 code 2010-01-06 17:43:33 +00:00
gtkdevicecontext.inc gtk: apply affine transform if MapMode = MM_TEXT but ViewPortOrg <> (0, 0) 2010-03-22 08:03:04 +00:00
gtkdragcallback.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkextra.pp gtk2: implement TWsCustomForm.SetAlphaBlend 2010-01-27 08:34:20 +00:00
gtkfiledialogutils.inc gtk2 intf: fixed mem leak OpenDialog filter list 2008-04-25 22:09:23 +00:00
gtkfiledialogutilsh.inc gtk2 intf: fixed mem leak OpenDialog filter list 2008-04-25 22:09:23 +00:00
gtkfontcache.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
gtkglobals.pp + WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration 2010-01-10 18:57:23 +00:00
gtkimages.lrs MG: added close buttons and image to tnotebook 2002-06-09 03:32:19 +00:00
gtkint.pp + WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration 2010-01-10 18:57:23 +00:00
gtkkeysyms.inc accelerated identifier completion 2005-03-02 15:59:53 +00:00
gtklclintf.inc fix comment 2010-02-03 07:52:49 +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 gtk: fix setting cursor for TGroupBox and probably for some other controls (issue #0015351) 2009-12-17 04:06:22 +00:00
gtkproc.inc Gtk2: implemented Gtk2WSScrollingWinControl.ScrollBy(), gtk >= 2.8 uses "changed-value" instead "value-changed" on all TScrollingWinControls (GtkRange instead GtkAdjustment callbacks) from now on.NOTE: with gtk >= 2.18 users must set environment variable GDK_NATIVE_WINDOWS=1 otherwise GdkWindow paintings will be funny (when scrolling GtkScrolledWindow). fixes #7321, #10390. 2010-03-26 11:35:06 +00:00
gtkproc.pp Gtk2: implemented Gtk2WSScrollingWinControl.ScrollBy(), gtk >= 2.8 uses "changed-value" instead "value-changed" on all TScrollingWinControls (GtkRange instead GtkAdjustment callbacks) from now on.NOTE: with gtk >= 2.18 users must set environment variable GDK_NATIVE_WINDOWS=1 otherwise GdkWindow paintings will be funny (when scrolling GtkScrolledWindow). fixes #7321, #10390. 2010-03-26 11:35:06 +00:00
gtkstdpixmaps.inc fix problematic xpms (they did not work with gtk1 reader) 2008-01-06 17:28:49 +00:00
gtkthemes.pas Gtk2: introduced RectFromGdkRect(), GdkRectFromRect() moved from gtkthemes to gtkproc. Fixed wrong result in TGtk2WSCustomListView.ItemDisplayRect() because TGdkRectangle isn't same like TRect. 2010-03-10 18:37:59 +00:00
gtkwidgetset.inc Gtk2: removed doubled ConnectSenderSignal(Adjustment, 'value-changed', @GTKVScrollCB); from LM_VSCROLL 2010-03-24 16:55:26 +00:00
gtkwinapi.inc gtk: fix SetWindowOrgEx - it moved to the wrong direction 2010-03-22 04:39:53 +00:00
gtkwinapih.inc gtk, gtk2: move SetWindowRgn to gtk2 code since gtk1 does not have appopriate functions. fixes gtk1 compilation 2010-03-15 08:33:23 +00:00
gtkwinapiwindow.pp gtk2: fix copyright header 2009-12-17 04:05:26 +00:00
gtkwsarrow.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsbuttons.pp gtk intf: gdk_pixbuf_render_pixmap_and_mask: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself 2009-09-20 22:17:03 +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: AddControl should add to the fixed widget with Control coordinates (not Parent coordinates) + formatting and cleanup 2010-03-06 19:42:17 +00:00
gtkwscustomlistview.inc gtk intf: TGtkWSCustomListView.ItemSetImage: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself 2009-09-20 22:15:10 +00:00
gtkwsdialogs.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsextctrls.pp Gtk: fixed bug in TGtkWSCustomNotebook.GetTabIndexAtPos(), it should check if tabwidget is mapped.fixes #15472 2010-03-25 10:37:23 +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: implemented Gtk2WSScrollingWinControl.ScrollBy(), gtk >= 2.8 uses "changed-value" instead "value-changed" on all TScrollingWinControls (GtkRange instead GtkAdjustment callbacks) from now on.NOTE: with gtk >= 2.18 users must set environment variable GDK_NATIVE_WINDOWS=1 otherwise GdkWindow paintings will be funny (when scrolling GtkScrolledWindow). fixes #7321, #10390. 2010-03-26 11:35:06 +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 gtk2: fix menu positioning. move position ourself if menu is over the screen height (issue #0015547) 2010-01-28 04:36:33 +00:00
gtkwspairsplitter.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
gtkwsprivate.pp gtk1: fix compilation 2010-03-14 07:46:06 +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: better fix for #16127. 2010-03-27 14:33:49 +00:00
interfaces.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
issues.xml lcl: fix issues files for gtk and gtk2 (widgetset names were mixed) 2009-11-24 03:33:03 +00:00
Makefile default widget set for Mac OS X is now Carbon, not gtk1 2008-06-20 19:33:44 +00:00
Makefile.fpc gtk and gtk2 interface: removed gtk requirement from the Makefile; we don't use this fpcmake functionality and the name of the package has changed, so there is no easy way to use it with both fpc 2.2.0 and 2.2.2+ 2008-06-12 22:48:13 +00:00
tnotebook_close_tab.xpm MG: added close buttons and image to tnotebook 2002-06-09 03:32:19 +00:00