lazarus/lcl
2010-04-30 20:25:00 +00:00
..
forms Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
images
include LCL: TScrollingWinControl: use GetPreferredSize to compute ranges, CalculatePreferredSize: fixed computing mix of Layout and non Layout controls, fixed using 0x0 size of TPanel 2010-04-29 19:54:03 +00:00
interfaces carbon: fix improper pattern allocation, patch by Jonas Maebe 2010-04-30 20:25:00 +00:00
languages translations: german: updates from Joerg Braun 2010-04-28 20:03:39 +00:00
nonwin32
templates
tests
widgetset lcl: fix RegisterCustomTreeView call of WSRegisterCustomTreeView 2010-04-22 03:22:09 +00:00
actnlist.pas lcl: make TActionLink.SetImageIndex argument delphi compatible TImageIndex -> Integer 2009-11-23 15:08:19 +00:00
alllclunits.pp Fixes wince compilation for fpc 2.4.x 2010-04-26 08:52:17 +00:00
arrow.pp lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
asyncprocess.pp
avglvltree.pas
btn_icons.lrs
buttonpanel.pas LCL: TButtonPanel: fixed updating size after changing bounds, small optimizations 2010-04-11 08:58:36 +00:00
buttons.pp lcl: remove TCustomButton, TButton redeclaration 2010-02-10 07:45:35 +00:00
calendar.pp LCL: calendar: fixed fetching date on handle destroy 2010-04-14 13:53:50 +00:00
chart.pp LCL: fixed drawing TBarChart caption (issue #15997) from Alexander Klenin 2010-03-17 10:52:17 +00:00
checklst.pas lcl: Remove ParentFontChanged from TCustomCheckListBox and TToolbar since it's not necessary 2009-12-24 01:07:11 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp lcl: TListView published AllocBy to be delphi compatibile. 2010-04-26 12:13:52 +00:00
controls.pp LCL: added debugging flag -dVerboseClientRectBugFix 2010-04-27 15:42:03 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp lcl: remove few db controls properties which should not be saved/loaded with forms 2010-03-09 03:00:24 +00:00
dbgrids.pas LCL, made dbgrid's DrawIndicator a virtual method so it an be overriden 2010-04-08 18:07:38 +00:00
defaulttranslator.pas LCL DefaultTranslator unit: 2010-03-08 18:40:28 +00:00
dialog_icons.lrs
dialogs.pp Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas lcl: cleanup 2010-03-22 03:55:06 +00:00
extctrls.pp LCL; TCustomImage: comment 2010-04-24 19:38:59 +00:00
extdlgs.pas LCL: TCalendarDialog: enabled AutoSize, bug #16305 2010-04-21 07:38:19 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas lcl+codetools: CreateRelativePath: support for double pathdelims 2010-02-09 13:36:20 +00:00
forms.pp LCL: TCustomForm.WMWindowPosChanged, gtk intf: do not send WMWindowPosChanged because of strange side effects 2010-04-26 18:12:48 +00:00
fpcadds.pas lcl: remove remain ver2_0 code 2010-01-06 17:43:33 +00:00
graphics.pp lcl, win32: implement loading icon,cursor from an icon handle (HICON) (GetInfoInfo needs to be implement for other widgetsets to support on other platforms), issue #0016356 2010-04-28 08:52:16 +00:00
graphmath.pp IDE: build modes: draw mode groups 2009-12-20 23:52:13 +00:00
graphtype.pp lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0 2010-02-01 01:35:18 +00:00
graphutil.pp
grids.pas LCL, change grids highlight text color, from Vladimir Zhirov, issue #16333 2010-04-26 00:01:11 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp Implements support for FPC 2.2.4 for WinCE 2010-04-26 08:31:15 +00:00
inipropstorage.pas
interfacebase.pp + WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration 2010-01-10 18:57:23 +00:00
intfgraphics.pas lcl: ignore bitmap alpha channel if all alpha values = 0 (issue #0015644) 2010-02-03 10:05:54 +00:00
LAYOUT.txt
lazconfigstorage.pas LCL: TConfigStorage: added LoadStringToStringTree 2010-04-24 18:08:28 +00:00
lazhelphtml.pas LCL: THTMLBrowserHelpViewer.FindDefaultBrowser using out params, bug #15349 2009-12-17 15:11:12 +00:00
lazhelpintf.pas LCL: added THelpDatabase.UnregisterAllItems 2010-04-06 12:36:09 +00:00
lazlinkedlist.pas
lcl_calc_images.lrs lcl: don't use initialization section with resources in extdlgs, include resources only if calculator panel is used. 2010-02-05 09:19:06 +00:00
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lclclasses.pp IDE: po output directory setting: do not use longen/shortenfilename, bug #16278 2010-04-17 19:14:22 +00:00
lclintf.pas * winapi: moved winapi macros to winapi includes (so they don't get added twice) 2010-01-24 15:59:28 +00:00
lclmemmanager.pas lcl: fix fpc 2.5.1 compilation for x64 2010-01-05 13:25:31 +00:00
lclmessageglue.pas Fixed bug #10622 where Listview.ItemIndex did not exist 2009-12-01 23:49:24 +00:00
lclproc.pas lcl: improve debugging of TWinControl.WMWindowPosChanged 2010-04-27 04:53:36 +00:00
lclrescache.pas lcl: make lcl resource cache thread-safe (based on patch of Bernd Engelhardt, issue #0016092) 2010-04-19 09:01:04 +00:00
lclstrconsts.pas lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006) 2010-04-26 03:44:52 +00:00
lcltype.pp lcl: extend the list of known WM_WINDOWPOSCHANGED message flags, don't intersect SWP_SourceIsInterface with standard windows flags 2010-04-27 03:23:18 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas LCL: added cp850, bug #15290 2009-12-08 20:22:40 +00:00
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
ldocktree.pas
lmessages.pp lcl: fix LM_CONTEXTMENU handling - use another message structure (windows compatible). also hopefully fixes 64bit compilation (issue #0016000) 2010-03-15 14:23:02 +00:00
lresources.pp Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
Makefile LCL: reduced debugging under wince 2009-11-25 22:16:26 +00:00
Makefile.fpc LCL: reduced debugging under wince 2009-11-25 22:16:26 +00:00
maps.pp * Added PtrSize Map id types 2010-03-29 11:51:36 +00:00
maskedit.pp lcl: publish TMaskEdit.Align (inadvertently removed in previous commit) 2010-03-08 01:26:47 +00:00
masks.pas
menus.pp lcl: cleanup + formatting 2010-03-23 08:11:26 +00:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas Improves the fpc 2.2.4 defines 2010-04-26 08:43:23 +00:00
postscriptprinter.pas LCL: reduced debugging under wince 2009-11-25 22:16:26 +00:00
postscriptunicode.pas LCL, fix escaping invalid postscript string chars, issue #15920 2010-03-15 00:44:41 +00:00
printers.pas LCL, reworked how the printer obtains it's default canvas class 2010-04-07 07:09:23 +00:00
propertystorage.pas
rubberband.pas
shellctrls.pas lcl: apply patch of Juha which adds 2 published properties to TShellTreeView (issue #0016280) 2010-04-16 08:29:17 +00:00
spin.pp
stdactns.pas lcl: cleanup 2009-12-22 06:43:22 +00:00
stdctrls.pp lcl: fix TLabel autosize when ShowAccelChars = False and label contains ampersands (based on patch of Bart) (bug #0015731) 2010-04-26 02:45:38 +00:00
stringhashlist.pas LCL: fixed memleak in stringhashlist, when destroying a hashlist without items (issue #15755) 2010-03-15 20:43:03 +00:00
textstrings.pas lcl: fix TTextStrings.Put: don't call SetLength before the text move if new string is shorter, call if after the move, copy one symbol more since we want to copy from the end position including it (bug #0015496) 2010-01-30 11:41:54 +00:00
themes.pas lcl: draw treeitem text using appropriate themed colors 2010-04-24 14:52:22 +00:00
tmschema.pas
toolwin.pp
translations.pas lcl: remove ver2_0 workarounds 2010-01-06 17:05:28 +00:00
utf8process.pp
utrace.pp
xmlpropstorage.pas