lazarus/lcl
paul b6ed6bdc07 lcl: implement toolbar autosizing
git-svn-id: trunk@20849 -
2009-07-13 08:24:23 +00:00
..
forms LCL: TFindDialog: added option entire scope, from Brad Campbell, bug #13783 2009-06-04 08:52:15 +00:00
images * fixed properties based on irc discussion with Vincent and Marc 2009-06-11 12:09:54 +00:00
include lcl: implement toolbar autosizing 2009-07-13 08:24:23 +00:00
interfaces gtk, gtk2: fix popup menu popup - set activation time as gtk docs require to resove mouse capture conflicts (resolves issue #0009435) 2009-07-13 03:34:51 +00:00
languages * Updated Russian translation by Maxim Ganetsky 2009-06-10 21:58:43 +00:00
nonwin32 lcl: fix asterisk position in the copyright comment 2009-04-18 04:03:13 +00:00
templates lcl: fix asterisk position in the copyright comment 2009-04-18 04:03:13 +00:00
tests
widgetset lcl: add TProgressBar.Style property, implement Marquee style for win32, qt, gtk2 (issue #0013807) 2009-05-24 09:49:13 +00:00
actnlist.pas lcl: override default value for TAction.DisableIfNoHandler 2009-04-04 16:33:02 +00:00
alllclunits.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
arrow.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
asyncprocess.pp lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +00:00
avglvltree.pas IDE: code explorer: starting with code page, implemented function to find node with position 2009-04-02 18:31:12 +00:00
btn_icons.lrs
buttonpanel.pas lcl: TButtonPanel: pass CM_APPSHOWBTNGLYPHCHANGED to owned buttons 2009-06-09 03:03:54 +00:00
buttons.pp lcl: implement TMenuItem.GlyphShowMode, TApplication.ShowMenuGlyphs, TApplicationProperties.ShowMenuGlyphs 2009-05-25 08:38:20 +00:00
calendar.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
chart.pp
checklst.pas lcl: request checklistbox item height > than check 2009-06-05 01:39:48 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp lcl: skip ampersands in toolbutton textsize calculations 2009-06-08 03:28:05 +00:00
controls.pp lcl: apply "Proper initialization of the docking object" from Hans-Peter Diettrich (issue #0013945) 2009-06-15 02:18:26 +00:00
cursors.lrs
customtimer.pas lcl: fix Timers class hierarchi. Was: TCustomTimer -> TTimer -> TIdleTimer with published props only in TCustomFirmer. Now: TCustomTimer -> TTimer, TCustomTimer -> TCustomIdleTimer -> TIdleTimer and published props are in TTimer and TIdleTimer. 2009-03-26 15:09:24 +00:00
dbactns.pp
dbctrls.pp LCL, checks and fixes for dblookup in case of manual setup of properties 2009-07-01 05:11:51 +00:00
dbgrids.pas LCL, implements fixedcols in dbgrid, patch from funky beast (with changes), issue #13139 2009-07-06 18:43:06 +00:00
defaulttranslator.pas
dialog_icons.lrs
dialogs.pp LCL: TFindDialog: added option entire scope, from Brad Campbell, bug #13783 2009-06-04 08:52:15 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas gtk: draw Frame3d in a compatible with other widgetsets way (fixes bug #0013776) 2009-05-22 01:28:25 +00:00
extctrls.pp * Placed fields end methods/properties in the correct order. Fixes compilation on fpc 2.3.1. Patch by Marco van de Voort 2009-06-27 14:41:20 +00:00
extdlgs.lrs
extdlgs.pas merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
extendedstrings.pas
extgraphics.pas LCL: use CenterPoint function from the types unit based on patch from Alexander S. Klenin (issue #13973) 2009-06-22 09:30:42 +00:00
filectrl.pp clean up 2009-05-14 13:24:22 +00:00
fileutil.pas
forms.pp lcl: start implementation of TApplication.HelpCommand method, remove InvokeHelp private method 2009-07-11 05:45:37 +00:00
fpcadds.pas
graphics.pp lcl: fix TCanvas.Clipping for fpc < 2.3.1 (issue #0013418) 2009-06-22 03:13:00 +00:00
graphmath.pp LCL: use CenterPoint function from the types unit based on patch from Alexander S. Klenin (issue #13973) 2009-06-22 09:30:42 +00:00
graphtype.pp
graphutil.pp
grids.pas LCL, implements fixedcols in dbgrid, patch from funky beast (with changes), issue #13139 2009-07-06 18:43:06 +00:00
helpintfs.pas
icnstypes.pas IDE: options: scroll tree to category 2009-04-28 23:04:31 +00:00
imagelistcache.pas
imglist.pp lcl: cleanup 2009-04-13 01:35:06 +00:00
inipropstorage.pas
interfacebase.pp lcl: redo HideFormWithStayOnTop with RemoveStayOnTop which is only sets fsNormal instead of fsStayOnTop, add RestoreStayOnTop method. Add AppRemoveStayOnTopFlags, AppRestoreStayOnTopFlags to TWidgetset, implement them on windows (fixes issue #0013953) 2009-06-11 01:37:06 +00:00
intfgraphics.pas * Initialize writers when writing a TPicture graphic in a different format. Fixes issue #0013451 2009-06-09 22:58:19 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +00:00
lazhelpintf.pas
lazlinkedlist.pas
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lclclasses.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
lclintf.pas
lclmemmanager.pas LCL: TLCLNonFreeMemManager extended for 64bit 2009-04-28 22:30:27 +00:00
lclmessageglue.pas lcl: add more extra mouse buttons support 2009-06-09 04:25:32 +00:00
lclproc.pas LCL: fixed compilation on 64 bits CPU (issue #13804) 2009-05-23 20:05:09 +00:00
lclrescache.pas
lclstrconsts.pas LCL: TFindDialog: added option entire scope, from Brad Campbell, bug #13783 2009-06-04 08:52:15 +00:00
lcltype.pp lcl: declare THelpInfo structure 2009-07-11 08:33:37 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas LCL: renamed GetSystemEncoding to GetDefaultTextEncoding, returns UTF-8 on Mac OS X (issue #12198) 2009-06-24 09:48:54 +00:00
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas
ldocktree.pas lcl: anchor docking: update caption when we undock control (issue #0012196 by Benito van der Zander) 2009-05-27 03:20:53 +00:00
lmessages.pp lcl: add more extra mouse buttons support 2009-06-09 04:25:32 +00:00
lresources.pp LCL: improved streaming of UnicodeString, based on patch from Anton Kavalenka (issue #13399) 2009-06-21 19:50:47 +00:00
Makefile
Makefile.fpc
maps.pp
maskedit.pp lcl: publish TMaskEdit.BorderSpacing 2009-05-01 06:42:19 +00:00
masks.pas
menus.pp lcl: implement TMenuItem.GlyphShowMode, TApplication.ShowMenuGlyphs, TApplicationProperties.ShowMenuGlyphs 2009-05-25 08:38:20 +00:00
pairsplitter.pas lcl: fix TPairSplitter cursor change (#0013925) 2009-06-08 09:05:39 +00:00
popupnotifier.pas Improves TPopUpNotifier for small screens 2009-05-11 23:02:17 +00:00
postscriptcanvas.pas LCL: fixed copy paste error in post script commands (issue #13954) 2009-06-10 18:42:01 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas Printers, added TPrinter.FileName property, based on patch from mtournay, issue #13718 2009-07-07 05:09:52 +00:00
propertystorage.pas lcl: repair TCustomPropertyStorage StorageNeeded balance with FreeStorage (fixes bug #0013239) 2009-04-01 22:26:56 +00:00
rubberband.pas merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
shellctrls.pas Disabled populating TShellTreeView and TShellListView in the IDE because they were causing freezes in the Carbon IDE 2009-05-25 14:04:02 +00:00
spin.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
stdactns.pas
stdctrls.pp lcl: fix sibling radio buttons check state on unchecked radio button click (bug #0013939) 2009-06-10 03:05:32 +00:00
stringhashlist.pas
textstrings.pas
themes.pas lcl: add more menu parts to ThemeServices 2009-06-12 14:06:14 +00:00
tmschema.pas lcl: update tmschema content from 2 new header files from windows 7 sdk (tmshema.h is deprecated since vista at all) 2009-06-10 08:14:03 +00:00
toolwin.pp
translations.pas LCL: translations: auto convert encoding of po files 2009-06-22 16:27:40 +00:00
utf8process.pp lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +00:00
utrace.pp
xmlpropstorage.pas