.. |
forms
|
LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma
|
2011-11-17 13:41:04 +00:00 |
images
|
LCL: script for Linux users to generate resource files.
|
2012-01-29 15:10:16 +00:00 |
include
|
lcl: cleanup hintwindow
|
2012-02-06 07:58:27 +00:00 |
interfaces
|
win32: use SW_SHOWNORMAL instead of SW_SHOW when we are showing a window (bug #0020670)
|
2012-02-06 06:08:03 +00:00 |
languages
|
Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array
|
2012-02-04 22:36:41 +00:00 |
nonwin32
|
|
|
templates
|
|
|
tests
|
|
|
widgetset
|
Adds registration of the default TWSLazDeviceAPIs class when the WS lacks an implementation
|
2012-01-26 10:44:08 +00:00 |
actnlist.pas
|
|
|
alllclunits.pp
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
arrow.pp
|
|
|
asyncprocess.pp
|
|
|
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
|
lcl: TSpeedButton: implemented AutoSize=true
|
2011-12-25 00:05:58 +00:00 |
calendar.pp
|
|
|
checklst.pas
|
LCL: Fix also the order of the 3 states of CheckBox. Issue #19980, patch from August Klein
|
2011-11-24 09:35:30 +00:00 |
clipbrd.pp
|
|
|
colorbox.pas
|
TCustomColorComboBox: trigger custom color dialog on OnCloseUp instead of OnChange.Patch by theo. issue #20924
|
2011-12-21 07:00:56 +00:00 |
comctrls.pp
|
LCL: TListView added property AutoWidthLastColumn to fit last column into width of TListView. issue #19309
|
2012-02-06 07:52:57 +00:00 |
controls.pp
|
Patch from bug #20121, also added ssModifier constant in the unit Controls for global usage, but use it with care not to do something like [ssModifier, ssMeta] which wont compile in Macs
|
2012-02-04 17:39:11 +00:00 |
cursors.lrs
|
|
|
customdrawn_common.pas
|
customdrawncontrols: Adds disabled looks for button and edit and adds partial code for the spin
|
2012-01-30 10:29:33 +00:00 |
customdrawncontrols.pas
|
Some improvements to the new TCDTrackBar.OnChangeByUser event
|
2012-02-03 14:41:50 +00:00 |
customdrawndrawers.pas
|
customdrawncontrols: Adds disabled looks for button and edit and adds partial code for the spin
|
2012-01-30 10:29:33 +00:00 |
customtimer.pas
|
|
|
dbactns.pp
|
|
|
dbctrls.pp
|
lcl: implements TDBMemo.KeyDown as in TDBEdit. Issue #19709
|
2012-02-04 15:19:30 +00:00 |
dbgrids.pas
|
LCL, implements MaxLength in grid's TCompositeCellEditor, fix issue #20951
|
2012-01-03 20:41:42 +00:00 |
defaulttranslator.pas
|
|
|
dialog_icons.lrs
|
|
|
dialogs.pp
|
LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma
|
2011-11-17 13:41:04 +00:00 |
dynamicarray.pas
|
|
|
dynhasharray.pp
|
|
|
dynqueue.pas
|
|
|
editbtn.pas
|
LCL: TCustomControlFilterEdit: keep still at designtime
|
2012-01-31 08:36:35 +00:00 |
extctrls.pp
|
Adds TRadioGroup.OnSelectionChanged see bug #21155
|
2012-01-26 15:35:43 +00:00 |
extdlgs.pas
|
|
|
extendedstrings.pas
|
|
|
extgraphics.pas
|
|
|
filectrl.pp
|
|
|
forms.pp
|
lcl, win32: update format settings if UpdateFormatSettings = True (feature #0020517)
|
2012-02-06 03:52:31 +00:00 |
fpcadds.pas
|
LCL: added AlignToPtr and AlignToInt to fpcadds
|
2011-09-30 14:40:41 +00:00 |
graphics.pp
|
Implements TCanvas.BrushCopy, adds a test to it in the canvas tests and also adds full CopyMode tests there
|
2012-02-04 18:46:34 +00:00 |
graphmath.pp
|
|
|
graphtype.pp
|
LCL: TRawImage.PerformEffect: added option to free old data
|
2012-01-19 21:20:47 +00:00 |
graphutil.pp
|
|
|
grids.pas
|
LCL, implements MaxLength in grid's TCompositeCellEditor, fix issue #20951
|
2012-01-03 20:41:42 +00:00 |
helpintfs.pas
|
|
|
icnstypes.pas
|
|
|
imagelistcache.pas
|
|
|
imglist.pp
|
|
|
inipropstorage.pas
|
|
|
interfacebase.pp
|
Changes the lapDefault resolution into Application.Initialize
|
2011-12-19 18:59:14 +00:00 |
intfgraphics.pas
|
LCL: fixed TLazReaderDIB.InternalRead
|
2012-01-22 13:19:16 +00:00 |
LAYOUT.txt
|
|
|
lazcanvas.pas
|
Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet)
|
2011-12-24 10:06:18 +00:00 |
lazconfigstorage.pas
|
LazConfig, fix path pre-fixing
|
2011-10-09 15:42:50 +00:00 |
lazdeviceapis.pas
|
Improves the naming of a messaging field and adds a little more documentation
|
2012-01-26 15:45:50 +00:00 |
lazdialogs.pas
|
Implements support for TSelectDirectoryDialog in LCL-WinCE by using lazdialogs
|
2011-11-20 21:19:29 +00:00 |
lazhelphtml.pas
|
|
|
lazhelpintf.pas
|
LCL: fixed searching help in multiple databases
|
2012-02-01 16:48:29 +00:00 |
lazlinkedlist.pas
|
|
|
lazregions.pas
|
Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet)
|
2011-12-24 10:06:18 +00:00 |
lcl_calc_images.lrs
|
|
|
lcl_dbgrid_images.lrs
|
|
|
lcl_dbnav_images.lrs
|
|
|
lcl_dock_images.lrs
|
|
|
lcl_dock_to_images.lrs
|
|
|
lcl_edbtnimg.lrs
|
LCL: Apply a new clear button glyph for FilterEdit controls, by Fabien Wang
|
2012-01-29 14:59:04 +00:00 |
lcl_grid_images.lrs
|
|
|
lclbase.lpk
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
lclclasses.pp
|
|
|
lclintf.pas
|
LCL: clean up
|
2012-01-18 18:34:12 +00:00 |
lclmemmanager.pas
|
|
|
lclmessageglue.pas
|
customdrawnws: Starts implementing TEdit, Starts implementing Android key events, updates the example
|
2011-12-14 08:14:19 +00:00 |
lclproc.pas
|
Makes the decition to prefix all VK_ constants which are exclusive of the LCL with VK_LCL_
|
2012-01-21 17:09:21 +00:00 |
lclrescache.pas
|
|
|
lclstrconsts.pas
|
Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array
|
2012-02-04 22:36:41 +00:00 |
lcltype.pp
|
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 |
lclunicodedata.pas
|
|
|
lclversion.pas
|
|
|
ldocktree.pas
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
lmessages.pp
|
Reverts the previous removal of TLMouseEvent.State
|
2011-10-27 18:03:01 +00:00 |
lresources.pp
|
lcl: reduce amount of warnings, fix use of UTF8Decode and use of UTF8String type
|
2011-11-03 06:58:10 +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
|
|
|
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
|
Patch from bug #20121, also added ssModifier constant in the unit Controls for global usage, but use it with care not to do something like [ssModifier, ssMeta] which wont compile in Macs
|
2012-02-04 17:39:11 +00:00 |
menus.pp
|
ShortCutToKey param as "out" instead of "var"
|
2012-01-25 23:25:10 +00:00 |
pairsplitter.pas
|
|
|
popupnotifier.pas
|
|
|
postscriptcanvas.pas
|
LCL: remove obsolete and WRONG cBrushStyle array. Items were in wrong order
|
2011-11-02 23:15:51 +00:00 |
postscriptprinter.pas
|
|
|
postscriptunicode.pas
|
|
|
printers.pas
|
|
|
propertystorage.pas
|
LCL: comments
|
2012-02-02 21:14:35 +00:00 |
registerlcl.pas
|
IDE: moved register lclbase to registerlcl
|
2011-12-04 11:57:34 +00:00 |
rubberband.pas
|
|
|
shellctrls.pas
|
shellctrls: Now it will show the root of the filesystem if it makes sense in the platform. Corrects the first contents of a shelllistview connected to a shelltreeview with root<>empty. See bug #18534
|
2012-01-27 13:41:46 +00:00 |
spin.pp
|
LCL: Change many SpinEdit methods to virtual. Issue #20948, patch from Matthieu GIROUX
|
2012-01-24 10:33:44 +00:00 |
stdactns.pas
|
lcl: reduce amount of warnings, fix use of UTF8Decode and use of UTF8String type
|
2011-11-03 06:58:10 +00:00 |
stdctrls.pp
|
LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273
|
2012-01-19 18:26:48 +00:00 |
stringhashlist.pas
|
LCL: ReadPoText: small optimizations
|
2011-12-17 10:42:26 +00:00 |
textstrings.pas
|
|
|
themes.pas
|
LCL: Themes.DrawText() added DT_WORDBREAK and DT_END_ELLIPSIS.
|
2011-12-07 15:51:26 +00:00 |
tmschema.pas
|
|
|
toolwin.pp
|
|
|
translations.pas
|
IDE: updating po files using codetools file caches
|
2011-12-20 22:09:06 +00:00 |
update_allunits.lpi
|
|
|
update_allunits.lpr
|
|
|
utf8process.pp
|
lcl: reduce amount of warnings, fix use of UTF8Decode and use of UTF8String type
|
2011-11-03 06:58:10 +00:00 |
utrace.pp
|
|
|
valedit.pas
|
LCL: fix assigning values to TValueListEditor.Strings. Issue #21115
|
2012-01-19 11:39:17 +00:00 |
xmlpropstorage.pas
|
lcl: reduce amount of warnings, fix use of UTF8Decode and use of UTF8String type
|
2011-11-03 06:58:10 +00:00 |