.. |
forms
|
LCL: TimePopup: better DoubleBuffered
|
2018-06-03 20:52:42 +00:00 |
images
|
LCL: De-saturate the color of the DBNavigator's cancel icon to get more uniform appearance of disabled navigator buttons.
|
2018-08-02 11:50:59 +00:00 |
include
|
LCL: Fix compilation issue with fpc 3.0.2 (TJpegImage.GrayScale).
|
2018-09-17 23:41:41 +00:00 |
interfaces
|
cocoa: reverting an attemtped workaround (r59060) to fix the problem with a modality during windows activate
|
2018-09-19 05:23:44 +00:00 |
languages
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34247
|
2018-09-10 21:47:12 +00:00 |
nonwin32
|
lcl: comment
|
2017-09-02 09:14:44 +00:00 |
templates
|
|
|
tests
|
|
|
widgetset
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
actnlist.pas
|
IdeIntf: Sanitize and simplify ActionListEditor code. Don't use for-loop variable after loop. Fix potential bugs.
|
2016-10-11 20:04:52 +00:00 |
alllclunits.pp
|
Remove LCL dependency from unit GraphType and move it to LazUtils package.
|
2018-06-13 08:33:10 +00:00 |
arrow.pp
|
LCL: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT.
|
2017-12-05 21:30:57 +00:00 |
asyncprocess.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
btn_icons.res
|
LCL: Replace "ignore" icon to avoid duplication of "cancel" icon.
|
2018-05-07 07:53:05 +00:00 |
buttonpanel.pas
|
lcl: buttonpanel: fix min button sizes in High-DPI. Issue #31557
|
2017-03-17 18:45:51 +00:00 |
buttons.pp
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
calendar.pp
|
LCL: publish DoubleBuffered & ParentDoubleBuffered
|
2018-06-03 20:36:08 +00:00 |
checklst.pas
|
LCL: Publish CheckListBox.ParentColor. Issue #31316.
|
2017-02-01 23:54:58 +00:00 |
clipbrd.pp
|
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
|
2018-06-14 09:05:50 +00:00 |
colorbox.pas
|
LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted
|
2017-06-10 11:43:19 +00:00 |
comboex.pas
|
LCL: Prevent a design-time crash in TCheckComboBox. Issue #33889, patch from Vojtěch Čihák.
|
2018-06-22 12:23:45 +00:00 |
comctrls.pp
|
LCL: TTreeView: Make TOldTreeNodeInfo.Data 32/64Bit aware to prevent crash of TreeView.Items.Assign on 64bit.
|
2018-07-13 21:44:31 +00:00 |
controls.pp
|
LCL: Move procedure UpdateAlignIndex from TControl to TWinControl because it deals with its private var FAlignOrder. Suggested by taazz.
|
2018-07-06 21:06:59 +00:00 |
cursor_hourglass.res
|
|
|
cursors.res
|
LCL: GTK2: High-DPI cursor crNo.
|
2017-09-07 21:13:46 +00:00 |
customdrawn_android.pas
|
|
|
customdrawn_common.pas
|
|
|
customdrawn_mac.pas
|
|
|
customdrawn_winxp.pas
|
|
|
customdrawncontrols.pas
|
lcl: customdrawncontrols: disable DoubleBuffered for TCDControl
|
2018-02-07 17:00:23 +00:00 |
customdrawndrawers.pas
|
|
|
customtimer.pas
|
|
|
dbactns.pp
|
|
|
dbctrls.pp
|
LCL: DbLookupCombobox: do not initialize lookup on datachange.
|
2018-09-12 18:03:34 +00:00 |
dbextctrls.pp
|
|
|
dbgrids.pas
|
LCL: fix resizing the last dbgrid column while the mouse pointer is out of bounds, issue #34032
|
2018-09-11 17:46:07 +00:00 |
defaulttranslator.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
dialog_icons.res
|
|
|
dialogs.pp
|
TCommondialog: do not publish Widht/Height properties. Issue #0033480. Patch by AlexeyT.
|
2018-09-16 13:06:31 +00:00 |
editbtn.pas
|
LazControls: Add FilterOptions for filter controls. Issue #34057, patch from AlexeyT.
|
2018-08-04 21:27:39 +00:00 |
extctrls.pp
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
extdlgs.pas
|
|
|
extgraphics.pas
|
|
|
filectrl.pp
|
FileListBox: publish properties Color, ParentColor and Enabled. Issues #0031328 and #0031329.
|
2017-02-02 12:17:15 +00:00 |
forms.pp
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
fpmake.pp
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
graphics.pp
|
LCL: Fix compilation issue with fpc 3.0.2 (TJpegImage.GrayScale).
|
2018-09-17 23:41:41 +00:00 |
graphmath.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
graphutil.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
grids.pas
|
LCL: grids, implements autoedit when double clicking. Issue #33888
|
2018-09-12 02:29:06 +00:00 |
groupededit.pp
|
LCL: Improve SpinEditEx controls and their UpDownVisible property.
|
2018-06-19 22:42:51 +00:00 |
helpintfs.pas
|
|
|
icnstypes.pas
|
|
|
imagelistcache.pas
|
LCL: image list cache: fix TSpeedButton NumGlyphs>0. Issue #33105
|
2018-02-01 13:55:21 +00:00 |
imglist.pp
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
industrialbase.pp
|
|
|
inipropstorage.pas
|
LCL: inipropstorage: fix FPC trunk encoding problem. Issue #33112
|
2018-02-02 11:46:07 +00:00 |
interfacebase.pp
|
LCL: WS: flag TWidgetSet.AppHandle as platform-dependent, remove DebugLn
|
2018-06-04 01:03:43 +00:00 |
intfgraphics.pas
|
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
|
2018-06-14 09:05:50 +00:00 |
jsonpropstorage.pas
|
Fixes compilation with FPC 2.6
|
2017-02-20 11:28:08 +00:00 |
LAYOUT.txt
|
|
|
lazcanvas.pas
|
LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.
|
2018-07-25 13:38:59 +00:00 |
lazdeviceapis.pas
|
|
|
lazdialogs.pas
|
|
|
lazfreetypeintfdrawer.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
lazhelphtml.pas
|
lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options
|
2017-11-11 14:21:11 +00:00 |
lazhelpintf.pas
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
lazregions.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
lcl_calc_images.res
|
|
|
lcl_dbnav_images.res
|
LCL: De-saturate the color of the DBNavigator's cancel icon to get more uniform appearance of disabled navigator buttons.
|
2018-08-02 11:50:59 +00:00 |
lcl_dock_images.res
|
|
|
lcl_dock_to_images.res
|
|
|
lcl_edbtnimg.res
|
lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn)
|
2017-11-12 14:25:09 +00:00 |
lcl_grid_images.res
|
LCL: images: register sortasc and sortdesc lower resolutions.
|
2018-05-01 13:54:38 +00:00 |
lclbase.lpk
|
set trunk version to 2.1.0
|
2018-09-15 19:46:38 +00:00 |
lclclasses.pp
|
lcl: comment
|
2017-10-26 14:16:50 +00:00 |
lclexceptionstacktrace.pas
|
LCL: better exception debug messages
|
2018-06-02 17:42:16 +00:00 |
lclintf.pas
|
LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.
|
2018-07-25 13:38:59 +00:00 |
lclmemmanager.pas
|
|
|
lclmessageglue.pas
|
lcl: debug
|
2018-03-10 16:32:56 +00:00 |
lclplatformdef.pas
|
LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
|
2017-01-14 09:55:59 +00:00 |
lclproc.pas
|
LCL: restored VK_HELP key i18n and made sure its resource string is not reused in button captions (added a separate resource string for them). Regenerated translations and updated Russian translation.
|
2018-08-27 23:06:05 +00:00 |
lclrescache.pas
|
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
|
2018-06-14 09:05:50 +00:00 |
lclstrconsts.pas
|
LCL: restored VK_HELP key i18n and made sure its resource string is not reused in button captions (added a separate resource string for them). Regenerated translations and updated Russian translation.
|
2018-08-27 23:06:05 +00:00 |
lcltaskdialog.pas
|
lcl: taskdialog: fix default font size for darwin after r54453 #20a9ecf1d5. Issue #31037
|
2017-03-22 09:47:23 +00:00 |
lcltranslator.pas
|
LCLTranslator, Translations units: when translating an item, return original value if translation is empty. Idea by Sergey Bulba. Also improved finding master .po file in LCLTranslator. Fixes bug #33095.
|
2018-09-13 22:03:54 +00:00 |
lcltype.pp
|
LCL: Listview: Add some missing notifications.
|
2018-05-02 20:31:48 +00:00 |
lclunicodedata.pas
|
|
|
lclversion.pas
|
LazUtils: Add unit LazVersion. Use it also for LCLVersion. Issue #33418, patch from Zoran Vučenović.
|
2018-03-14 08:21:54 +00:00 |
ldocktree.pas
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
lmessages.pp
|
LCL: fix dbcombobox editing, issue #33164
|
2018-08-08 17:40:19 +00:00 |
lresources.pp
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
|
2018-06-13 13:59:07 +00:00 |
Makefile
|
lcl: updated make file
|
2017-01-15 18:01:52 +00:00 |
Makefile_win.compiled
|
|
|
Makefile.compiled
|
|
|
Makefile.fpc
|
lcl: fixed default LCL interface, bug #31228
|
2017-01-15 18:11:58 +00:00 |
maskedit.pp
|
LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion.
|
2017-12-11 19:44:22 +00:00 |
menus.pp
|
Fix compilation of VirtualTreeView after r58939 #508a89d4af. Add a deprecated NewLine(). Issue #34250, patch from Pascal Riekenberg.
|
2018-09-11 08:22:23 +00:00 |
pairsplitter.pas
|
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
|
2018-06-14 09:05:50 +00:00 |
popupnotifier.pas
|
lcl: Make popupnotifier dpi-aware.
|
2018-02-27 23:33:01 +00:00 |
postscriptcanvas.pas
|
LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion.
|
2017-12-11 19:44:22 +00:00 |
postscriptprinter.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
postscriptunicode.pas
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
printers.pas
|
LCL: Use "out" parameter instead of "var" in Printer.Write() and derivatives. Issue #29950.
|
2016-10-12 13:37:37 +00:00 |
propertystorage.pas
|
|
|
registerlcl.pas
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
rubberband.pas
|
|
|
shellctrls.pas
|
Amiga: removed some warnings
|
2017-06-20 09:24:14 +00:00 |
spin.pp
|
LCL: float spin (ex): fix streaming of Increment and MaxValue properties in FPC trunk. Issue #33567
|
2018-04-05 10:19:34 +00:00 |
stdactns.pas
|
|
|
stdctrls.pp
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
themes.pas
|
LCL: themes: high-DPI DrawIcon
|
2018-05-13 21:25:07 +00:00 |
tmschema.pas
|
LCL: themes: use original constants
|
2018-05-01 09:04:13 +00:00 |
toolwin.pp
|
|
|
update_allunits.lpi
|
lcl: added cocoa/agl.pp
|
2016-11-08 15:36:00 +00:00 |
update_allunits.lpr
|
lcl: update_allunits: add {%H-}
|
2016-11-08 15:31:35 +00:00 |
utrace.pp
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
valedit.pas
|
TValueListEditor: fix DeleteRow (Issue #0034208)
|
2018-09-16 11:11:07 +00:00 |
xmlpropstorage.pas
|
|
|