lazarus/lcl/interfaces/gtk2
2012-01-09 16:23:15 +00:00
..
tests
alllclintfunits.pas gtk2 intf: clean up 2011-02-11 09:33:34 +00:00
dragicons.inc
gtk2callback.inc gtk2: remove Get/SetHiddenLCLObject and related code. The only place that was still being called is a dead code since at least 2003. Fixes issue #21021 2012-01-05 10:34:09 +00:00
gtk2cellrenderer.pas LCL: TListViewItems: implemented Exchange() and Move() to easy move or exchange items in list. Implementation done for gtk2 and qt 2011-06-24 12:04:01 +00:00
gtk2comboboxcallback.inc
gtk2debug.pp
gtk2def.pp Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2defines.inc Fixes type in gtk2defines 2011-10-03 07:25:49 +00:00
gtk2devicecontext.inc Gtk2: formatting 2011-12-09 07:58:06 +00:00
gtk2dragcallback.inc LCL: Fix the rest of Assert to DebugLn conversion. 2011-03-14 11:54:38 +00:00
gtk2extra.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2extra.pp
gtk2extrah.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2fontcache.pas
gtk2globals.pp LCL, GTK2: Fix double click behavior when handler takes more than 250 milliseconds. Patche from Max Vlasov, issues #14001 and #19753 2011-07-18 15:15:11 +00:00
gtk2int.pas Gtk2: fixed running gtk2 forms from library. 2012-01-07 17:12:12 +00:00
gtk2lclintf.inc Gtk2: cleanup 2011-12-30 17:18:18 +00:00
gtk2lclintfh.inc
gtk2listsl.inc
gtk2listslh.inc
gtk2listviewtreemodel.pas
gtk2memostrings.inc Gtk2: proper handle of cursor moving in memo view, use mark instead cursor move. issue #20847 2011-12-09 07:19:11 +00:00
gtk2msgqueue.pp
gtk2pagecallback.inc Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
gtk2pagecontrol.inc Gtk2: finally make TTabControl useable, also fixed crashes in pageswitch signals. issue #20822 2011-12-07 11:08:04 +00:00
gtk2privatelist.inc
gtk2privatewidget.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2proc.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2proc.pp gtk2: remove Get/SetHiddenLCLObject and related code. The only place that was still being called is a dead code since at least 2003. Fixes issue #21021 2012-01-05 10:34:09 +00:00
gtk2stdpixmaps.inc
gtk2themes.pas gtk2: merge GetGtkStyleParams and GetGtk1StyleParams. Rename Gtk1DrawElement to GtkDrawElement 2011-12-25 19:53:59 +00:00
gtk2trayicon.inc Patch from bug #20775, adds trayicon area freeing, OnDblClick, OnMouseDown, OnMouseUp, improves PopUp all for the gtk2 trayicon in UseStatusIcon mode 2011-11-29 13:14:18 +00:00
gtk2widgetset.inc Gtk2: fixed running gtk2 forms from library. 2012-01-07 17:12:12 +00:00
gtk2winapi.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2winapih.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +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 Gtk2: cleanup 2011-12-30 17:18:18 +00:00
gtk2wsbuttons.pp
gtk2wscalendar.pp LCL: Disable drag event in GTK2 calendar. It froze the whole desktop. Issue #13712, patch from August Klein 2011-11-10 10:46:04 +00:00
gtk2wschecklst.pp LCL: Fix GTK2 TCheckListBox.AllowGrayed. Issue #19980, patch from August Klein 2011-11-23 23:51:17 +00:00
gtk2wscomctrls.pp Gtk2: fixed selections in listview (vsList, vsReport) for gtk2 < 2.10.issue #19820 2011-12-21 16:36:54 +00:00
gtk2wscontrols.pp Gtk2: allow moving of windows which contstraints min & max are equal. issue #18139 2012-01-09 13:41:38 +00:00
gtk2wscustomlistview.inc Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +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 Gtk2: dissallow opening directory as file (GtkFileChooser bug). issue #17278 2011-11-06 19:25:26 +00:00
gtk2wsextctrls.pp Gtk2: fixed focusing TPanel when TabStop=True 2011-07-04 17:13:28 +00:00
gtk2wsextdlgs.pp
gtk2wsfactory.pas Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
gtk2wsforms.pp Gtk2: do not allow form resizing if border style bsDialog or bsSingle.issue #20741 2012-01-09 14:10:42 +00:00
gtk2wsgrids.pp
gtk2wsimglist.pp
gtk2wsmenus.pp LCL: Make menu items call OnClick correctly when moving mouse sideways, on GTK2 and QT. (On Windows works). Patch from August Klein, issue #17565 2011-04-22 09:09:28 +00:00
gtk2wspairsplitter.pp
gtk2wsprivate.pp Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2wsspin.pp Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313 2012-01-07 09:59:16 +00:00
gtk2wsstdctrls.pp Gtk2: fix accel char in TCheckBox and TRadioButton. issue #21048 2012-01-09 07:51:35 +00:00
interfaces.pas Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +00:00
issues.xml Gtk2: added TDateEdit.CalendarDisplaySettings.dsStartMon to issues.Patch by BartBroersma issue #11136. 2012-01-09 16:23:15 +00:00
Makefile Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
README.txt
TODOS.txt

The gtk2 interface for lazarus
==============================

The gtk2 interface for lazarus is a descendant of the gtk interface. It is not
yet complete. For those who want to help us here are some hints:

With fpc 1.9.7 the gtk2 bindings are included, so forget the packages.

To compile the gtk2 interface just set
Tools -> Configure Build Lazarus -> LCL interface to 'gtk2'

Creating a test project:

Create a new lazarus application. This project will be used to test the gtk2
interface and to store all configuration steps.
Then open the compiler options and set as widget type 'gtk2'.