lazarus/lcl
2013-05-17 14:25:29 +00:00
..
forms lcl: remove ver2_2_x defines 2012-03-27 07:16:11 +00:00
images
include lcl: comment 2013-05-13 09:35:23 +00:00
interfaces LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed. 2013-05-16 12:30:52 +00:00
languages lcl: renamed lisCEFilter to rsFilter 2013-01-30 14:20:28 +00:00
nonwin32 lcl: add WM_ACTIVATE to messages.pp 2012-12-13 00:51:54 +00:00
templates
tests
widgetset LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed. 2013-05-16 12:30:52 +00:00
actnlist.pas
alllclunits.pp LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed. 2013-05-16 12:30:52 +00:00
arrow.pp LCL: Set AntialiasingMode in the beginning of TArrow.Paint. Fix a bug made in previous commit. 2013-05-17 14:25:29 +00:00
asyncprocess.pp
barchart.pp
btn_icons.lrs
buttonpanel.pas
buttons.pp Large patch from Giuliano Colla: Adds pallete images to CD controls, improves TCDButton to be more similar to TBitBtn, improves the speed of mouse/resize message handling in LCL-CustomDrawn-X11 and starts implementing MessageDlg in LazDialogs 2012-09-11 08:04:30 +00:00
calendar.pp LCL: published missing properties TCalendar.Hint and TCalendar.TabOrder. 2012-05-05 10:06:12 +00:00
checklst.pas LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex 2013-01-06 12:53:48 +00:00
clipbrd.pp
colorbox.pas LCL: Add ColorRectWidth property to TColorListBox. Issue #24041, patch from Michael Fuchs 2013-03-15 13:09:47 +00:00
comctrls.pp LCL, CoolBar: cleanup 2013-03-07 16:34:27 +00:00
controls.pp LCL: remove fsSplash from fsAllStayOnTop set. Allows using other applications while a splash screen is shown. Issue #22837 2013-05-05 09:49:32 +00:00
cursors.lrs
customdrawn_android.pas LCL: clean up 2012-04-17 07:56:41 +00:00
customdrawn_common.pas TCDProgressBar: Fixes the background, it should be hardcoded, not be the parent one 2012-04-30 08:46:45 +00:00
customdrawn_winxp.pas CustomDrawn: Completely fills all Common/WinXP fallback colors, this improves TDBGrid in LCL-CustomDrawn 2012-04-27 07:53:39 +00:00
customdrawncontrols.pas LCL-CustomDrawn: Now writing db data via a TDBEdit also works, as I fixed the CM_TEXTCHANGED signal sending 2012-12-07 15:32:30 +00:00
customdrawndrawers.pas Initial implementation of the multiline TCDEdit 2012-04-20 14:05:13 +00:00
customtimer.pas
dbactns.pp
dbctrls.pp LCL: Update TDBText.Caption in overridden Loaded method. Issue #23206, patch from Tony Whyman 2013-04-29 07:20:23 +00:00
dbgrids.pas LCL, implemented option dgThumbTracking, removed old ThumbTracking property (only supposed to work for horizontal scrolling) 2013-04-09 22:38:08 +00:00
defaulttranslator.pas LCL, DefaultTranslator: reduce code duplication, patch from Mario Ray Mahardhika, bug #23986 2013-03-03 22:26:46 +00:00
dialog_icons.lrs
dialogs.pp LCL: MessageDlg: changed result type to TModalResult for nicer code completion 2012-09-12 14:03:18 +00:00
dynamicarray.pas lcl: change from TList to TFpList in DynamicArray unit 2012-12-31 15:08:21 +00:00
dynhasharray.pp
dynqueue.pas
editbtn.pas LCL: Fix fOnAfterFilter event's name in FilterEdit 2013-05-10 07:55:43 +00:00
extctrls.pp LCL: Publish BiDiMode in CoolBar and ControlBar 2013-03-01 21:51:34 +00:00
extdlgs.pas Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs" 2013-04-30 16:35:02 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp lcl: published TFileLitsBox.OnDrawItem 2013-03-12 10:05:31 +00:00
forms.pp LCL: Support Destroy event in TFormPropertyStorage class. Issue #22204, patch from Cyrax 2013-04-28 17:55:08 +00:00
fpcadds.pas lcl: remove VER2_3 define 2012-03-27 07:34:00 +00:00
fpmake.pp LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed. 2013-05-16 12:30:52 +00:00
graphics.pp LCL: implemented TCanvas.DoPolyBezier 2013-03-12 00:43:26 +00:00
graphmath.pp
graphtype.pp lcl: fixed a copy paste error of r31019 #a4437fdf73 (noticed by David Jenkins, issue #0021736) 2012-04-16 06:24:48 +00:00
graphutil.pp lcl: fix range check error again 2012-04-17 02:25:08 +00:00
grids.pas LCL, DBGrid, linux, set edit state on primary clipboard paste, issue #24310 2013-05-08 04:55:20 +00:00
helpintfs.pas lcl: check helpmanager and comment how to init help system 2012-07-21 20:22:38 +00:00
icnstypes.pas
imagelistcache.pas
imglist.pp lcl: add overlay support to imagelist and treeview (based on patch of David Jenkins, issue #0021754) 2012-04-16 05:16:43 +00:00
industrialbase.pp LCL: Set AntialiasingMode in the beginning of TArrow.Paint. Fix a bug made in previous commit. 2013-05-17 14:25:29 +00:00
inipropstorage.pas LCL: Fixes for property storage classes. Issue #23644, patch from Cyrax 2013-01-19 21:57:23 +00:00
interfacebase.pp lcl: add a widgetset independent implementation of GradientFill based on gtk2 implementation for rectangles and on wine implementation for triangles 2012-09-21 03:19:46 +00:00
intfgraphics.pas LCL: Improve PNG image support in TImage. Issue #20361, patch from José Mejuto 2013-05-04 09:28:17 +00:00
LAYOUT.txt
lazcanvas.pas LCL: less warnings 2013-03-24 11:58:49 +00:00
lazdeviceapis.pas LazDeviceAPIs: Adds an API to read the screen orientation 2013-04-12 12:59:35 +00:00
lazdialogs.pas Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs" 2013-04-30 16:35:02 +00:00
lazfreetypeintfdrawer.pas LazFreeType: Move strike-out and underline decoration to TFreeTypeRenderableFont. Based on patch by "circular" 2013-02-03 10:43:22 +00:00
lazhelphtml.pas Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems. 2012-09-13 06:39:56 +00:00
lazhelpintf.pas
lazlinkedlist.pas
lazregions.pas LazRegions: Fixes potential endless loop 2012-04-06 12:25:52 +00:00
lcl_calc_images.lrs
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lcl_grid_images.lrs
lclbase.lpk LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed. 2013-05-16 12:30:52 +00:00
lclclasses.pp lcl: clean up 2013-02-11 21:15:42 +00:00
lclintf.pas LCL-Android: Adds a new JNI routine which allows to show the native ListView in a dialog. It is very useful when we need the user to select an item from a list which has more info then the basic list for the combobox. 2012-06-19 14:56:57 +00:00
lclmemmanager.pas
lclmessageglue.pas lcl: 2012-03-30 01:05:10 +00:00
lclproc.pas LCL: fixed lclproc mode 2013-02-15 07:41:23 +00:00
lclrescache.pas Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems. 2012-09-13 06:39:56 +00:00
lclstrconsts.pas lcl: renamed lisCEFilter to rsFilter 2013-01-30 14:20:28 +00:00
lcltype.pp lcl: comment 2012-12-18 12:48:34 +00:00
lclunicodedata.pas
lclversion.pas set version to 1.1 on trunk 2012-04-01 18:17:49 +00:00
ldocktree.pas
lmessages.pp lcl: don't allow LCL to handle arrow keys of TCustomEdit descendants (fixes bug #0022191), handle WantTabs and WantReturn of TCustomMemo inside CM_WANTSPECIALKEY handler 2012-06-19 01:17:25 +00:00
lresources.pp Packager: formatting 2012-10-08 00:12:29 +00:00
Makefile updated Makefiles 2012-04-09 10:05:12 +00:00
Makefile_win.compiled lclbase: updated Makefile.compiled and added Makefile_win.compiled for windows targets 2012-04-07 12:39:26 +00:00
Makefile.compiled lclbase: updated Makefile.compiled and added Makefile_win.compiled for windows targets 2012-04-07 12:39:26 +00:00
Makefile.fpc cleaned up Makefiles, separated components into lazutils, codetools, base and bigide, added target help for components 2012-04-09 13:41:22 +00:00
maps.pp avglvltree: changed count to SizeInt for big trees on 64bit systems 2012-03-17 17:53:13 +00:00
maskedit.pp MaskEdit: respect AutoSelect if control is masked. 2013-04-27 12:43:44 +00:00
menus.pp LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it 2013-01-06 18:58:47 +00:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas LCL, PostScriptCanvas, added dummy RealizeAntialising which causes crash on carbon, from Patrick Chevalley, issue #23751 2013-01-27 09:15:25 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas Printers, refactored (partially reworked) bins support, implemented cups missing part 2013-05-13 14:19:13 +00:00
propertystorage.pas LCL: Fixes for property storage classes. Issue #23644, patch from Cyrax 2013-01-19 21:57:23 +00:00
registerlcl.pas
rubberband.pas
shellctrls.pas LazFileUtils: Fix TCustomShellTreeView.GetPathFromNode when Node.Text from "RootNode" <> GetRootPath. 2013-05-12 15:29:21 +00:00
spin.pp
stdactns.pas
stdctrls.pp LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex 2013-01-06 12:53:48 +00:00
stringhashlist.pas LCL: Improve TStringHashList, prevents a PO file update crash. Issue #21685, patch from cobines 2012-04-11 18:41:54 +00:00
textstrings.pas
themes.pas LCL: Toolbutton tbsDropDown drawing problem. Issue #19600, patch from Samuel Herzog 2012-07-31 21:03:10 +00:00
tmschema.pas
toolwin.pp LCL: Make BeginUpdate and EndUpdate public in ToolWin / ToolBar. Fixes compilation of EditorToolBar. 2013-01-31 08:12:13 +00:00
translations.pas Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs" 2013-04-30 16:35:02 +00:00
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas ValEdit: Make TValueListeditor.Clear only clear Strings, not entire Grid. 2013-05-12 15:44:33 +00:00
xmlpropstorage.pas lcl: added TXMLConfigStorage.SaveToStream 2013-01-03 18:33:53 +00:00