.. |
forms
|
lcl: remove ver2_2_x defines
|
2012-03-27 07:16:11 +00:00 |
images
|
lcl: replace clear filter button image to more clean
|
2012-03-05 03:03:24 +00:00 |
include
|
LCL, Treeview: redraw nodes after sorting them. Issue #23697
|
2013-01-19 19:33:02 +00:00 |
interfaces
|
keep old StrikeTrough for current RC 2.6.2
|
2013-01-19 20:35:10 +00:00 |
languages
|
Translations: Czech translation update by Vaclav Valicek, bug #23622
|
2013-01-10 20:40:19 +00:00 |
nonwin32
|
lcl: add WM_ACTIVATE to messages.pp
|
2012-12-13 00:51:54 +00:00 |
templates
|
|
|
tests
|
|
|
widgetset
|
lcl: use CreateCompatibleBitmaps() instead of dirrect RawImage_CreateBitmaps for internal imagelist bitmaps
|
2012-09-24 09:18:51 +00:00 |
actnlist.pas
|
|
|
alllclunits.pp
|
lclbase,lazutils: moved utf8process to lazutils
|
2013-01-03 12:19:51 +00:00 |
arrow.pp
|
|
|
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: ColorBox - keep FSelected in sync all the time. fixes issue #22729
|
2012-08-27 08:57:04 +00:00 |
comctrls.pp
|
lcl: remove win32 workaround to realign TCustomPage. Not necessary after 39661
|
2012-12-29 10:10:12 +00:00 |
controls.pp
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +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: added skip property TField.Calculated
|
2012-12-14 10:21:05 +00:00 |
dbgrids.pas
|
LCL, do not immediately start dragging when DragMode=dmAutomatic, added helper to dbgrid to convert and make some sense of mouse coords, fix issue #23558
|
2013-01-17 22:06:45 +00:00 |
defaulttranslator.pas
|
LCL, DefaultTranslator: fix handling of non-ASCII path to .po file, bug #22907, patch by Vladimir Zhirov
|
2012-09-17 19:53:23 +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: add TCustomControlFilterEdit.AfterFilter event, part of #22457
|
2012-07-22 07:15:19 +00:00 |
extctrls.pp
|
LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos
|
2013-01-19 17:42:38 +00:00 |
extdlgs.pas
|
LCL: Set position of Calendar- and CalculatorDialog to poScreenCenter at design time. Issue #22171
|
2012-06-02 11:32:12 +00:00 |
extendedstrings.pas
|
|
|
extgraphics.pas
|
|
|
filectrl.pp
|
|
|
forms.pp
|
LCL: TScreen.AddHandlerFormAdded+AddHandlerRemoveForm+AddHandlerActiveControlChanged+AddHandlerActiveFormChanged+AddHandlerFormVisibleChanged: changed default AsFirst to false for consistency
|
2013-01-06 19:01:28 +00:00 |
fpcadds.pas
|
lcl: remove VER2_3 define
|
2012-03-27 07:34:00 +00:00 |
fpmake.pp
|
lazutils+lclbase: updated fpmake
|
2012-12-23 11:16:17 +00:00 |
graphics.pp
|
LCL, GTK2: Font with number got wrong size part 2, issue #21775, patch from G. Zakrzewski"
|
2012-07-31 20:04:31 +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, do not immediately start dragging when DragMode=dmAutomatic, added helper to dbgrid to convert and make some sense of mouse coords, fix issue #23558
|
2013-01-17 22:06:45 +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 |
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: tiff: fixed compilation of fpc 2.6.1
|
2012-09-03 21:14:08 +00:00 |
LAYOUT.txt
|
|
|
lazcanvas.pas
|
keep old StrikeTrough for current RC 2.6.2
|
2013-01-19 20:35:10 +00:00 |
lazdeviceapis.pas
|
|
|
lazdialogs.pas
|
lazdialogs patch from Giuliano and also a minor improvement for handle handling in LCL-CustomDrawn-Win32 MessageBox
|
2012-09-28 08:36:33 +00:00 |
lazfreetypeintfdrawer.pas
|
Patch from circular to improve LazFreeType
|
2012-03-23 06:41:02 +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: replace clear filter button image to more clean
|
2012-03-05 03:03:24 +00:00 |
lcl_grid_images.lrs
|
|
|
lclbase.lpk
|
lclbase,lazutils: moved utf8process to lazutils
|
2013-01-03 12:19:51 +00:00 |
lclclasses.pp
|
Use a record of signed SmallInts to prevent range check errors. Still about issue #22760
|
2012-09-02 00:32:29 +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: less need for widestringmanager
|
2012-08-01 09:11:45 +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
|
lclbase,lazutils: moved utf8process to lazutils
|
2013-01-03 12:19:51 +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.pp: Implement support for Utf8.
|
2012-10-28 12:43:01 +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, implements TextRect in PostscriptCanvas, from Tim P. Launchbury, issue #23659
|
2013-01-16 20:59:00 +00:00 |
postscriptprinter.pas
|
|
|
postscriptunicode.pas
|
|
|
printers.pas
|
|
|
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
|
LCL: improving ShellTreeView's property Path on Windows once more, issue #22538
|
2012-08-10 18:08:54 +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
|
|
|
translations.pas
|
LCL: Improve TStringHashList, prevents a PO file update crash. Issue #21685, patch from cobines
|
2012-04-11 18:41:54 +00:00 |
update_allunits.lpi
|
|
|
update_allunits.lpr
|
|
|
utrace.pp
|
|
|
valedit.pas
|
LCL: Make button and picklist cell editors work in TValueListEditor
|
2013-01-09 23:32:04 +00:00 |
xmlpropstorage.pas
|
lcl: added TXMLConfigStorage.SaveToStream
|
2013-01-03 18:33:53 +00:00 |