lazarus/lcl
2010-11-22 16:19:05 +00:00
..
forms LCL: TDateEdit: displaysettings 2010-11-05 01:51:03 +00:00
images
include LCL: TShape: fixed stDiamond cutted Edges, added stTriangle shape.Patch by u-boot. Fixes issue #16285 2010-11-22 15:05:31 +00:00
interfaces carbon: fixed clDefault for TGroupBox.Part of issue #17994 2010-11-22 16:19:05 +00:00
languages Translations: Hebrew translation update by Ezik Shulamy, bug #17765 2010-10-30 12:46:21 +00:00
nonwin32
templates
tests lcl tests: fixed compilation, use default widget set and stdctrls for TButton 2010-10-20 14:02:33 +00:00
widgetset lcl: add TTrackBar.Reversed property, implement for win32. Zeljan will implement for other widgetsets 2010-11-18 09:28:03 +00:00
actnlist.pas
alllclunits.pp Implements RemoveProp in wince 2010-05-05 07:49:44 +00:00
arrow.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
asyncprocess.pp
avglvltree.pas LCL: TAvgLvlTree: using by default the default memory manager, for multithreading 2010-08-06 16:31:27 +00:00
btn_icons.lrs
buttonpanel.pas lcl: fix TButtonPanel align problems when no ShowBevel = False 2010-11-19 04:27:09 +00:00
buttons.pp lcl: redo MouseEnter/MouseLeave notifications: 2010-10-20 08:02:22 +00:00
calendar.pp lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
chart.pp LCL: added comments 2010-06-16 09:55:25 +00:00
checklst.pas lcl: TCustomCheckListBox.SetState: 2010-10-19 01:02:35 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
controls.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
cursors.lrs
customtimer.pas
dbactns.pp LCL, fix DatasetActions, issue #17575 2010-10-29 20:25:39 +00:00
dbctrls.pp lcl: remove TDBCheckBox.ValueEqualsField. Use AnsiSameText instead 2010-11-19 20:26:31 +00:00
dbgrids.pas LCL, fix columns sizes at design-time for a dbgrid with autosizecolumns and without explicit custom columns 2010-11-02 05:35:25 +00:00
defaulttranslator.pas DefaultTranslator: make --lang commandline parameter override all other methods of getting LanguageID. Patch from Stephano, bug #17218. 2010-08-20 20:20:23 +00:00
dialog_icons.lrs
dialogs.pp win32: start implementation of Vista+ FileOpen and FileSave dialogs. todo is in the win32wsdialogs.pp 2010-11-15 08:11:31 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas LCL: editbtn, added DefaultExt property which passes default extension to save dialog in dkSave mode.Patch by Alberto Manganaro.Fixes issue #17463. 2010-11-17 09:23:18 +00:00
extctrls.pp LCL: TShape: fixed stDiamond cutted Edges, added stTriangle shape.Patch by u-boot. Fixes issue #16285 2010-11-22 15:05:31 +00:00
extdlgs.pas lcl, win32: handle clDefault font color in controls 2010-11-18 02:50:43 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas lcl: fileutil initial unix/windows separation. improved support for Windows unicode file operations (bug #15642) 2010-09-01 20:18:45 +00:00
forms.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
fpcadds.pas
graphics.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
graphmath.pp
graphtype.pp LCL: removed duplicate IntersectRect 2010-10-26 07:37:49 +00:00
graphutil.pp move WaveTo from synedit to GraphUtil 2010-10-14 00:48:35 +00:00
grids.pas LCL: clean up 2010-11-19 09:37:30 +00:00
helpintfs.pas
icnstypes.pas Fixes the name of the ICNS format 2010-09-04 16:28:08 +00:00
imagelistcache.pas
imglist.pp lcl: fix compilation with fpc 2.4.2 by Sven Barth (issue #0017923) 2010-11-13 14:25:40 +00:00
inipropstorage.pas
interfacebase.pp lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065) 2010-07-20 08:43:36 +00:00
intfgraphics.pas Patch from bug #17594. Solves compiling Lazarus with the fpc branch fpc-xpcom 2010-10-12 15:00:44 +00:00
LAYOUT.txt
lazconfigstorage.pas LCL: TConfigStorage: added LoadStringToStringTree 2010-04-24 18:08:28 +00:00
lazhelphtml.pas
lazhelpintf.pas LCL: added THelpDatabase.UnregisterAllItems 2010-04-06 12:36:09 +00:00
lazlinkedlist.pas
lcl_calc_images.lrs
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lclbase.lpk LCLBase: removed -Ur 2010-10-21 21:43:49 +00:00
lclbase.pas started lclbase.lpk 2010-09-28 11:31:36 +00:00
lclclasses.pp lcl: remove workaround to old fpc bug in BeforeDestruction 2010-06-02 09:39:49 +00:00
lclintf.pas Isolates the system environment apis in separate includes files. One for common code and one per operating system 2010-10-12 09:54:03 +00:00
lclmemmanager.pas lcl: fixed compilation of TExtMemoryStream with fpc 2.4.3 on 64 bits platforms 2010-11-22 09:39:24 +00:00
lclmessageglue.pas lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
lclproc.pas LCL: fix DebugLnEnter/Exit 2010-11-15 19:37:38 +00:00
lclrescache.pas lcl: don't clear BrushResourceCache directly (fixes bug #0017647) 2010-11-16 14:28:38 +00:00
lclstrconsts.pas Fixes the name of the ICNS format 2010-09-04 16:28:08 +00:00
lcltype.pp lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065) 2010-07-20 08:43:36 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas LCL: fixed FileIsText to skip BOMs 2010-09-29 10:01:59 +00:00
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
ldocktree.pas fixed typo dont 2010-09-11 14:05:21 +00:00
lmessages.pp LCL: CM_DESIGNHITTEST is for custom controls and does not need to be implemented by the LCL 2010-10-29 07:34:20 +00:00
lresources.pp IDE: view forms: check lfm on disk 2010-10-29 11:26:44 +00:00
Makefile
Makefile.fpc
maps.pp * Added PtrSize Map id types 2010-03-29 11:51:36 +00:00
maskedit.pp lcl: publish TMaskEdit.OnEditingDone 2010-05-09 02:25:44 +00:00
masks.pas
menus.pp lcl: send CM_MENUCHANGED and CM_TABSTOPCHANGED messages 2010-10-29 07:28:13 +00:00
pairsplitter.pas fixed typo dont 2010-09-11 14:05:21 +00:00
popupnotifier.pas PopupNotifier: it's THintWindow now, so it does not activate itself when shown, also small cleanup maded. 2010-05-31 07:31:46 +00:00
postscriptcanvas.pas lcl: fix name clash with ancestor fields after fpc:r16303 2010-11-05 08:07:11 +00:00
postscriptprinter.pas
postscriptunicode.pas LCL, PostcriptUnicode: fill tables on demand 2010-09-13 19:37:02 +00:00
printers.pas LCL, fix recursion on getting default paper name, issue #16496 2010-05-18 01:13:27 +00:00
propertystorage.pas
rubberband.pas
shellctrls.pas LCL: clean up 2010-10-07 11:15:16 +00:00
spin.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
stdactns.pas lcl: fix backward search by TSearchAction by Anton (issue #0017588) 2010-10-15 01:46:10 +00:00
stdctrls.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
stringhashlist.pas
textstrings.pas
themes.pas fixed typo dont 2010-09-11 14:05:21 +00:00
tmschema.pas
toolwin.pp
translations.pas DefaultTranslator: translate resourcestrings if they are present 2010-08-20 01:37:54 +00:00
update_allunits.lpi started lcl1 package 2010-09-28 18:29:03 +00:00
update_allunits.lpr started lcl1 package 2010-09-28 18:29:03 +00:00
utf8process.pp Adds some comments to RunCmdFromPath 2010-05-18 09:07:59 +00:00
utrace.pp
xmlpropstorage.pas LCL: TXMLConfigStorage.Clear 2010-06-05 15:35:41 +00:00