lazarus/lcl
2009-03-26 18:05:45 +00:00
..
forms lcl: increase calendar and popup calendar form sizes to fit better on gtk2-ubuntu 2009-03-24 03:52:58 +00:00
images
include 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
interfaces Starts TShellListView component and fixes compiling wince interface with fpc 2.3.1 2009-03-26 18:05:45 +00:00
languages translations: german: updates form Joerg Braun 2009-01-24 09:53:51 +00:00
nonwin32
templates
tests
widgetset lcl: remove TCalendar.ReadOnly property, add HitTest function 2009-03-26 07:59:44 +00:00
actnlist.pas
alllclunits.pp IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
arrow.pp
asyncprocess.pp
avglvltree.pas
btn_icons.lrs
buttonpanel.pas LCL: TButtonPanel: fixed using resourcestrings for captions 2009-03-09 14:13:38 +00:00
buttons.pp lcl: publish missed events for TBitBtn (#issue #0013350) 2009-03-19 01:33:30 +00:00
calendar.pp lcl: remove TCalendar.ReadOnly property, add HitTest function 2009-03-26 07:59:44 +00:00
chart.pp
checklst.pas
clipbrd.pp
colorbox.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
comctrls.pp lcl: fix char case 2009-03-10 01:58:35 +00:00
controls.pp lcl: add TControl.AutoSizingLockCount protected read only property for use in child classes, 2009-03-23 09:34:48 +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: publish BorderStyle for TDBEdit, TDBMemo (issue #0013358) 2009-03-19 13:47:04 +00:00
dbgrids.pas LCL, check if dataset empty when deleting a record in dbgrid, from Boguslaw Brandys, issue #13246 2009-03-02 14:09:21 +00:00
defaulttranslator.pas lcl: default translator 2009-02-12 14:44:56 +00:00
dialog_icons.lrs
dialogs.pp lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
dirsel.lfm
dirsel.lrs
dirsel.pas
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas lcl: publish BorderStyle for more components 2009-03-19 14:26:57 +00:00
extctrls.pp 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
extdlgs.lrs
extdlgs.pas lcl: cleanup TCalendarDialog 2009-03-24 10:11:29 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas LCL: ExtractShortPathNameUTF8 is available in all supported fpc versions 2009-02-05 09:59:48 +00:00
forms.pp lcl: improve exceptions handling (fixes issue #0013394) 2009-03-25 10:01:24 +00:00
fpcadds.pas
graphics.pp lcl: implement TCanvas.TryLock (fixes part of issue #0008380) 2009-03-20 17:46:12 +00:00
graphmath.pp lcl: use math round when converting TFloatPoint to TPoint (issue #0013259) 2009-03-02 02:33:31 +00:00
graphtype.pp
graphutil.pp lcl: add NormalizeRect function 2009-03-02 03:09:42 +00:00
grids.pas LCL, fix mousescrolling a fixed grid, issue #13360 2009-03-20 08:06:36 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp lcl: set default values for TListView.ParentColor and TCustomImageList.Masked 2009-03-09 15:34:43 +00:00
inipropstorage.pas
interfacebase.pp lcl: add lcModalWindow flag to the TLCLCapatibility enum. Windows has this flag set to 0 and other widgetsets which supports native modal forms to 1 (todo: make wince modal handling the same as on win32) 2009-02-10 15:06:14 +00:00
intfgraphics.pas lcl: fix absolute usage for the new rules of fpc 2.3.1 2009-03-14 13:57:38 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
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 LCL: added TLCLComponent.LCLRefCount, TApplication.ReleaseComponent now delays free until DeliverMessage completed 2009-02-05 12:23:33 +00:00
lclintf.pas
lclmemmanager.pas
lclmessageglue.pas LCL: added TLCLComponent.LCLRefCount, TApplication.ReleaseComponent now delays free until DeliverMessage completed 2009-02-05 12:23:33 +00:00
lclproc.pas gtk, qt: don't draw a rectangle if Width or Height = 0 (bug #0010980) 2009-03-02 03:19:19 +00:00
lclrescache.pas
lclstrconsts.pas lcl: fix letter case 2009-03-08 16:25:27 +00:00
lcltype.pp
lclunicodedata.pas IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
lclversion.pas
lconvencoding.pas
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas
ldocktree.pas lcl: don't crash application on call to TCustomAnchoredDockManager.ResetBounds (fixes issue #0013252) 2009-03-01 10:15:39 +00:00
lmessages.pp lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
lresources.pp LCL: replaced linear search for resources 2009-02-11 09:19:54 +00:00
Makefile
Makefile.fpc IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
maps.pp
maskedit.pp lcl: apply patch of Stephano to make some method declarations more delphi compatible (issue #0013125) 2009-02-06 17:50:50 +00:00
masks.pas
menus.pp lcl, win32: use cLineCaption instead of '-' for separator menu 2009-02-05 14:54:47 +00:00
pairsplitter.pas
popupnotifier.lrs
popupnotifier.pas
postscriptcanvas.pas LCL, fix postscript arc and ellipse drawing (avoid double frame) 2009-03-18 22:46:07 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas
propertystorage.pas * Fixed access violation reported on Mailing list 2009-02-22 14:48:27 +00:00
rubberband.pas
shellctrls.pas Starts TShellListView component and fixes compiling wince interface with fpc 2.3.1 2009-03-26 18:05:45 +00:00
spin.pp LCL: published TSpinEdit.Color, Color is published for TEdit too (issue #13159) 2009-02-13 09:44:33 +00:00
stdactns.pas
stdctrls.pp lcl: publish TEdit.BorderStyle (issue #0013339) 2009-03-18 04:50:21 +00:00
stringhashlist.pas
textstrings.pas LCL: TTextStrings: fixed Move updating EndPos of moved line 2009-02-20 11:14:43 +00:00
themes.pas
tmschema.pas
toolwin.pp
translations.pas LCL: TLRSObjectWriter: skip writing empty inherited child components 2009-02-11 09:16:20 +00:00
utrace.pp
xmlpropstorage.pas