Commit Graph

51358 Commits

Author SHA1 Message Date
balazs
e9ced20496 Opkman: Change selection color for static text to clWhite.
git-svn-id: trunk@54039 -
2017-01-31 06:17:19 +00:00
martin
4b29d6ac2a SynEdit: Markup fold color, debugln/ifdef, patch 18 from issue #30421 by Pascal R.
git-svn-id: trunk@54038 -
2017-01-31 01:02:07 +00:00
martin
569ab1781a SynEDit: clean up debugln from last commit
git-svn-id: trunk@54037 -
2017-01-31 00:56:17 +00:00
balazs
80ac261172 Opkman: More sorting.
git-svn-id: trunk@54036 -
2017-01-30 10:48:49 +00:00
balazs
6d610db93b Opkman: Highlight recently added packages + sort package list by name.
git-svn-id: trunk@54035 -
2017-01-30 09:34:56 +00:00
wp
f51dd9a202 TAChart: Fix drawing of bracket pointer symbols.
git-svn-id: trunk@54034 -
2017-01-30 09:30:42 +00:00
michl
7cc7749739 LCL: Win32: fixed PaintTo for not themes enabled controls and older OS then Windows 7. Issue #25448
git-svn-id: trunk@54033 -
2017-01-30 06:48:05 +00:00
martin
936f671ee4 SynEdit: fix special line markup, broken in revision 53988 #41861e5d2c
git-svn-id: trunk@54032 -
2017-01-29 21:42:42 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
joost
cb93a23dc3 ide: Updated address of the Free Software Foundation
git-svn-id: trunk@54030 -
2017-01-29 21:02:29 +00:00
mattias
2f2f72ab26 translations: German: updates from Swen Heinig
git-svn-id: trunk@54029 -
2017-01-29 18:48:43 +00:00
martin
db30eed726 SynEdit: Markup fold color, react to enabled, patch 17 from issue #30421 by Pascal R.
git-svn-id: trunk@54028 -
2017-01-29 16:34:36 +00:00
michl
0d6c6db645 LCL: TCalcEdit: Fixed SelectNext doesn't work after revision 44623 #bee933f2ab for derivated TCustomEditButtons.
git-svn-id: trunk@54027 -
2017-01-29 14:28:01 +00:00
mattias
4bba532865 lcl: less hints
git-svn-id: trunk@54026 -
2017-01-29 09:05:23 +00:00
bart
739663d456 FileListBox:
- do not display normal files if ftNormal is not specified in FileType (Delphi compatibility)
- do not display filenames if FileType only includes ftDirectory or ftVolumeID. Issue #0031281

