lazarus/lcl
2007-04-23 09:39:15 +00:00
..
forms LCL: made TPopupMenu.Popup virtual (Delphi compatible, #8395) 2007-02-25 22:26:01 +00:00
images - forgotten cursor (crHelp - missed in carbon) 2007-03-19 14:22:16 +00:00
include * Patch #0008719: TApplication.OnUserInput is never fired 2007-04-23 09:39:15 +00:00
interfaces wince interface: fixed get text from controls (TEdit) crash (bug #8676) from zaher dirkey 2007-04-22 18:11:48 +00:00
languages * Updated translation by Mario Bonati 2007-04-19 20:55:38 +00:00
nonwin32
templates
tests synedit: changed TSynPasSyn to use internally PChar instead of String 2007-04-05 12:27:23 +00:00
widgetset declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426) 2007-04-18 15:51:50 +00:00
actnlist.pas
alllclunits.pp
arrow.pp
asyncprocess.pp LCL, TASyncProcess: FIONREAD is part of 2.0.4 termio units for all unix targets 2007-01-31 14:18:03 +00:00
avglvltree.pas implemented TPointerToPointerTree.Remove 2007-03-21 21:49:34 +00:00
buttonpanel.pas
buttons.pp reverted previous commit, Lazarus uses TSpeedButton.OnDblClick in the component bar 2007-04-07 11:19:30 +00:00
calendar.pp
chart.pp
checklst.pas LCL: fixed event and method names of TCheckListBox to be Delphi compatible (#8424) from Paul 2007-02-28 11:19:54 +00:00
clipbrd.pp
clistbox.pp
colorbox.pas LCL: published dragging related properties 2007-02-16 08:31:43 +00:00
comctrls.pp declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426) 2007-04-18 15:51:50 +00:00
commctrl.pp
controls.pp * Added dataowner to LazIntfImage 2007-04-11 23:54:17 +00:00
cursors.lrs - forgotten cursor (crHelp - missed in carbon) 2007-03-19 14:22:16 +00:00
customtimer.pas
dbactns.pp
dbctrls.pp LCL: published Borderspacing for DB controls (bug #8472) 2007-03-08 10:05:39 +00:00
dbgrids.pas dbgrid: update field textusing text property so field's OnSetText event can be used (from Aleksey Lagunov) 2007-03-13 23:56:32 +00:00
defaulttranslator.pas
dialogs.pp OnTypeChange event implementation for 2007-04-20 12:49:08 +00:00
dirsel.lfm
dirsel.lrs
dirsel.pas
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
edbtnimg.lrs
editbtn.pas LCL: published TEditButton.CharCase and OnEditingDone for several TCustomEditButton descendants (bug #8621) 2007-04-05 18:37:14 +00:00
extctrls.pp - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk) 2007-03-30 05:22:36 +00:00
extdlgs.lrs
extdlgs.pas
extendedstrings.pas
extgraphics.pas
filectrl.pp LCL: FileListBox mask defaults to '*' on windows too, so directories without . in the name can be found too. 2007-03-24 22:06:47 +00:00
fileutil.pas LCL: FileListBox mask defaults to '*' on windows too, so directories without . in the name can be found too. 2007-03-24 22:06:47 +00:00
forms.pp IDE: compiling a package now shows it in the MainBar caption, building the IDE does not save virtual projects 2007-03-31 12:41:20 +00:00
fpcadds.pas LCL: add all needed variants of CompareValue to prevent overloading problems (bug #8448) 2007-04-04 14:47:31 +00:00
graphics.pp * Step 1 of the native imagelist implementation 2007-04-05 00:00:37 +00:00
graphmath.pp
graphtype.pp LCL: fixed range error (loop variable needs to be integer too) 2007-04-04 07:25:54 +00:00
grids.pas LCL: grid, initial implementation of GridLineWidth from Graeme 2007-04-17 18:52:51 +00:00
helpintfs.pas
imglist.pp * Added dataowner to LazIntfImage 2007-04-11 23:54:17 +00:00
inipropstorage.pas
interfacebase.pp LCL: added AllocateHWnd and implemented it for win32 (bug #8563) from Felipe 2007-04-03 10:04:06 +00:00
intfgraphics.pas * Added dataowner to LazIntfImage 2007-04-11 23:54:17 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
lazhelpintf.pas
lazlinkedlist.pas
lclclasses.pp - some fixes in new imagelist implementation 2007-04-10 03:12:23 +00:00
lclicons.lrs
lclintf.pas
lclmemmanager.pas
lclmessageglue.pas added LM_MOUSEWHEEL 2007-04-18 22:55:51 +00:00
lclproc.pas Changed AllocMem to GetMem for speed 2007-04-14 19:03:35 +00:00
lclrescache.pas
lclstrconsts.pas
lcltype.pp LCL: Adapted TextToShortCut, ShortCutToText and KeyToShortCut to work correctly on big endian systems from Tom (bug #8680) 2007-04-13 11:49:55 +00:00
lconv.pas
ldockctrl.pas implemented TPointerToPointerTree.Remove 2007-03-21 21:49:34 +00:00
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas
ldocktree.pas
lmessages.pp LCL: clean up of lmessages, replace mswindows by windows to fix compilation of synedit on arm-wince 2007-02-13 22:49:36 +00:00
lresources.pp LCL: use const parameter for adding resource strings, prevents copying of string references and works around fpc bug #8664 2007-04-10 12:05:35 +00:00
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +00:00
Makefile.fpc removed more references to gnome, replaced them by fpgui in some places 2007-04-05 21:59:24 +00:00
maps.pp gtk interface: fixed calling TListView.OnColumnClick, removed duplicate code (bug #8298) from Flavio Etrusco 2007-04-03 19:53:45 +00:00
maskedit.pp LCL: enabled published properties of TMaskEdit 2007-04-22 22:16:38 +00:00
menus.pp LCL: made TPopupMenu.Popup virtual (Delphi compatible, #8395) 2007-02-25 22:26:01 +00:00
pairsplitter.pas * patch for tpairsplitter by Paul Ishenin 2007-03-06 00:08:35 +00:00
postscriptcanvas.pas LCL: Reset current font selection in postscript output after new page (issue #8579) 2007-03-30 18:43:23 +00:00
postscriptprinter.pas LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie 2007-01-29 12:33:03 +00:00
printers.pas
propertystorage.pas LCL: Tapplication.CreateForm with out param, cleanups, renamed TCustomPropertyStorage param name Default with DefaultValue from Flávio Etrusco 2007-02-12 12:40:41 +00:00
spin.pp LCL: fixed getting TSpinEdit.Caption before the handle has been created (bug #2075) 2007-01-31 12:22:36 +00:00
stdactns.pas
stdctrls.pp LCL: added Begin/EndUpdate in TCustomMemo.SetSelText, implemented SetUpdateState for memo lines in the win32 widgetset, fixes (8702) 2007-04-19 10:16:35 +00:00
stringhashlist.pas
textstrings.pas
toolwin.pp
translations.pas LCL: removed fpc 2.0.2 workaround and added dumpstack trace when an exception occurs while translating. 2007-04-19 09:23:26 +00:00
utrace.pp
xmlpropstorage.pas