.. |
tests
|
|
|
alllclintfunits.pas
|
started lcl1 package
|
2010-09-28 18:29:03 +00:00 |
dragicons.inc
|
|
|
gtk1def.pp
|
|
|
gtk1devicecontext.inc
|
|
|
gtk1extra.inc
|
|
|
gtk1extrah.inc
|
|
|
gtk1int.pp
|
|
|
gtk1memostrings.inc
|
|
|
gtk1memostringsh.inc
|
|
|
gtk1privatelist.inc
|
|
|
gtk1trayicon.inc
|
|
|
gtk1widgetset.inc
|
|
|
gtk1wsprivate.pp
|
|
|
gtkcallback.inc
|
lcl: remove LM_DEACTIVATE message. In windows and in Delphi both activation and deactivation are handled by WM_ACTIVATE message. Better to do this merge in LCL before 1.0 to prevent later problems
|
2012-02-21 06:59:12 +00:00 |
gtkcomboboxcallback.inc
|
|
|
gtkdebug.pp
|
|
|
gtkdef.pp
|
|
|
gtkdefines.inc
|
|
|
gtkdevicecontext.inc
|
|
|
gtkdragcallback.inc
|
LCL: Fix the rest of Assert to DebugLn conversion.
|
2011-03-14 11:54:38 +00:00 |
gtkextra.pp
|
|
|
gtkfiledialogutils.inc
|
|
|
gtkfiledialogutilsh.inc
|
|
|
gtkfontcache.pas
|
gtk2: fix comment
|
2010-10-12 10:18:09 +00:00 |
gtkglobals.pp
|
|
|
gtkimages.lrs
|
|
|
gtkint.pp
|
interfaces: remove AssignSelf method
|
2011-03-14 02:17:55 +00:00 |
gtkkeysyms.inc
|
|
|
gtklclintf.inc
|
lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body
|
2012-03-30 08:28:34 +00:00 |
gtklclintfh.inc
|
lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body
|
2012-03-30 08:28:34 +00:00 |
gtklistsl.inc
|
|
|
gtklistslh.inc
|
|
|
gtkmsgqueue.pp
|
|
|
gtkpagecallback.inc
|
Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
|
2011-07-20 14:39:50 +00:00 |
gtkpagecontrol.inc
|
Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
|
2011-07-20 14:39:50 +00:00 |
gtkprivatelist.inc
|
|
|
gtkprivatewidget.inc
|
|
|
gtkproc.inc
|
lcl: remove ver2_2_x defines
|
2012-03-27 07:16:11 +00:00 |
gtkproc.pp
|
Reverts wrong changes from gtk1
|
2011-10-27 15:35:23 +00:00 |
gtkstdpixmaps.inc
|
|
|
gtkthemes.pas
|
|
|
gtkwidgetset.inc
|
Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
|
2011-07-20 14:39:50 +00:00 |
gtkwinapi.inc
|
LCL: Implement function SetRectRgn for Windows and Gtk(2). Issue #23288, patch from Valdinilson Lourenço da Cunha
|
2012-11-07 22:56:59 +00:00 |
gtkwinapih.inc
|
LCL: Implement function SetRectRgn for Windows and Gtk(2). Issue #23288, patch from Valdinilson Lourenço da Cunha
|
2012-11-07 22:56:59 +00:00 |
gtkwinapiwindow.pp
|
LCL: Fix the rest of Assert to DebugLn conversion.
|
2011-03-14 11:54:38 +00:00 |
gtkwsarrow.pp
|
|
|
gtkwsbuttons.pp
|
|
|
gtkwscalendar.pp
|
|
|
gtkwschecklst.pp
|
|
|
gtkwscomctrls.pp
|
Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
|
2011-07-20 14:39:50 +00:00 |
gtkwscontrols.pp
|
LCL: Fix the rest of Assert to DebugLn conversion.
|
2011-03-14 11:54:38 +00:00 |
gtkwscustomlistview.inc
|
LCL: TCustomListView, TListView added new properties SortDirection and AutoSort. All ws now use CompareItems() for sorting.
|
2011-06-29 18:34:01 +00:00 |
gtkwsdialogs.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 |
gtkwsextctrls.pp
|
Moves TCustomNotebook to ComCtrls in preparation for renaming it
|
2011-07-04 09:43:21 +00:00 |
gtkwsextdlgs.pp
|
|
|
gtkwsfactory.pas
|
Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too.
|
2012-01-26 10:07:10 +00:00 |
gtkwsforms.pp
|
Gtk: fixed text color of custom form. issue #18641
|
2011-02-11 17:54:34 +00:00 |
gtkwsgrids.pp
|
LCL, fix normal row drawing over fixed row (gtk), issue #13404
|
2010-10-02 19:39:41 +00:00 |
gtkwsimglist.pp
|
|
|
gtkwsmenus.pp
|
LCL: Clean comments after changing the shortcut function signatures.
|
2011-03-17 11:54:31 +00:00 |
gtkwspairsplitter.pp
|
|
|
gtkwsprivate.pp
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
gtkwsspin.pp
|
|
|
gtkwsstdctrls.pp
|
LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
|
2011-03-16 16:53:36 +00:00 |
interfaces.pp
|
|
|
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: makefiles: compile lcl.pas
|
2012-04-09 14:29:34 +00:00 |
Makefile.compiled
|
LCL: updated unit paths in Makefile.compiled
|
2012-04-09 13:55:09 +00:00 |
Makefile.fpc
|
LCL: makefiles: compile lcl.pas
|
2012-04-09 14:29:34 +00:00 |
tnotebook_close_tab.xpm
|
|
|