..
tests
alllclintfunits.pas
gtk2 intf: clean up
2011-02-11 09:33:34 +00:00
dragicons.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2callback.inc
LCL: Fix the rest of Assert to DebugLn conversion.
2011-03-14 11:54:38 +00:00
gtk2cellrenderer.pas
Gtk2: fixed vertical centering of text inside readonly combobox. issue #15367
2011-02-27 16:15:14 +00:00
gtk2comboboxcallback.inc
lcl: formatting
2010-07-19 03:15:12 +00:00
gtk2debug.pp
fixed typo dont
2010-09-11 14:05:21 +00:00
gtk2def.pp
Gtk2: introduced TGtkDeviceContext.ClipRect, now gtk_paint_xxx() respects clipping rectangle. issue #14660
2011-02-13 20:26:48 +00:00
gtk2defines.inc
gtk2: define USE_GTK_MAIN_OLD_ITERATION for windows
2010-11-05 09:50:29 +00:00
gtk2devicecontext.inc
Gtk2: introduced TGtkDeviceContext.ClipRect, now gtk_paint_xxx() respects clipping rectangle. issue #14660
2011-02-13 20:26:48 +00:00
gtk2dragcallback.inc
LCL: Fix the rest of Assert to DebugLn conversion.
2011-03-14 11:54:38 +00:00
gtk2extra.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2extra.pp
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2extrah.inc
Gtk2: GetTopItem implementation, patch by theo. fixes #17010
2010-10-30 09:34:19 +00:00
gtk2fontcache.pas
gtk2: fix comment
2010-10-12 10:18:09 +00:00
gtk2globals.pp
Gtk2: fixed setCapture(), now it uses new way of capturing, old can be used with -dGTK2_USE_OLD_CAPTURE.
2010-10-10 15:26:45 +00:00
gtk2int.pas
interfaces: remove AssignSelf method
2011-03-14 02:17:55 +00:00
gtk2lclintf.inc
Gtk2: fix MessageDlg if contains < or/and >, patch by C Western. issue #18584
2011-01-22 12:38:53 +00:00
gtk2lclintfh.inc
Gtk2: implemented AskUser(). Fixes issue #18081
2010-11-29 08:07:30 +00:00
gtk2listsl.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2listslh.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2listviewtreemodel.pas
gtk2: cleanup
2010-04-18 08:40:27 +00:00
gtk2memostrings.inc
Gtk2: fixed crash of TCustomMemo because of stalled gtk_timeout in gtk2memostrings.Completely fixes #16407
2010-05-13 16:32:02 +00:00
gtk2msgqueue.pp
lcl: send CM_CURSORCHANGED on control cursor change, perform cursor change logic in CM_CURSORCHANGED handler
2010-10-29 06:31:42 +00:00
gtk2pagecallback.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2privatelist.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2privatewidget.inc
fixed typo dont
2010-09-11 14:05:21 +00:00
gtk2proc.inc
LCL: Show menu shortcuts also when they are sequencial keys combinations (like Ctrl+Q, B)
2011-03-15 14:05:55 +00:00
gtk2proc.pp
LCL: Show menu shortcuts also when they are sequencial keys combinations (like Ctrl+Q, B)
2011-03-15 14:05:55 +00:00
gtk2stdpixmaps.inc
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2themes.pas
Gtk2: introduced TGtkDeviceContext.ClipRect, now gtk_paint_xxx() respects clipping rectangle. issue #14660
2011-02-13 20:26:48 +00:00
gtk2trayicon.inc
LCL: changed TCustomTrayIcon.Handle from PtrInt to HWND since it's correct.
2010-10-21 11:10:57 +00:00
gtk2widgetset.inc
LCL: Fix the rest of Assert to DebugLn conversion.
2011-03-14 11:54:38 +00:00
gtk2winapi.inc
gtk2: check gtk2 code for correctness after Assert->DebugLn replacement, remove some commented DebugLn, fix caret painting error which was caused by the replacement
2011-03-14 03:22:53 +00:00
gtk2winapih.inc
lcl, win32, wince, qt, gtk2, carbon: implement OffsetRGN winapi compatible function
2011-03-01 07:37:42 +00:00
gtk2winapiwindow.pp
gtk2: check gtk2 code for correctness after Assert->DebugLn replacement, remove some commented DebugLn, fix caret painting error which was caused by the replacement
2011-03-14 03:22:53 +00:00
gtk2windows.pas
lcl: replace TWidgetSet.AppHandle function with a readwrite property
2011-02-01 04:10:57 +00:00
gtk2wsarrow.pp
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2wsbuttons.pp
gtk2: use align and box widgets (like gtk2 native buttons) instead of table widget to position text and glyph in TBitBtn. Fixes #8289 , #16071 , #8539 .
2010-12-08 13:35:07 +00:00
gtk2wscalendar.pp
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2wschecklst.pp
Gtk2: fixed inconsistency in TGtk2WSCustomCheckListBox when an item is checked/unchecked by mouse click, removed ugly direct calls to TCheckListBox.Toggle(). issue #18805
2011-02-27 17:45:54 +00:00
gtk2wscomctrls.pp
Gtk2: fixed long standing bug with clBtnText color, removed GetDefaultColor() for TToolBar and TCustomPanel, since it's color is ok now.
2011-02-12 19:53:25 +00:00
gtk2wscontrols.pp
GTK2: fixed a clearly wrong assertion.
2011-03-13 21:02:45 +00:00
gtk2wscustomlistview.inc
Gtk2: fixed assert with TCustomListView and lisFocused on gtk2 >= 2.20, Gtk2TranslateScrollStyle moved to gtk2proc to be reused by all
2011-02-13 11:30:14 +00:00
gtk2wscustommemo.inc
Gtk2: fixed assert with TCustomListView and lisFocused on gtk2 >= 2.20, Gtk2TranslateScrollStyle moved to gtk2proc to be reused by all
2011-02-13 11:30:14 +00:00
gtk2wsdialogs.pp
LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
2011-03-13 18:21:51 +00:00
gtk2wsextctrls.pp
Gtk2: fixed long standing bug with clBtnText color, removed GetDefaultColor() for TToolBar and TCustomPanel, since it's color is ok now.
2011-02-12 19:53:25 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas
Gtk2: gtk2WSFactory: register TCustomPanel, also fixed default text color for TPanel.
2011-02-12 19:36:22 +00:00
gtk2wsforms.pp
fixed typos: childs
2011-02-10 09:37:16 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp
LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
2011-03-16 16:53:36 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp
fixed typos: childs
2011-02-10 09:37:16 +00:00
gtk2wsspin.pp
gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
2010-06-09 23:01:52 +00:00
gtk2wsstdctrls.pp
LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
2011-03-16 16:53:36 +00:00
interfaces.pas
gtk2: fix comment
2010-07-14 10:44:32 +00:00
issues.xml
LCL: Added TPageControl.MultiLine and TTabControl.MultiLine as unsupported properties on carbon, gtk, gtk2 and qt (issue #8928 )
2010-11-30 15:56:21 +00:00
Makefile
lcl: clean up widgetset directories
2011-01-15 19:35:02 +00:00
Makefile.compiled
lcl: Makefile.compiled for all widgetsets
2011-01-15 19:30:15 +00:00
Makefile.fpc
lcl: clean up widgetset directories
2011-01-15 19:35:02 +00:00
README.txt
TODOS.txt