lazarus/lcl
2006-05-03 23:38:10 +00:00
..
forms added CalendarPopup for DateEdit 2006-04-19 22:40:10 +00:00
images
include renamed TreeNodes.Items to TTreeNode.Item - it is inconsisten, but for Delphi compatibility and it is hardly used 2006-05-02 21:49:41 +00:00
interfaces * Fixed get line, the used message doesn't return a null terminator, to StrPas fails 2006-05-03 23:38:10 +00:00
languages updated german translation from Joerg Braun 2006-04-21 22:23:12 +00:00
nonwin32
templates
tests
widgetset
actnlist.pas
alllclunits.pp added CalendarPopup for DateEdit 2006-04-19 22:40:10 +00:00
arrow.pp removed csDoubleClick from ControlStyle, it hasn't a double click event after all (fixes issue #1265) 2006-02-23 11:20:43 +00:00
asyncprocess.pp implemented Quick Fix system 2006-02-20 18:55:36 +00:00
avglvltree.pas
buttonpanel.pas added TControlStyle csOwnedChildSelection 2006-05-03 20:28:45 +00:00
buttons.pp now speedbuttons has transparent from Darek 2006-04-25 16:06:39 +00:00
calendar.pp added TCalendar.OnDblClick event and enabled it for the win32 widgetset 2006-04-17 22:13:37 +00:00
chart.pp
checklst.pas
clipbrd.pp
clistbox.pp
colorbox.pas fixed TColorBox odPainted 2006-01-29 00:18:36 +00:00
comctrls.pp renamed TreeNodes.Items to TTreeNode.Item - it is inconsisten, but for Delphi compatibility and it is hardly used 2006-05-02 21:49:41 +00:00
commctrl.pp
controls.pp added TControlStyle csOwnedChildSelection 2006-05-03 20:28:45 +00:00
COPYING
customtimer.pas
dbactns.pp
dbctrls.pp enabled more events for TDBComboBox (issue #1976) 2006-04-11 07:09:56 +00:00
dbgrids.pas Implements dbgrid.SelectedRows (issue #1849) 2006-05-03 18:22:48 +00:00
defaulttranslator.pas replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32) 2006-02-17 14:07:21 +00:00
dialogs.pp changed MinimumDialogButtonWidth/Height to var 2006-03-13 00:10:16 +00:00
dirsel.lfm
dirsel.lrs
dirsel.pas replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32) 2006-02-17 14:07:21 +00:00
dynamicarray.pas added dynqueue.pas, changed license of dynamicarray.pas 2006-02-27 22:53:45 +00:00
dynhasharray.pp
dynqueue.pas fixed 64bit TDynamicDataQueue 2006-02-28 16:01:04 +00:00
edbtnimg.lrs
editbtn.pas added CalendarPopup for DateEdit 2006-04-19 22:40:10 +00:00
extctrls.pp implemented accelerators for TPage captions 2006-04-29 21:33:39 +00:00
extdlgs.lrs
extdlgs.pas
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas replaced {$IFDEF mswindows} by {$IFDEF windows} 2006-03-03 20:58:21 +00:00
forms.pp implemented Help for IDE windows, added node for OI 2006-04-29 12:25:17 +00:00
fpcadds.pas removed fpc 2.0.0 compatibility workarounds 2006-02-17 15:19:01 +00:00
graphics.pp simplified GTK2 CreateFontIndirectEx 2006-04-29 19:53:33 +00:00
graphmath.pp
graphtype.pp
grids.pas Implements dbgrid.SelectedRows (issue #1849) 2006-05-03 18:22:48 +00:00
imglist.pp
inipropstorage.pas
interfacebase.pp added TWidgetSet.AppSetTitle, implemented for TWin32WidgetSet (fixes issue #1758) 2006-02-23 09:35:39 +00:00
intfgraphics.pas fixed tpanel.xpm tabs to spaces 2006-03-10 16:32:26 +00:00
LAYOUT.txt
lazlinkedlist.pas
lclclasses.pp
lclicons.lrs
lclintf.pas win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
lclmemmanager.pas
lclproc.pas win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
lclrescache.pas added DefineRectProperty 2006-02-23 16:29:43 +00:00
lclstrconsts.pas using combobox autotext for findreplace dlg 2006-03-13 00:39:02 +00:00
lcltype.pp define ULONG_PTR for non-windows and 2.0.2 2006-05-03 17:40:41 +00:00
lconv.pas win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
ldockctrl.pas added comctrls ttreenode docs from Darius 2006-04-02 17:30:45 +00:00
ldockctrledit.lfm added anchor docking example 2006-02-09 18:31:10 +00:00
ldockctrledit.lrs added anchor docking example 2006-02-09 18:31:10 +00:00
ldockctrledit.pas
ldocktree.pas anchordocking: implemented saving layout 2006-03-22 23:18:04 +00:00
lmessages.pp win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
lresources.pp designer: change class now keeps parent 2006-04-29 20:49:23 +00:00
Makefile win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
Makefile.fpc win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
maps.pp clean up 2006-04-23 20:59:30 +00:00
maskedit.pp
menus.pp added TMenuItem.IsLine from Graeme 2006-03-22 19:01:55 +00:00
pairsplitter.pas
postscriptcanvas.pas removed BrushCopy 2006-03-07 14:03:32 +00:00
postscriptprinter.pas
printers.pas fix current paper won't change if is the same as the default one 2006-04-30 00:46:49 +00:00
propertystorage.pas added reading/writing TRect to TFormPropertyStorage, fixed TSynEdit erasing space below 2006-02-24 13:29:54 +00:00
spin.pp
stdactns.pas
stdctrls.pp enable autoadjust size of tLabel after changing font from Darek 2006-04-15 10:37:40 +00:00
stringhashlist.pas anchordocking: implemented saving layout 2006-03-22 23:18:04 +00:00
textstrings.pas
toolwin.pp
translations.pas added cwstring for unix again (fixes #1753) 2006-03-26 20:01:21 +00:00
utrace.pp
xmlpropstorage.pas combined use of FRootNode and FRootNodePath (fixes #1947) 2006-03-30 12:38:01 +00:00