| .. |
|
images
|
|
|
|
include
|
fixed using Drop parameter in DragDone from Daniel Dugan
|
2006-03-22 23:11:35 +00:00 |
|
interfaces
|
codetools: implemented RepalceUsedUnits: replacing, commenting units
|
2006-03-22 22:59:52 +00:00 |
|
languages
|
updated portugues translation from Júnior Gonçalves
|
2006-03-22 01:17:43 +00:00 |
|
nonwin32
|
|
|
|
templates
|
|
|
|
tests
|
|
|
|
widgetset
|
|
|
|
actnlist.pas
|
|
|
|
alllclunits.pp
|
added dynqueue.pas, changed license of dynamicarray.pas
|
2006-02-27 22:53:45 +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
|
|
|
|
buttons.pp
|
removed TSize from LCLType (fixes issue #1702)
|
2006-02-15 22:18:07 +00:00 |
|
calendar.pp
|
replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
|
2006-02-17 14:07:21 +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
|
published TListView.HideSelection
|
2006-02-28 11:03:48 +00:00 |
|
commctrl.pp
|
|
|
|
controls.pp
|
added GraphType aliases for Delphi compatibility
|
2006-03-18 21:51:35 +00:00 |
|
COPYING
|
|
|
|
customtimer.pas
|
|
|
|
dbactns.pp
|
|
|
|
dbctrls.pp
|
fixes TDBEdit sets edit mode on EVERY key down (issue #1615)
|
2006-01-23 13:20:56 +00:00 |
|
dbgrids.pas
|
fixed dbgrid eating some keys
|
2006-03-19 21:03:22 +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
|
|
|
|
extctrls.pp
|
implemented TControl.BorderSpacing.CellAlignHorizontal/Vertical, replaced TRadioGroup recreatewnd calls with UpdateItems, changed TRadioGroup.AutoFill to true as default
|
2006-01-27 15:21:08 +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
|
added Application.OnEndSession and Application.OnQueryEndSession from Boguslaw Brandys
|
2006-03-16 20:07:16 +00:00 |
|
fpcadds.pas
|
removed fpc 2.0.0 compatibility workarounds
|
2006-02-17 15:19:01 +00:00 |
|
graphics.pp
|
removed BrushCopy
|
2006-03-07 14:03:32 +00:00 |
|
graphmath.pp
|
|
|
|
graphtype.pp
|
|
|
|
grids.pas
|
fixed hang on scrolling to partially visible cell, possible range chk err in scrollbarrange from Colin W.
|
2006-03-07 07:34:43 +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
|
replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
|
2006-02-17 14:07:21 +00:00 |
|
lclmemmanager.pas
|
|
|
|
lclproc.pas
|
added simple check if system characterset is UTF8 and strings do not need to be converted
|
2006-03-21 15:23:51 +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
|
added DefineRectProperty
|
2006-02-23 16:29:43 +00:00 |
|
lconv.pas
|
added UTF8 conversion functions to cp1251 and koi8-r, compile with -dMultiLocale from Vasily Volchenko
|
2006-03-08 23:31:47 +00:00 |
|
ldockctrl.pas
|
started saving of anchor docking state
|
2006-02-17 12:36: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
|
added anchor docking example
|
2006-02-09 18:31:10 +00:00 |
|
lmessages.pp
|
When tComboBox is first component on Form, Gtk enable grab capture for it and not release from Darek
|
2006-03-18 23:10:14 +00:00 |
|
lresources.pp
|
fixed writing empty strings to lfm
|
2006-03-13 10:01:43 +00:00 |
|
Makefile
|
don't use nonwin32\messages for wince
|
2006-03-09 22:39:52 +00:00 |
|
Makefile.fpc
|
don't use nonwin32\messages for wince
|
2006-03-09 22:39:52 +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
|
|
|
|
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
|
published TListBox.OnShowHint
|
2006-03-17 18:48:34 +00:00 |
|
stringhashlist.pas
|
|
|
|
textstrings.pas
|
|
|
|
toolwin.pp
|
|
|
|
translations.pas
|
added simple check if system characterset is UTF8 and strings do not need to be converted
|
2006-03-21 15:23:51 +00:00 |
|
utrace.pp
|
|
|
|
xmlpropstorage.pas
|
|
|