lazarus/lcl
2011-10-17 15:14:38 +00:00
..
forms LCL: Always use modeless window for calendar popup. Fixes issue #14059 2011-07-12 18:33:55 +00:00
images Lazcontrols: changed files for new ListFilterEdit control. 2011-06-29 00:04:54 +00:00
include Moves lconvencoding.pas from the LCL to LazUtils 2011-10-17 11:36:24 +00:00
interfaces 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
languages Translations: Dutch LCL translation update by BigChimp, bug #20439 2011-10-08 14:26:09 +00:00
nonwin32
templates
tests
widgetset Fixes bug #20442: PAge Control crashes into EReadError of OnPageChanged even on WinCE 2011-10-17 09:33:41 +00:00
actnlist.pas
alllclunits.pp Moves lconvencoding.pas from the LCL to LazUtils 2011-10-17 11:36:24 +00:00
arrow.pp
asyncprocess.pp
avglvltree.pas
barchart.pp
btn_icons.lrs
buttonpanel.pas LCL, TButtonPanel: use TBitBtn's DefaultCaption properties and store captions according to TBitBtn's caption storing logic 2011-10-03 21:42:59 +00:00
buttons.pp applies patch from bug #20252: [Patch] BitBtn with Kind<>bkCustom should not save Caption to LFM but be translated via lclstrconsts 2011-10-03 08:55:56 +00:00
calendar.pp
checklst.pas LCL: Change param names in TCustomCheckListBox.CheckAll to avoid confusion with property name. 2011-08-13 12:56:58 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp Removes TPageControl.OnPageChanged to fix bug #19903 double OnChange calls 2011-10-02 18:03:18 +00:00
controls.pp applies patch from bug #20252: [Patch] BitBtn with Kind<>bkCustom should not save Caption to LFM but be translated via lclstrconsts 2011-10-03 08:55:56 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp lcl: fix possible access violation by setting lookup after handle creation of lookup controls 2011-10-16 10:49:56 +00:00
dbgrids.pas LCL, dbgrid, adjust editor maxlength if field is string type, issue #20406 2011-10-14 18:56:11 +00:00
defaulttranslator.pas
dialog_icons.lrs
dialogs.pp LCL, fix commondialog under gtk2 insist on calling close twice 2011-09-06 16:29:43 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas ListFilterEdit and TreeFilterEdit: remove unneeded parts, refactor 2011-07-19 23:17:59 +00:00
extctrls.pp Final purge of OnPageChanged from Lazarus 2011-10-02 20:02:34 +00:00
extdlgs.pas LCL: fix some inconsistencies in translating dialog titles (patch from cobines, bug #19869): 2011-08-02 20:25:45 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
forms.pp LCL, published BiDiMode and ParentBiDiMode for some components, tested by Avishai, issue #19990 2011-09-12 19:12:21 +00:00
fpcadds.pas LCL: added AlignToPtr and AlignToInt to fpcadds 2011-09-30 14:40:41 +00:00
graphics.pp patch from bug #19747: Masked property not set correctly when assigning TIcon to TBitmap 2011-10-17 07:08:29 +00:00
graphmath.pp
graphtype.pp
graphutil.pp
grids.pas LCL, grids, disable selection on mousewheel, issue #20494 2011-10-17 15:14:38 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp
inipropstorage.pas
interfacebase.pp Adds TWidgetset.DebugLogLn for widgetset implemented logs 2011-08-29 10:39:37 +00:00
intfgraphics.pas LCL: broke unit dependency of graphics on controls 2011-07-09 23:10:27 +00:00
LAYOUT.txt
lazconfigstorage.pas LazConfig, fix path pre-fixing 2011-10-09 15:42:50 +00:00
lazhelphtml.pas
lazhelpintf.pas
lazlinkedlist.pas
lcl_calc_images.lrs
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs Patch from bug #19638: Patch for TDBNavigator: new glyphs for "delete" and "undo" 2011-08-21 12:19:43 +00:00
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs Lazcontrols: changed files for new ListFilterEdit control. 2011-06-29 00:04:54 +00:00
lcl_grid_images.lrs
lclbase.lpk Moves lconvencoding.pas from the LCL to LazUtils 2011-10-17 11:36:24 +00:00
lclclasses.pp Adds a new virtual method to allow descendents to override their WSClass 2011-08-05 08:36:21 +00:00
lclintf.pas LCL: Fix integer types in 64-bit systems. Issue #19314, patch from Cyrax 2011-08-16 20:46:01 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclproc.pas Starts redirecting lclproc utf-8 calls to lazutf8 2011-10-17 09:45:17 +00:00
lclrescache.pas
lclstrconsts.pas LCL: improved MaskEdit localization (one ToDo item less). Thanks Alexey Lagunov for the hint. 2011-08-24 21:03:41 +00:00
lcltype.pp Implements the most basic fullscreen support, for gtk2 only at the moment 2011-06-30 08:58:09 +00:00
lclunicodedata.pas
lclversion.pas LCL: raise an error if compiled with old fpc < 2.4.2 2011-09-13 14:13:57 +00:00
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas
ldocktree.pas Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
lmessages.pp
lresources.pp
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
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
maps.pp
maskedit.pp LCL: fixed comments in maskedit.pp, patch from Bart Broersma, bug #20129 2011-09-02 20:28:49 +00:00
menus.pp LCL: Implement procedure TMenuItem.Add(const AItems: array of TMenuItem), Issue #19889 2011-08-13 12:31:37 +00:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas
postscriptprinter.pas
postscriptunicode.pas
printers.pas LCL, fix cups printer properties dialog title, issue #20191 2011-09-09 20:49:37 +00:00
propertystorage.pas
registerlcl.pas LCL: Implement a rudimentary ValueListEdit. A redraw problem must be solved. 2011-10-01 14:28:47 +00:00
rubberband.pas
shellctrls.pas Fixed another crash when destroying a ShellTreeView after the ShellListView is assigned and then unassigned 2011-10-02 23:08:08 +00:00
spin.pp
stdactns.pas
stdctrls.pp
stringhashlist.pas
textstrings.pas
themes.pas LCL: Fix Range Check errors on 64-bit system. Issue #20051, patch from Cyrax 2011-08-25 21:18:42 +00:00
tmschema.pas
toolwin.pp
translations.pas Fixes linking LCL-Android by disabling all links to libc in arm-linux 2011-08-08 11:23:08 +00:00
update_allunits.lpi
update_allunits.lpr
utf8process.pp
utrace.pp
valedit.pas LCL, fix valedit display problems, issue #16667 2011-10-01 19:41:14 +00:00
xmlpropstorage.pas