lazarus/lcl
mattias d81144b51a bug 1152: added debug code
git-svn-id: trunk@11437 -
2007-07-06 13:41:29 +00:00
..
forms LCL: made TPopupMenu.Popup virtual (Delphi compatible, #8395) 2007-02-25 22:26:01 +00:00
images - crNone cursor for gtk and carbon (issue #8962) 2007-06-29 08:22:12 +00:00
include bug 1152: added debug code 2007-07-06 13:41:29 +00:00
interfaces gtk2 intf: fixed UpdateWindow result 2007-07-06 12:50:24 +00:00
languages LCL: raise exception if bitmap is not completely written to disk (bug #8260) 2007-06-27 11:01:23 +00:00
nonwin32 chnaged wrong copied license headers in LCL units, they are modified LGPL not GPL, as mentioned in the Copying files 2006-10-02 09:10:56 +00:00
templates chnaged wrong copied license headers in LCL units, they are modified LGPL not GPL, as mentioned in the Copying files 2006-10-02 09:10:56 +00:00
tests synedit: changed TSynPasSyn to use internally PChar instead of String 2007-04-05 12:27:23 +00:00
widgetset - (QT) TQtImage.AsIcon 2007-07-05 03:47:03 +00:00
actnlist.pas LCL: moved TTranslateString to lcltype.pp 2006-12-01 17:11:17 +00:00
alllclunits.pp - initial implementation of lazarus ThemeServices 2007-05-18 02:18:52 +00:00
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
btn_icons.lrs - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
buttonpanel.pas
buttons.pp LCL: moved TButton from buttons unit to stdctrls (bug #9137), compilation tested on windows for gtk2, qt and win32 widgetset 2007-06-25 08:34:41 +00:00
calendar.pp LCL: added THintWindow.ActivateHintData (bug #7488) 2006-12-05 07:24:50 +00:00
chart.pp LCL: TBar properties can now be changed from Aleksey Lagunov 2006-11-07 23:10:10 +00:00
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: don't capitalize keywords (e.g Property -> property) 2007-05-01 17:32:12 +00:00
comctrls.pp LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192) 2007-07-03 13:26:02 +00:00
commctrl.pp * modified customdraw listview patch from BeniBela 2006-08-29 23:33:15 +00:00
controls.pp splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
cursors.lrs - crNone cursor for gtk and carbon (issue #8962) 2007-06-29 08:22:12 +00:00
customtimer.pas
dbactns.pp
dbctrls.pp LCL, opening a form with dbcalendar opens the lfm file instead of form designer, issue #8906 2007-05-25 20:11:33 +00:00
dbgrids.pas LCL, grids Improved themed look in TitleStyle:=tsNative, implemented headers hot tracking and pushed look when clicking 2007-05-25 21:04:25 +00:00
defaulttranslator.pas
dialog_icons.lrs - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
dialogs.pp - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
dirsel.lfm LCL: Several fixes for DirSel dialog (#9077) from Graeme 2007-06-21 12:16:25 +00:00
dirsel.lrs LCL: Several fixes for DirSel dialog (#9077) from Graeme 2007-06-21 12:16:25 +00:00
dirsel.pas LCL: Several fixes for DirSel dialog (#9077) from Graeme 2007-06-21 12:16:25 +00:00
dynamicarray.pas
dynhasharray.pp gtk intf: made creation/freeing of GDI objects more consistent and more strict. gtk2 intf: brush and pen are now created on demand 2007-05-11 16:52:05 +00:00
dynqueue.pas fixed memleak 2006-09-03 12:30:00 +00:00
edbtnimg.lrs
editbtn.pas LCL: published some properties of TCustomEditButton descendants from Michael Van Canneyt 2007-04-29 21:08:32 +00:00
extctrls.pp splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
extdlgs.lrs
extdlgs.pas LCL calendar dialog: 2007-05-16 08:38:20 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp lcl: published TFileListBox.Directory 2007-05-01 10:19:12 +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 - BidiMode patch from Zaher Dirkey (0008996) part 1 2007-07-02 07:00:51 +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 - added TLResources.Find by Name and ValueType (it was by Name only before) 2007-07-06 02:32:22 +00:00
graphmath.pp LCL: cleanup, ReallocMem(p,0) sets p to nil 2007-05-08 17:50:51 +00:00
graphtype.pp LCL: fixed range error (loop variable needs to be integer too) 2007-04-04 07:25:54 +00:00
grids.pas LCL: grids, scrolling problem when cell is wider than clientwidth, issue #9065 2007-06-26 06:53:14 +00:00
helpintfs.pas added example to add IDE help for the sources of a package 2006-09-19 22:25:33 +00:00
imglist.pp * Added dataowner to LazIntfImage 2007-04-11 23:54:17 +00:00
inipropstorage.pas LCL: don't capitalize keywords (e.g Property -> property) 2007-05-01 17:32:12 +00:00
interfacebase.pp - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
intfgraphics.pas * Added dataowner to LazIntfImage 2007-04-11 23:54:17 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas use GetExeExt 2006-09-12 17:58:22 +00:00
lazhelpintf.pas IDE: fixed package system macros for package ID with version numbers 2006-09-22 12:14:16 +00:00
lazlinkedlist.pas
lclclasses.pp - TLCLHandleComponent should not try to destroy handle if did not create it 2007-05-25 07:34:35 +00:00
lclicons.lrs
lclintf.pas LCL: fixed updating control scrollbars, remaining bug: win32 intf moves controls when scrolling 2006-12-09 10:24:44 +00:00
lclmemmanager.pas LCL: improved stream of large objects (issue #7270) 2006-12-12 13:09:30 +00:00
lclmessageglue.pas gtk2 intf: fonts of device contexts are now created on demand 2007-05-10 08:44:03 +00:00
lclproc.pas LCL: added CloseDebugOutput 2007-06-02 13:58:39 +00:00
lclrescache.pas gtk2 intf: fonts of device contexts are now created on demand 2007-05-10 08:44:03 +00:00
lclstrconsts.pas LCL: raise exception if bitmap is not completely written to disk (bug #8260) 2007-06-27 11:01:23 +00:00
lcltype.pp - BidiMode patch from Zaher Dirkey (0008996) part 2 2007-07-02 07:03:42 +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 codetools: added static keyword for methods 2006-08-23 17:58:03 +00:00
lmessages.pp lcl: explicitly add 4 byte UnusedMsg field for 64 bit cpu to LMessage records, to prevent that 2 or 4 byte fields of WPARAM are moved to offset 4, fixed the OnDropDown event on win64 2007-05-29 11:42:32 +00:00
lresources.pp - added TLResources.Find by Name and ValueType (it was by Name only before) 2007-07-06 02:32:22 +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 - BidiMode patch from Zaher Dirkey (0008996) part 1 2007-07-02 07:00:51 +00:00
pairsplitter.pas splitter and pairsplitter improvements: 2007-05-29 09:19:34 +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 cups printing: added warnings 2006-09-20 19:37:29 +00:00
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 T(Float)SpinEdit: Single properties storing 2007-06-28 16:18:05 +00:00
stdactns.pas
stdctrls.pp - BidiMode patch from Zaher Dirkey (0008996) part 1 2007-07-02 07:00:51 +00:00
stringhashlist.pas
textstrings.pas
themes.pas - restore font color after drawing text by ThemeServices 2007-07-06 11:11:38 +00:00
tmschema.pas - initial implementation of lazarus ThemeServices 2007-05-18 02:18:52 +00:00
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