.. |
forms
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
images
|
lcl: rename image name as it is used in LCL
|
2013-09-27 05:37:23 +00:00 |
include
|
lcl: move edit button images from Lazarus to FPC resources
|
2013-09-27 03:52:44 +00:00 |
interfaces
|
gtk3: implemented TListView.OnColumnClick
|
2013-09-26 18:52:45 +00:00 |
languages
|
translations: German: updates from Swen Heinig
|
2013-09-24 10:05:03 +00:00 |
nonwin32
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
templates
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
tests
|
lcl: clean up
|
2013-09-18 15:08:33 +00:00 |
widgetset
|
lcl: move TWSControl.DragStart to TWSCustomListBox.DragStart because of limitation of TWS classes
|
2013-09-06 07:29:10 +00:00 |
actnlist.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
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: register TArrow to Misc component page again. Remove extra register procedures from Industrial components.
|
2013-09-07 07:23:49 +00:00 |
asyncprocess.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
barchart.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
btn_icons.res
|
lcl: load button icons from FPC resources instead of Lazarus resources
|
2013-09-27 02:48:55 +00:00 |
buttonpanel.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
buttons.pp
|
lcl: move edit button images from Lazarus to FPC resources
|
2013-09-27 03:52:44 +00:00 |
calendar.pp
|
Calendar: don't publish Date. DateTime is already published.
|
2013-06-09 10:04:28 +00:00 |
checklst.pas
|
LCL: fixed AV on TCheckListBox when key space is pressed to check/uncheck item, and itemindex=-1. issue #24627
|
2013-06-21 06:04:22 +00:00 |
clipbrd.pp
|
LCL: minor corrections of comments in clipbrd.pp (thanks to Mike Thompson), bug #25033
|
2013-09-16 20:43:07 +00:00 |
colorbox.pas
|
LCL: Add ColorRectWidth property to TCustomColorBox. Issue #24761, patch from Michael Fuchs
|
2013-07-18 13:04:41 +00:00 |
comctrls.pp
|
LCL: TTreeView.ClearSelection, patch #25014
|
2013-09-13 19:07:42 +00:00 |
controls.pp
|
Revert r42752 #8caba4283d making TWinControl.GetChildren public. It was incomplete.
|
2013-09-12 15:34:02 +00:00 |
cursors.res
|
lcl: move cursors from Lazarus to FPC resources
|
2013-09-27 03:19:05 +00:00 |
customdrawn_android.pas
|
|
|
customdrawn_common.pas
|
|
|
customdrawn_winxp.pas
|
|
|
customdrawncontrols.pas
|
lcl: load button icons from FPC resources instead of Lazarus resources
|
2013-09-27 02:48:55 +00:00 |
customdrawndrawers.pas
|
|
|
customtimer.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
dbactns.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
dbctrls.pp
|
LCL: Publish Color in DBLookuplistbox. Issue #24870, patch from Wladislav
|
2013-08-15 09:07:03 +00:00 |
dbgrids.pas
|
LCL, fix grids focus where OnEnter occurs twice, issue #25010
|
2013-09-26 12:20:54 +00:00 |
defaulttranslator.pas
|
|
|
dialog_icons.res
|
lcl: move dialog icons from Lazarus to FPC resources
|
2013-09-27 03:38:18 +00:00 |
dialogs.pp
|
lcl: move dialog icons from Lazarus to FPC resources
|
2013-09-27 03:38:18 +00:00 |
dynamicarray.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
dynhasharray.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
dynqueue.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
editbtn.pas
|
lcl: move edit button images from Lazarus to FPC resources
|
2013-09-27 03:52:44 +00:00 |
extctrls.pp
|
TradioGroup and TCheckGroup: fix accessing Items inside Items.BeginUpdate/Items.EndUpdate.
|
2013-09-13 14:47:32 +00:00 |
extdlgs.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
extendedstrings.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
extgraphics.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
filectrl.pp
|
LCL: TFilterComboBox: freenotification for ShellListView
|
2013-05-30 06:52:22 +00:00 |
forms.pp
|
lcl: move cursors from Lazarus to FPC resources
|
2013-09-27 03:19:05 +00:00 |
fpcadds.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +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: move dialog icons from Lazarus to FPC resources
|
2013-09-27 03:38:18 +00:00 |
graphmath.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
graphtype.pp
|
Add scanline support
|
2013-06-23 19:46:43 +00:00 |
graphutil.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
grids.pas
|
LCL, fix ValueListEdit not showing key column at runtime, issue #24780
|
2013-09-27 02:56:24 +00:00 |
helpintfs.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
icnstypes.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
imagelistcache.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
imglist.pp
|
LCL: TTreeView: set overlay if none is set
|
2013-09-19 18:23:23 +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
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
interfacebase.pp
|
lcl: move LoadIcon, LoadCursor, LoadBitmap to LCLIntf to prevent name clashing with Windows unit (issue #0024222)
|
2013-06-23 12:29:11 +00:00 |
intfgraphics.pas
|
Fix pointer cast
|
2013-06-23 19:24:48 +00:00 |
LAYOUT.txt
|
|
|
lazcanvas.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lazdeviceapis.pas
|
|
|
lazdialogs.pas
|
lcl: move dialog icons from Lazarus to FPC resources
|
2013-09-27 03:38:18 +00:00 |
lazfreetypeintfdrawer.pas
|
|
|
lazhelphtml.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lazhelpintf.pas
|
IDE: renamed SetPathDelims to GetForcedPathDelims
|
2013-09-09 10:28:10 +00:00 |
lazlinkedlist.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lazregions.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.res
|
lcl: move edit button images from Lazarus to FPC resources
|
2013-09-27 03:52:44 +00:00 |
lcl_grid_images.lrs
|
|
|
lclbase.lpk
|
set trunk version to 1.3
|
2013-09-15 15:53:49 +00:00 |
lclclasses.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclintf.pas
|
LCL: check for Interfaces unit for clipboard. It can be missing when clipboard is used in cmd line prog and LCL dependency added manually.
|
2013-08-22 11:56:14 +00:00 |
lclmemmanager.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclmessageglue.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclproc.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclrescache.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclstrconsts.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lcltype.pp
|
LCL: fixed check for unicode widestring, patch from FPK
|
2013-08-04 10:06:07 +00:00 |
lclunicodedata.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lclversion.pas
|
set trunk version to 1.3
|
2013-09-15 15:53:49 +00:00 |
ldocktree.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lmessages.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
lresources.pp
|
LCL: lresources: using SysUtils.CompareText instead of AnsiCompareText - resources must work independent of codepage
|
2013-09-14 17:08:50 +00:00 |
Makefile
|
LCL: restored makefile
|
2013-09-15 14:54:41 +00:00 |
Makefile_win.compiled
|
lcl: updated Makefile for win32
|
2013-09-15 21:50:36 +00:00 |
Makefile.compiled
|
updated Makefiles
|
2013-09-15 05:59:45 +00:00 |
Makefile.fpc
|
LCL: restored makefile
|
2013-09-15 14:54:41 +00:00 |
maps.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
maskedit.pp
|
MaskEdit: make SetSel() and GetSel() protected.
|
2013-09-07 16:25:41 +00:00 |
menus.pp
|
Applies patch from bug #17519 to fix regression in WinCE menus
|
2013-07-13 05:12:09 +00:00 |
pairsplitter.pas
|
LCL: added TPairSplitter.Constraints, bug #25046
|
2013-09-18 09:12:57 +00:00 |
popupnotifier.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
postscriptcanvas.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
postscriptprinter.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
postscriptunicode.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
printers.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
propertystorage.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
registerlcl.pas
|
|
|
rubberband.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
shellctrls.pas
|
TShellTreeView: publish OnAdvancedCustomDraw, OnAdvancedCustomDrawItem, OnCustomDraw, OnCustomDrawItem.
|
2013-07-12 14:44:18 +00:00 |
spin.pp
|
T(Float)SpinEdit: publish property alignment (issue #0024633).
|
2013-06-22 15:47:32 +00:00 |
stdactns.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
stdctrls.pp
|
LCL: clean up
|
2013-09-09 09:04:39 +00:00 |
stringhashlist.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
textstrings.pas
|
LCL: TTextStrings: fixed uninitialized memory, bug #24773
|
2013-07-23 22:04:30 +00:00 |
themes.pas
|
lcl: implement small close button drawing with themes
|
2013-06-23 17:39:10 +00:00 |
tmschema.pas
|
|
|
toolwin.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
translations.pas
|
IDE: initial setup dialog: translate captions and lcl
|
2013-09-11 23:30:16 +00:00 |
update_allunits.lpi
|
|
|
update_allunits.lpr
|
|
|
utrace.pp
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
valedit.pas
|
LCL, fix ValueListEdit not showing key column at runtime, issue #24780
|
2013-09-27 02:56:24 +00:00 |
xmlpropstorage.pas
|
lcl: TXMLConfigStorage: fixed load/save utf8 filename
|
2013-06-23 16:02:26 +00:00 |