lazarus/lcl
2010-07-08 08:38:30 +00:00
..
forms lcl: calendar popup form should have pmActive popup mode to be on top of parent stayontop forms (#0010092) 2010-05-01 16:08:11 +00:00
images
include LCL: added TWSControl.ConstraintWidth/Height 2010-07-07 20:28:13 +00:00
interfaces Qt: postpone mouse release event in TQtListWidget when it's lclobject is TListView class. 2010-07-08 08:38:30 +00:00
languages regenerated translations; updated Russian translation 2010-07-04 14:52:01 +00:00
nonwin32
templates
tests
widgetset LCL: added TWSControl.ConstraintWidth/Height 2010-07-07 20:28:13 +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
btn_icons.lrs
buttonpanel.pas LCL: TButtonPanel: store also button Name and ShowHint properties 2010-06-22 20:57:01 +00:00
buttons.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
calendar.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
chart.pp LCL: added comments 2010-06-16 09:55:25 +00:00
checklst.pas LCL; TCustomCheckListBox: fixed setting ItemEnabled before handleallocated 2010-05-13 10:21:24 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp LCL: added TToolButton.ShowCaption, bug #16778 2010-07-01 12:56:04 +00:00
controls.pp LCL: fixed TAnchorSide.CheckSidePosition circle check 2010-06-24 07:35:43 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp LCL: default DBNavigator hints now get localized at designtime and runtime automatically (of course only if lclstrconsts.*.po file is present) 2010-05-11 22:27:17 +00:00
dbgrids.pas LCL, dbgrid revert column readonly fix, it seems a column with a nil field is not assumed to be readonly, issue #16626 2010-06-04 18:38:56 +00:00
defaulttranslator.pas LCL, DefaultTranslator: 2010-05-15 18:16:07 +00:00
dialog_icons.lrs
dialogs.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas lcl: cleanup 2010-03-22 03:55:06 +00:00
extctrls.pp docs, lcl: document and comment TResizeStyle 2010-07-05 11:36:17 +00:00
extdlgs.pas lcl: fix CreateParams for TPreviewFileControl 2010-05-07 00:44:13 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas LCL: added CreateAbsolutePath 2010-07-02 20:49:36 +00:00
forms.pp LCL: comments 2010-07-06 14:08:51 +00:00
fpcadds.pas lcl: remove remain ver2_0 code 2010-01-06 17:43:33 +00:00
graphics.pp * Graphics: Added TTiffImage 2010-05-02 14:36:41 +00:00
graphmath.pp
graphtype.pp lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0 2010-02-01 01:35:18 +00:00
graphutil.pp
grids.pas LCL, grid change to use XMLConf instead of XMLCfg 2010-05-31 18:38:11 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp Adds support to FPC 2.2.0 for Windows CE 2010-05-01 10:59:17 +00:00
inipropstorage.pas
interfacebase.pp LCL: added ASystemTopAlso bool param to TApplication.RemoveStayOnTop & TApplication.RestoreStayOnTop, WS.AppRemoveStayOnTop & WS.AppRestoreStayOnTop, because TApplication.HandleException should normalize all stayontop (app, sys), but app activate/deactivate only fsStayOnTop. 2010-05-20 10:54:19 +00:00
intfgraphics.pas * Graphic: fixed rendering of gray-alpha images. Partially fixes #13266 2010-05-08 16:58:32 +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: don't use initialization section with resources in extdlgs, include resources only if calculator panel is used. 2010-02-05 09:19:06 +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: remove workaround to old fpc bug in BeforeDestruction 2010-06-02 09:39:49 +00:00
lclintf.pas LCL: OpenDocument: auto add quotes, bug #16541 2010-05-23 09:21:58 +00:00
lclmemmanager.pas
lclmessageglue.pas lcl: formatting 2010-05-02 07:00:16 +00:00
lclproc.pas anchordocking: enlarge with rotate splitter 2010-06-12 21:34:12 +00:00
lclrescache.pas lcl: make lcl resource cache thread-safe (based on patch of Bernd Engelhardt, issue #0016092) 2010-04-19 09:01:04 +00:00
lclstrconsts.pas LCL: resourcestring 2010-07-04 04:40:34 +00:00
lcltype.pp lcl: move combobox style from win32 to LCL createparams, override unsupported styles in wince 2010-05-31 06:22:37 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
ldocktree.pas
lmessages.pp lcl: map LM_PAINT to WM_PAINT message number, don't perform any special handling if control has no doublebuffering and Message.DC = 0 2010-05-14 09:55:36 +00:00
lresources.pp IDE: started upgrade of xml units 2010-05-25 20:37:53 +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 Improvements to the wince menu code 2010-07-07 14:16:23 +00:00
pairsplitter.pas lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +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 Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
postscriptprinter.pas
postscriptunicode.pas LCL, fix escaping invalid postscript string chars, issue #15920 2010-03-15 00:44:41 +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 Makes the Items property public for TShellListView and TShellTreeView, fixes bug #15374 2010-05-01 12:37:06 +00:00
spin.pp lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
stdactns.pas LCL: fixed case insenstive search TSearchAction.PerformSearch, bug #16736 2010-06-19 16:10:46 +00:00
stdctrls.pp LCL: TCustomEdit: when Text property is assigned Modified should be setted up to False according to embarcadero docs. 2010-06-30 21:09:46 +00:00
stringhashlist.pas LCL: fixed memleak in stringhashlist, when destroying a hashlist without items (issue #15755) 2010-03-15 20:43:03 +00:00
textstrings.pas lcl: fix TTextStrings.Put: don't call SetLength before the text move if new string is shorter, call if after the move, copy one symbol more since we want to copy from the end position including it (bug #0015496) 2010-01-30 11:41:54 +00:00
themes.pas lcl: fix themes default idButtonClose stock image drawing 2010-06-19 12:47:41 +00:00
tmschema.pas
toolwin.pp
translations.pas lcl: remove ver2_0 workarounds 2010-01-06 17:05:28 +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