lazarus/lcl
paul 55a9f353b2 Qt:
- fix problem with grabbing mouse capture for TCustomControl
- remove toolbar and toolbutton implementation into ifdefs since ToolBar and ToolButton are TCustomControl descendants and fully implemented by LCL means

git-svn-id: trunk@12148 -
2007-09-23 06:52:30 +00:00
..
forms LCL: improvements for the finddialog and replacedialog (bug #8370) from Bart Broersma 2007-07-13 12:27:18 +00:00
images - crNone cursor for gtk and carbon (issue #8962) 2007-06-29 08:22:12 +00:00
include Qt: 2007-09-23 06:52:30 +00:00
interfaces Qt: 2007-09-23 06:52:30 +00:00
languages translations: german: from Joerg Braun 2007-09-08 10:29:16 +00:00
nonwin32
templates
tests LCL: implemented TMask, MatchesMask, added Masks docs 2007-07-22 14:17:13 +00:00
widgetset Added gtk2 implementation for TTrayIcon and removed the widgetset implementations of GetCanvas on TTrayIcon. 2007-09-21 09:10:30 +00:00
actnlist.pas
alllclunits.pp lcl: 2007-09-07 16:39:27 +00:00
arrow.pp undo 2007-09-22 10:09:27 +00:00
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 undo 2007-09-22 10:09:27 +00:00
calendar.pp undo 2007-09-22 10:09:27 +00:00
chart.pp undo 2007-09-22 10:09:27 +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 : Changed TColorBox.Selection to TColorBox.Selected (bug #9498) 2007-08-25 21:50:38 +00:00
comctrls.pp undo 2007-09-22 10:09:27 +00:00
commctrl.pp
controls.pp LCL: fix shortcut handling for TButton and TCheckBox 2007-09-22 12:54:48 +00:00
cursors.lrs - crNone cursor for gtk and carbon (issue #8962) 2007-06-29 08:22:12 +00:00
customtimer.pas LCL, fix startup in linux/qt 64 bits 2007-07-29 18:24:55 +00:00
dbactns.pp
dbctrls.pp undo 2007-09-22 10:09:27 +00:00
dbgrids.pas LCL, dbgrid, fixed scrollbar disappearing when scrollbars=ssAutoVertical, issue #9689 2007-09-23 04:35:18 +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 undo 2007-09-22 10:09:27 +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 gtk: fixed pasting from other apps: reason was an uninitialized stack value 2007-07-31 17:17:14 +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 undo 2007-09-22 10:09:27 +00:00
extdlgs.lrs
extdlgs.pas undo 2007-09-22 10:09:27 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp LCL: implemented TMask, MatchesMask, added Masks docs 2007-07-22 14:17:13 +00:00
fileutil.pas tools: updatepofiles: added recognition of UTF8 header 2007-09-08 13:17:58 +00:00
forms.pp undo 2007-09-22 10:09:27 +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 * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
graphmath.pp LCL: cleanup, ReallocMem(p,0) sets p to nil 2007-05-08 17:50:51 +00:00
graphtype.pp h2pas: added tool to convert c function types to pointers 2007-09-07 10:34:35 +00:00
grids.pas LCL, dbgrid, fixed scrollbar disappearing when scrollbars=ssAutoVertical, issue #9689 2007-09-23 04:35:18 +00:00
helpintfs.pas
imglist.pp * fixed alpha images on 16 bpp 2007-09-01 02:46:24 +00:00
inipropstorage.pas LCL: don't capitalize keywords (e.g Property -> property) 2007-05-01 17:32:12 +00:00
interfacebase.pp LCL, implemented AppHandle in TWidgetset, fixed issue #9239 2007-07-12 21:09:00 +00:00
intfgraphics.pas * Enabled alphadescription for icons 2007-09-01 17:57:01 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
lazhelpintf.pas LCL: implemented TMask, MatchesMask, added Masks docs 2007-07-22 14:17:13 +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
lclmemmanager.pas
lclmessageglue.pas gtk2 intf: fonts of device contexts are now created on demand 2007-05-10 08:44:03 +00:00
lclproc.pas gtk: fixed pasting from other apps: reason was an uninitialized stack value 2007-07-31 17:17:14 +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: implemented TMask, MatchesMask, added Masks docs 2007-07-22 14:17:13 +00:00
lcltype.pp gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
lconv.pas
ldockctrl.pas LCL: anchor docking: started restoring page in neighbourhod 2007-07-28 10:31:43 +00:00
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas
ldocktree.pas LCL: anchor docking: started restoring page in neighbourhod 2007-07-28 10:31:43 +00:00
lmessages.pp * obsolete record ? 2007-09-17 22:20:19 +00:00
lresources.pp LCL: fixed writing widestrings 2007-09-20 14:04:53 +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
masks.pas LCL Masks: fixed parsing mask list('*') 2007-09-08 10:17:40 +00:00
menus.pp lcl: made TPopupMenu.DoClose a virtual protected method, like DoPopup (bug #9426) from Luiz 2007-08-13 21:39:05 +00:00
pairsplitter.pas undo 2007-09-22 10:09:27 +00:00
postscriptcanvas.pas LCL, updated PostScript font mappings from Phil J. Hess, issue #9705 2007-09-18 01:07: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
rubberband.pas lcl: 2007-09-07 16:39:27 +00:00
spin.pp undo 2007-09-22 10:09:27 +00:00
stdactns.pas
stdctrls.pp LCL: fix shortcut handling for TButton and TCheckBox 2007-09-22 12:54:48 +00:00
stringhashlist.pas
textstrings.pas
themes.pas * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
tmschema.pas - initial implementation of lazarus ThemeServices 2007-05-18 02:18:52 +00:00
toolwin.pp
translations.pas LCL translations: default charset is now UTF-8, gtk1 and win32 will disable this if needed 2007-07-28 10:45:56 +00:00
utrace.pp
xmlpropstorage.pas