lazarus/lcl
mattias d5ed36ac02 fixed multiline speedbuttons
git-svn-id: trunk@9084 -
2006-04-05 20:05:59 +00:00
..
images
include fixed multiline speedbuttons 2006-04-05 20:05:59 +00:00
interfaces added gtk TMemo font and color implmentation from Darek 2006-04-04 19:00:57 +00:00
languages updated finnish translation from Seppo 2006-03-28 21:57:17 +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 fixed fpc source include path for darwin 2006-01-01 20:44:50 +00:00
widgetset started using TAsyncProceess, fixed gtk2 compilation 2005-12-11 11:20:20 +00:00
actnlist.pas clean up of fpcadds 2005-11-07 23:25:45 +00:00
alllclunits.pp add fatal error for fpc version <2.0.2 2006-03-30 12:25:18 +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 published TButtonPanel ALign and Anchors 2006-01-08 10:21:56 +00:00
buttons.pp added gtk TMemo font and color implmentation from Darek 2006-04-04 19:00:57 +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 implemented TCustomCheckListBox.Count 2005-09-06 11:36:12 +00:00
clipbrd.pp improved smartlinking: graphics and forms finalization 2005-12-06 11:25:16 +00:00
clistbox.pp removed cvs logs 2005-08-22 12:30:03 +00:00
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 TWinControl.SelectFirst 2006-03-30 09:27:44 +00:00
COPYING
customtimer.pas * Renamed InterfaceObject to WidgetSet 2005-08-28 23:38:18 +00:00
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 use value from OnAcceptDate (issue #1448) 2005-11-17 20:52:41 +00:00
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 autosize calendarform (issue #1205) 2005-09-28 10:13:57 +00:00
extendedstrings.pas
extgraphics.pas removed cvs logs 2005-08-22 12:30:03 +00:00
filectrl.pp removed cvs logs 2005-08-22 12:30:03 +00:00
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 implemented setting TBitmap.TransparentColor 2006-04-02 21:54:33 +00:00
graphmath.pp removed cvs logs 2005-08-22 12:30:03 +00:00
graphtype.pp * fixed compilation (exception typecast) 2005-10-03 16:38:28 +00:00
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 removed cvs logs 2005-08-22 12:30:03 +00:00
inipropstorage.pas removed ifdef ver1 from Martin Smat 2005-08-04 08:41:46 +00:00
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 renamed *.TXT to *.txt 2005-10-01 09:40:41 +00:00
lazlinkedlist.pas
lclclasses.pp fixed checking package Makefile.fpc ignoring space differences 2006-01-18 00:02:36 +00:00
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 added comctrls ttreenode docs from Darius 2006-04-02 17:30: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 IDE now extends/clean up project unit path on renaming a project unit 2005-11-15 16:14:04 +00:00
ldocktree.pas anchordocking: implemented saving layout 2006-03-22 23:18:04 +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 regenerated to support i386-darwin 2006-03-24 07:55:17 +00:00
Makefile.fpc don't use nonwin32\messages for wince 2006-03-09 22:39:52 +00:00
maskedit.pp unpublished dbedit.text property, dbedit show text at runtime only when it needs to (bug #1243) 2005-09-29 18:20:55 +00:00
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 fixed Printer.Refresh double printer list (from Darek) 2006-01-03 08:42:02 +00:00
propertystorage.pas added reading/writing TRect to TFormPropertyStorage, fixed TSynEdit erasing space below 2006-02-24 13:29:54 +00:00
spin.pp implement float spinedit for win32 (issue #1386) 2005-11-12 23:02:05 +00:00
stdactns.pas
stdctrls.pp added LM_CHANGED to TCustomComboBox from Darek 2006-03-28 17:05:15 +00:00
stringhashlist.pas anchordocking: implemented saving layout 2006-03-22 23:18:04 +00:00
textstrings.pas moved IDE command constants to ideintf/idecommands.pas 2006-01-07 13:59:59 +00:00
toolwin.pp
translations.pas added cwstring for unix again (fixes #1753) 2006-03-26 20:01:21 +00:00
utrace.pp removed ifdef ver1 from Martin Smat 2005-08-04 08:41:46 +00:00
xmlpropstorage.pas combined use of FRootNode and FRootNodePath (fixes #1947) 2006-03-30 12:38:01 +00:00