git-svn-id: trunk@54025 -
2017-01-28 15:16:13 +00:00
wp
61517bc3fb TAChart: Add example to demonstrate usage of Axis.Marks.AtDataOnly
git-svn-id: trunk@54024 -
2017-01-28 12:50:16 +00:00
wp
aad2a41b76 TAChart: Fix expected behavior of Axis.Marks.AtDataOnly if series does not set its AxisIndexes (http://forum.lazarus.freepascal.org/index.php/topic,35606.0.html)
git-svn-id: trunk@54023 -
2017-01-28 12:44:54 +00:00
martin
8a1b0e7f4a IDE, SynEdit: Enable markup fold color in options // Default to False
git-svn-id: trunk@54022 -
2017-01-28 03:44:47 +00:00
martin
721911b820 IDE, SynEdit: Enable markup fold color in options
git-svn-id: trunk@54021 -
2017-01-28 03:22:12 +00:00
martin
b5d8bc7807 SynEdit: markup, added BeginMarkup notification
git-svn-id: trunk@54020 -
2017-01-28 03:20:47 +00:00
martin
ccc7c8c621 SynEdit: Markup fold color, react to enabled, patch 16 from issue #30421 by Pascal R.
git-svn-id: trunk@54019 -
2017-01-28 02:54:43 +00:00
wp
715527349b TAChart: Add support of datapoint tools to PieSeries
git-svn-id: trunk@54018 -
2017-01-27 22:54:27 +00:00
wp
20ffdb1e45 TAChart: More cleanup
git-svn-id: trunk@54017 -
2017-01-27 22:54:06 +00:00
wp
aec0265173 TAChart: Cleanup
git-svn-id: trunk@54016 -
2017-01-27 22:48:09 +00:00
wp
df344043fb TAChart: Add DragOrigin to basic series (point where DatapointDragTool starts to operate).
git-svn-id: trunk@54015 -
2017-01-27 22:47:00 +00:00
wp
5884ef95c3 TAChart: Add 3-parameter-"Unused"
git-svn-id: trunk@54014 -
2017-01-27 22:44:51 +00:00
wp
a84ac921d2 TAChart: Fix typo in DotProduct (TAGeometry), some cleanup
git-svn-id: trunk@54013 -
2017-01-27 22:43:41 +00:00
mattias
3df8a5c390 IDE: fixed uninitialized function result
git-svn-id: trunk@54012 -
2017-01-27 15:55:22 +00:00
mattias
e99547288c IDEIntf: added handler lihtSaveEditorFile
git-svn-id: trunk@54011 -
2017-01-27 14:34:57 +00:00
bart
dd81ed3150 LCL: TDateEdit: fix not calling OnEditingDone (bug introduced in r53938 #afa3922372 by me). Issue #0031278.
git-svn-id: trunk@54010 -
2017-01-26 17:29:07 +00:00
wp
d1c43f56a2 TAChart. Add property "Inverted" to TChartLegend
git-svn-id: trunk@54009 -
2017-01-26 15:07:51 +00:00
blikblum
bb1a32ecba win32: fix WideChar -> UTF8 conversion in GetLocaleStr with fpc 2.6.4. Issue #31272. Patch by Luca Olivetti
git-svn-id: trunk@54005 -
2017-01-26 01:34:29 +00:00
michl
076beac6c5 LCL: TCustomTabControl: Remove doubled, since revision 33537 #fa02b703f1 deprecated, types.
git-svn-id: trunk@54004 -
2017-01-25 21:13:49 +00:00
michl
49bfaecb78 LCL: TPageControl: Showing correct tab for a page with TabVisible = False. Issue #21723
git-svn-id: trunk@54003 -
2017-01-25 20:38:27 +00:00
michl
6a9b9d4d9e LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109, patch from AlexeyT.
git-svn-id: trunk@54002 -
2017-01-25 17:42:06 +00:00
jesus
14145bdd4a LCL, grids: do not quote copied cell when the text contain a quote,issue #30623
git-svn-id: trunk@54001 -
2017-01-25 15:14:20 +00:00
jesus
90a4a40c23 LCL, Grids: fix focus rect painting issue #31268
git-svn-id: trunk@54000 -
2017-01-25 14:57:04 +00:00
juha
56a4609632 IDE: In TabOrder dialog sort tab orders for child controls recursively. Issue #31270, patch from Zoran Vučenović.
git-svn-id: trunk@53999 -
2017-01-24 22:53:32 +00:00
jesus
14660d80cd LCL, grids: fix OnHeaderSized not called on DblClicked AutoSized column, patch from Janusz Tomczak, issue #31226
git-svn-id: trunk@53998 -
2017-01-24 21:53:16 +00:00
jesus
7723412ce7 LCL, fix autoadjust column width for columns with images
git-svn-id: trunk@53997 -
2017-01-24 21:45:04 +00:00
wp
24077d3218 LCL (TimeEdit): Centered cell text in hours and minutes grid of TimePopupForm
git-svn-id: trunk@53996 -
2017-01-24 18:46:46 +00:00
wp
d0311c6a2c TurboPower_IPro: remove leading and trailing spaces of ContentType in TIpHttpDataProvider.CheckURL
git-svn-id: trunk@53994 -
2017-01-24 17:40:39 +00:00
ondrej
df696ddabc LCL: forms: call AutoAdjustLayout in Show if necessary - it doesn't receive LM_DPICHANGED if the form is moved to a different monitor while being invisible.
git-svn-id: trunk@53993 -
2017-01-24 12:12:18 +00:00
ondrej
ae58211303 grids: always scale FDefColWidth and FDefRowHeight (without chicking IsDefRowHeightStored).
git-svn-id: trunk@53992 -
2017-01-24 12:07:30 +00:00
wp
14d17cd1e7 TAChart: create new demo runtime/chartstyles to show how to add/delete chartstyles at runtime (see http://forum.lazarus.freepascal.org/index.php/topic,35538.0.html)
git-svn-id: trunk@53991 -
2017-01-24 11:53:18 +00:00
balazs
abd19309ef Opkman: Small bugfix(filter packages).
git-svn-id: trunk@53990 -
2017-01-24 10:14:44 +00:00
martin
249ec867d3 SynEdit: Markup, fixes to temp-enable (fix prev commit)
git-svn-id: trunk@53989 -
2017-01-24 01:59:46 +00:00
martin
41861e5d2c SynEdit: Markup, fixes to temp-enable
git-svn-id: trunk@53988 -
2017-01-24 01:43:56 +00:00
martin
b32479366d SynEdit: Markup fold color... fix array len, patch from issue #31049
git-svn-id: trunk@53987 -
2017-01-24 01:29:29 +00:00
jesus
fad73bb819 LCL, fix for index out of range when using DbGrid's OnRowMoved, see issue #31061
git-svn-id: trunk@53986 -
2017-01-23 20:20:34 +00:00