lazarus/lcl
2009-04-06 12:22:48 +00:00
..
forms lcl: don't close calendar dialog and calendar popup form on double click if user clicked on wrong parts of calendar (issue #0009722) 2009-03-27 03:25:20 +00:00
images images: fix paths 2009-03-31 04:32:33 +00:00
include lcl: forgot monitor.inc 2009-04-06 08:17:36 +00:00
interfaces qt: fix TMonitor support (tested on 2 monitor system) 2009-04-06 12:22:48 +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 lcl: override default value for TAction.DisableIfNoHandler 2009-04-04 16:33:02 +00:00
alllclunits.pp IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
arrow.pp lcl: fix header 2008-12-31 03:07:17 +00:00
asyncprocess.pp lcl: fix header 2008-12-31 03:07:17 +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: further fix TButtonPanel.AutoSize 2009-04-03 06:55:19 +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 lcl: fix header 2008-12-31 03:07:17 +00:00
checklst.pas lcl: fix header 2008-12-31 03:07:17 +00:00
clipbrd.pp lcl: fix header 2008-12-31 03:07:17 +00:00
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: move Dock Image handling from the drag manager to the TDragDockObject (part of issue #0013427) 2009-04-03 05:59:46 +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 lcl: fix header 2008-12-31 03:07:17 +00:00
dbctrls.pp LCL, patch for the lookup controls implementing the changing of the key fields of a lookup field, from Leslie Kaye, issue #13396 2009-03-28 16:01:10 +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: formatting, + simplify TApplication.GetTitle 2009-03-29 06:43:39 +00:00
dirsel.lfm set some TTreeView.ReadOnly to true 2009-01-20 20:19:40 +00:00
dirsel.lrs set some TTreeView.ReadOnly to true 2009-01-20 20:19:40 +00:00
dirsel.pas lcl: fix header 2008-12-31 03:07:17 +00:00
dynamicarray.pas lcl: fix header 2008-12-31 03:07:17 +00:00
dynhasharray.pp lcl: fix header 2008-12-31 03:07:17 +00:00
dynqueue.pas lcl: fix header 2008-12-31 03:07:17 +00:00
editbtn.pas lcl: publish BorderStyle for more components 2009-03-19 14:26:57 +00:00
extctrls.pp lcl: implement at least some differences in painting for TSplitter.ResizeStyle (part of issue #0013406) 2009-04-04 09:57:01 +00:00
extdlgs.lrs
extdlgs.pas lcl: don't close calendar dialog and calendar popup form on double click if user clicked on wrong parts of calendar (issue #0009722) 2009-03-27 03:25:20 +00:00
extendedstrings.pas lcl: fix header 2008-12-31 03:07:17 +00:00
extgraphics.pas
filectrl.pp lcl: fix header 2008-12-31 03:07:17 +00:00
fileutil.pas LCL: ExtractShortPathNameUTF8 is available in all supported fpc versions 2009-02-05 09:59:48 +00:00
forms.pp lcl: add TMonitor class which represents single screen monitor, add TScreen.MonitorCount, TScreen.Monitors[] 2009-04-06 08:14:58 +00:00
fpcadds.pas lcl: fix header 2008-12-31 03:07:17 +00:00
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 lcl: fix header 2008-12-31 03:07:17 +00:00
graphutil.pp lcl: add NormalizeRect function 2009-03-02 03:09:42 +00:00
grids.pas LCL, grids, removed check for windows/linux in InternalNeedBorder, using IntersetctRect in BoxRect 2009-03-30 06:13:53 +00:00
helpintfs.pas lcl: fix header 2008-12-31 03:07:17 +00:00
icnstypes.pas lcl: fix header 2008-12-31 03:07:17 +00:00
imagelistcache.pas lcl: fix header 2008-12-31 03:07:17 +00:00
imglist.pp lcl: set default values for TListView.ParentColor and TCustomImageList.Masked 2009-03-09 15:34:43 +00:00
inipropstorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00
interfacebase.pp lcl: destroy ThemeServices in the TWidgetset.BeforeDestruction method since it can release some gdi objects and some widgetsets (like gtk) stores gdi objects in internal structures and release them in the widgetset destructor 2009-04-04 09:55:53 +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 lcl: fix header 2008-12-31 03:07:17 +00:00
lazhelphtml.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lazhelpintf.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lazlinkedlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
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 lcl: fix header 2008-12-31 03:07:17 +00:00
lclmemmanager.pas lcl: fix header 2008-12-31 03:07:17 +00:00
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 lcl: fix header 2008-12-31 03:07:17 +00:00
lclstrconsts.pas lcl: fix letter case 2009-03-08 16:25:27 +00:00
lcltype.pp lcl: fix compilation on non-windows systems 2009-04-06 09:30:35 +00:00
lclunicodedata.pas IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
lclversion.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lconvencoding.pas LCL: added encoding UTF-8 with BOM, IDE: fixed changing encoding 2009-04-04 00:43:25 +00:00
ldockctrl.pas lcl: fix header 2008-12-31 03:07:17 +00:00
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas lcl: fix header 2008-12-31 03:07:17 +00:00
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 lcl: fix header 2008-12-31 03:07:17 +00:00
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 lcl: fix header 2008-12-31 03:07:17 +00:00
menus.pp lcl, win32: use cLineCaption instead of '-' for separator menu 2009-02-05 14:54:47 +00:00
pairsplitter.pas LCL: broken one unit circle 2009-01-21 17:21:44 +00:00
popupnotifier.lrs
popupnotifier.pas lcl: fix header 2008-12-31 03:07:17 +00:00
postscriptcanvas.pas Printers, patch for hi-res postscript output from Anton Kavalenka with changes, issue #13356 2009-04-06 04:32:52 +00:00
postscriptprinter.pas lcl: fix header 2008-12-31 03:07:17 +00:00
postscriptunicode.pas LCL, postscript, use selectfont instead of findfont/scalefont, fix typo in postscript example 2008-12-02 22:13:31 +00:00
printers.pas LCL, fix TPrinterCanvas left and top margins, implements getting paper's physical width and height 2009-04-05 07:14:31 +00:00
propertystorage.pas lcl: repair TCustomPropertyStorage StorageNeeded balance with FreeStorage (fixes bug #0013239) 2009-04-01 22:26:56 +00:00
rubberband.pas lcl: fix header 2008-12-31 03:07:17 +00:00
shellctrls.pas lcl: cleanup 2009-03-29 08:12:09 +00:00
spin.pp lcl: remove fpc bug workaround from the spinedit code 2009-04-01 09:02:06 +00:00
stdactns.pas lcl: fix header 2008-12-31 03:07:17 +00:00
stdctrls.pp lcl: revert part of r19151 #ac0184724f, another trial to fix double raising of OnChange event for TEdit (fixes bug #0013102, bug #0013432) 2009-04-01 08:55:54 +00:00
stringhashlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
textstrings.pas LCL: TTextStrings: fixed Move updating EndPos of moved line 2009-02-20 11:14:43 +00:00
themes.pas lcl: destroy ThemeServices in the TWidgetset.BeforeDestruction method since it can release some gdi objects and some widgetsets (like gtk) stores gdi objects in internal structures and release them in the widgetset destructor 2009-04-04 09:55:53 +00:00
tmschema.pas
toolwin.pp lcl: fix header 2008-12-31 03:07:17 +00:00
translations.pas LCL: TLRSObjectWriter: skip writing empty inherited child components 2009-02-11 09:16:20 +00:00
utrace.pp lcl: fix header 2008-12-31 03:07:17 +00:00
xmlpropstorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00