Commit Graph

52194 Commits

Author SHA1 Message Date
wp
2d5f0859da TAChart: Rearrange html code to fix circular unit reference when compiling with fpc 2.6.4
git-svn-id: trunk@55454 -
2017-07-06 13:03:58 +00:00
juha
3a95ba5f79 QT, QT5: Initialize WideString Result in TQtTextEdit methods.
git-svn-id: trunk@55453 -
2017-07-06 10:38:39 +00:00
wp
582afb2b93 TAChart: Minor fixes in html demo.
git-svn-id: trunk@55452 -
2017-07-05 15:22:54 +00:00
wp
1ff61505bf TAChart: Allow html tags in display text of distance measurement tool.
git-svn-id: trunk@55451 -
2017-07-05 13:46:07 +00:00
wp
cde5b90623 TAChart: Fix incorrect HTML in y axis title of html demo. Add button to html demo for checking right-to-left (probably wrong, a native RTL person should check...).
git-svn-id: trunk@55450 -
2017-07-05 11:11:59 +00:00
wp
e4049c3629 TAChart: Usa HTML tags in fit equation of TFitSeries. Use FitSeries in html demo.
git-svn-id: trunk@55449 -
2017-07-05 11:03:02 +00:00
wp
d4b7ead41d TAChart: Use wmf file in html demo only under Windows.
git-svn-id: trunk@55448 -
2017-07-05 07:18:01 +00:00
wp
73921e08ee LCL: Enable floating toolbar to dock back to original coolbar after undocking from it (patch by Andrey Zubarev), Issue #0032027
git-svn-id: trunk@55447 -
2017-07-04 21:42:13 +00:00
wp
d6695a1eba LCL: Fix cursor after toolband undocking from coolbar (patch by Andrey Zubarev), Issue #0032027
git-svn-id: trunk@55446 -
2017-07-04 21:33:01 +00:00
wp
bb8725334b TAChart: Use HTML in legend at design-time
git-svn-id: trunk@55445 -
2017-07-04 21:10:30 +00:00
wp
eff0b46426 TAChart: Add html demo.
git-svn-id: trunk@55444 -
2017-07-04 20:50:04 +00:00
wp
60dfbebc9c TAChart: Add HTML support to legend
git-svn-id: trunk@55443 -
2017-07-04 20:28:45 +00:00
michl
03442ee2a9 Win32: TGroupBox: Fixed wrong background color for inactive groupbox.
git-svn-id: trunk@55442 -
2017-07-04 20:08:50 +00:00
wp
d5349a31a7 TAChart: Fix 3-digit HTML color codes.
git-svn-id: trunk@55441 -
2017-07-04 18:36:20 +00:00
wp
947adc1ddb TAChart: Allow 3-digit HTML color codes.
git-svn-id: trunk@55440 -
2017-07-04 17:19:29 +00:00
wp
7f3ef18859 TAChart: Fix positioning issues of rotated text (particularly sub/superscripts) in FPCanvas drawer.
git-svn-id: trunk@55439 -
2017-07-04 14:09:21 +00:00
wp
9139481f92 LCL: Separate coolbar and other dockmanagers (another patch by Andrey Zubarev), Issue #32027
git-svn-id: trunk@55438 -
2017-07-04 12:19:04 +00:00
ondrej
5305e255e4 cody: save settings on exit
git-svn-id: trunk@55437 -
2017-07-04 10:41:00 +00:00
wp
bc7a85869f TAChart: Commit missing new unit TAHtml (issue #32107)
git-svn-id: trunk@55436 -
2017-07-04 07:21:57 +00:00
ondrej
c727f965e6 datetimepicker: update date also when handle is not yet allocated. issue #32106
git-svn-id: trunk@55435 -
2017-07-04 06:47:33 +00:00
wp
586c68002e TAChart: Fix font rotation for svg drawer. Add class helper to TChart for saving to svg.
git-svn-id: trunk@55434 -
2017-07-03 22:04:11 +00:00
michl
658713d714 Sparta_DockedFormEditor: Fixed drawing of MainMenu after adding the first MenuItem. Issue #31206
git-svn-id: trunk@55433 -
2017-07-03 21:11:47 +00:00
wp
0b870a2687 TAChart: Fix sub/superscripts for OpenGL, bgra, wmf and aggpas drawers (aggpas still has issues with text positioning).
git-svn-id: trunk@55432 -
2017-07-03 21:11:33 +00:00
ondrej
b6a11cc0d9 lcl: coolbar: fix double-if from r55426 #f06f1ef334. issue #32027
git-svn-id: trunk@55431 -
2017-07-03 13:57:06 +00:00
ondrej
3f793b533d lcl: coolbar: fix double-if from r55428 #e5fe561452. issue #32027
git-svn-id: trunk@55430 -
2017-07-03 13:52:14 +00:00
wp
f6cc92a276 LCL/Docking of coolbars/controlsbars: Rename DragManager.IsCanStartDragging to .CanStartDragging. Proposed by Alexey.
git-svn-id: trunk@55429 -
2017-07-03 13:19:05 +00:00
wp
e5fe561452 LCL: Improved docking of coolbar/controlbar (another patch by Andrey Zubarev), Issue #32027
git-svn-id: trunk@55428 -
2017-07-03 10:47:05 +00:00
wp
8532170a20 TAChart: Initial commit for html tags in titles and labels.
git-svn-id: trunk@55427 -
2017-07-02 21:51:26 +00:00
wp
f06f1ef334 LCL: Improved docking of coolbar/controlbar (more patches by Andrey Zubarev), Issue #32027
git-svn-id: trunk@55426 -
2017-07-02 20:29:55 +00:00
ondrej
f2bb18cf26 IDE: desktopmanager: simplify associated debug desktops. Issue #32083
git-svn-id: trunk@55425 -
2017-07-02 10:45:54 +00:00
ondrej
c552f9e5c7 IDE: Retain anchored desktop configuration while AnchorDocking is not installed. Issue #32083, patch by joecare99.
git-svn-id: trunk@55424 -
2017-07-02 09:52:40 +00:00
wp
39d4577487 LCL: Improved docking of coolbar/controlbar (patches by Andrey Zubarev), Issue #0032027
git-svn-id: trunk@55423 -
2017-07-02 08:27:15 +00:00
jesus
f76b44a7c6 LCL, dbgrid: implements FocusControl, issue #32057
git-svn-id: trunk@55422 -
2017-07-01 07:24:08 +00:00
ondrej
860d0286d5 revert r55410 #d5a8e6f3f1: IDE: Retain anchored desktop configuration while AnchorDocking is not installed. Patch by joecare99.
git-svn-id: trunk@55421 -
2017-06-30 20:53:23 +00:00
maxim
fd83837fd7 LCL: regenerated Japanese translation
git-svn-id: trunk@55419 -
2017-06-29 23:16:42 +00:00
maxim
b796637cd6 LCL: Japanese translation update by Haruyuki Fujimaki, bug #32081
git-svn-id: trunk@55415 -
2017-06-29 22:52:48 +00:00
balazs
cc8ab8124e Opkman: Show hourglass cursor on cleanup.
git-svn-id: trunk@55414 -
2017-06-29 17:02:03 +00:00
wp
f920626b08 DBRadiogroup: Fix crash when clicking without assigned field (issue #32077).
git-svn-id: trunk@55413 -
2017-06-29 14:08:05 +00:00
juha
c082fbfcd0 Finnish translations for IDE and OI.
git-svn-id: trunk@55412 -
2017-06-29 07:29:53 +00:00
juha
72686121fa Debugger: Fix anchoring in WatchPropertyDlg.
git-svn-id: trunk@55411 -
2017-06-28 12:47:56 +00:00
juha
d5a8e6f3f1 IDE: Retain anchored desktop configuration while AnchorDocking is not installed. Patch by joecare99.
git-svn-id: trunk@55410 -
2017-06-28 09:06:32 +00:00
sekelsenmat
a2fecca799 cocoa: Restricts reloading the NSPanel Browser only for Mac OS X versions that are affected by the Mac bug, while adding an utility function to get the OS version also refactored the two utility units into one
git-svn-id: trunk@55407 -
2017-06-27 20:51:24 +00:00
juha
ffc24202c1 LCL: Support support drag and drop between TCoolBars. Issue #32027, patch from Andrey Zubarev.
git-svn-id: trunk@55406 -
2017-06-27 16:44:55 +00:00
sekelsenmat
6d823303bd cocoa: bug #28687 implement File Format filter in TOpen/SaveDialog
git-svn-id: trunk@55405 -
2017-06-27 11:49:06 +00:00
ondrej
cbdd120987 lcl: application: fix exception causing handling enter keyup twice. issue #32056
git-svn-id: trunk@55398 -
2017-06-26 19:10:13 +00:00
juha
23e1fd443a IDE: Improve layout of "Rescan FPC Source" window. Issue #32063, patch from AlexeyT.
git-svn-id: trunk@55397 -
2017-06-26 11:18:17 +00:00
juha
edd4943a4f Revert r54305 #491d57ecbc "LCL-GTK2: Prevent an occational freeze." Caused regressions.
git-svn-id: trunk@55396 -
2017-06-26 10:28:44 +00:00
michl
a714db306b MenuEditor: Fixed drawing of AddSiblingFake on GTK2.
git-svn-id: trunk@55395 -
2017-06-26 09:31:58 +00:00
michl
8604d5a860 MenuEditor: Fixed drawing of AddSubmenuFake on GTK2.
git-svn-id: trunk@55394 -
2017-06-26 09:10:12 +00:00
michl
79a3a03c3e MenuEditor: Remove calculation of ShadowBox from wrong place.
git-svn-id: trunk@55393 -
2017-06-26 06:18:56 +00:00