lazarus/lcl
2006-06-27 23:20:07 +00:00
..
forms fixed TReplaceDialog, localized TFindDialog and TReplaceDialog 2006-06-22 20:16:57 +00:00
images
include gtk intf: added minimum size for TTrackBar 2006-06-27 22:08:49 +00:00
interfaces gtk2 intf: TGtkWSCustomNotebook.GetTabIndexAtPos: replaced hack with slow but more generic solution 2006-06-27 23:20:07 +00:00
languages TToolBar: disabled using designtime resizes to set ButtonWidth/Height, it interferes with the autosizing 2006-06-24 09:04:42 +00:00
nonwin32 * Fixed bug #907 2005-09-10 16:31:04 +00:00
templates removed cvs logs 2005-08-22 12:30:03 +00:00
tests gtk2 intf: enabled direct drawing, because it has working event area and double buffering 2006-06-27 22:49:57 +00:00
widgetset added class keyword to proc bodies for fpc 2.1.1 2006-05-27 17:40:59 +00:00
actnlist.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
alllclunits.pp moved ideintf/helphtml.pas to lcl/lazhelphtml.pas 2006-05-13 15:12:42 +00:00
arrow.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
asyncprocess.pp TOutputfilter now uses TDynamicDataQueue to read data from TAsyncProcess immediately. TAsyncProcess enabled for linux 2006-06-19 19:48:34 +00:00
avglvltree.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
buttonpanel.pas added TControlStyle csOwnedChildSelection 2006-05-03 20:28:45 +00:00
buttons.pp set button/bitbtn borderspacing.innerborder to 4 2006-05-22 08:10:49 +00:00
calendar.pp fixed exception during loading of TCalendar with different date format 2006-05-26 14:50:32 +00:00
chart.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
checklst.pas gtk2 intf: fixed TTrackBar, added MergeSort for TFPList and TStrings 2006-06-22 01:54:58 +00:00
clipbrd.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
clistbox.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
colorbox.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
comctrls.pp TToolBar: disabled using designtime resizes to set ButtonWidth/Height, it interferes with the autosizing 2006-06-24 09:04:42 +00:00
commctrl.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
controls.pp added virtual TCanvas.FreeHandle and extended TControlCanvas to work without control from Darek 2006-06-12 19:41:12 +00:00
customtimer.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbactns.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbctrls.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbgrids.pas disabled editing of blob fields in dbgrid 2006-06-20 18:49:00 +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 fixed TReplaceDialog, localized TFindDialog and TReplaceDialog 2006-06-22 20:16:57 +00:00
dirsel.lfm
dirsel.lrs set button/bitbtn borderspacing.innerborder to 4 2006-05-22 08:10:49 +00:00
dirsel.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dynamicarray.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dynhasharray.pp gtk2 intf: added GetDefaultPangoLayout 2006-06-24 08:35:25 +00:00
dynqueue.pas added parameter to CreatPublishedMethod to only use the typeinfo, improvements for 64bit 2006-06-21 18:30:24 +00:00
edbtnimg.lrs
editbtn.pas fixed exception during loading of TCalendar with different date format 2006-05-26 14:50:32 +00:00
extctrls.pp store TLabeledEdit.EditLabel subcomponent (issue #7087) 2006-06-27 19:03:32 +00:00
extdlgs.lrs
extdlgs.pas disable autosize for calendardialogform, because it doesn't work correctly 2006-05-24 21:14:32 +00:00
extendedstrings.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
extgraphics.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
filectrl.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
fileutil.pas made GetTempFilename simpler 2006-06-13 20:10:39 +00:00
forms.pp fixed mouse events return wrong coordinates in scrolling components (win32, issue #1983), enabled ajustments for customforms in gtk 2006-05-20 17:10:17 +00:00
fpcadds.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
graphics.pp gtk1/2 intf: fixed Arc 2006-06-22 02:41:09 +00:00
graphmath.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
graphtype.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
grids.pas TOutputfilter now uses TDynamicDataQueue to read data from TAsyncProcess immediately. TAsyncProcess enabled for linux 2006-06-19 19:48:34 +00:00
helpintfs.pas added Help to TApplication, disable it with Application.Navigation-[anoF1ForHelp] 2006-05-13 17:07:25 +00:00
imglist.pp changed TImageList.Add to use AddCopy instead of AddDirect for Delphi compatibility 2006-05-22 08:17:41 +00:00
inipropstorage.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
interfacebase.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
intfgraphics.pas added ideintf/stringspropeditdlg.pas 2006-05-25 15:13:44 +00:00
LAYOUT.txt renamed *.TXT to *.txt 2005-10-01 09:40:41 +00:00
lazconfigstorage.pas added TXMLConfigStorage 2006-06-15 21:49:57 +00:00
lazhelphtml.pas fixed name of internet explorer executable 2006-06-09 21:33:14 +00:00
lazhelpintf.pas fixed memleak 2006-06-02 13:15:13 +00:00
lazlinkedlist.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lclclasses.pp added class keyword to proc bodies for fpc 2.1.1 2006-05-27 17:40:59 +00:00
lclicons.lrs
lclintf.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lclmemmanager.pas fixed sending UTF8 key presses in gtk intf 2005-07-23 23:15:19 +00:00
lclproc.pas gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1 2006-06-27 11:28:17 +00:00
lclrescache.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lclstrconsts.pas fixed TReplaceDialog, localized TFindDialog and TReplaceDialog 2006-06-22 20:16:57 +00:00
lcltype.pp gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1 2006-06-27 11:28:17 +00:00
lconv.pas win64 fixes (from peter, modified) 2006-05-01 21:45:12 +00:00
ldockctrl.pas added TXMLConfigStorage 2006-06-15 21:49:57 +00:00
ldockctrledit.lfm set button/bitbtn borderspacing.innerborder to 4 2006-05-22 08:10:49 +00:00
ldockctrledit.lrs set button/bitbtn borderspacing.innerborder to 4 2006-05-22 08:10:49 +00:00
ldockctrledit.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
ldocktree.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lmessages.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lresources.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +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 fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
maskedit.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
menus.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
pairsplitter.pas added class keyword to proc bodies for fpc 2.1.1 2006-05-27 17:40:59 +00:00
postscriptcanvas.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
postscriptprinter.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
printers.pas added printer initialization after populating printers list 2006-06-23 19:36:26 +00:00
propertystorage.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
spin.pp TObjectInspector: fixed updating LookupRoot without selection change 2006-06-22 03:33:40 +00:00
stdactns.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
stdctrls.pp removed TLabel fontchanged hook and added TCheckList.OnClickChecked event from Darek 2006-06-05 10:24:47 +00:00
stringhashlist.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
textstrings.pas fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
toolwin.pp gtk2 intf: TToolBar is now a simnple hbox instead of a gtk_toolbar 2006-06-22 10:35:34 +00:00
translations.pas fixed reading po files with c string MsgID 2006-06-04 11:48:11 +00:00
utrace.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
xmlpropstorage.pas added TXMLConfigStorage 2006-06-15 21:49:57 +00:00