Commit Graph

51234 Commits

Author SHA1 Message Date
ondrej
57d740ca4a IDE: taborderdlg: fix ExpandSignSize
git-svn-id: trunk@54229 -
2017-02-21 18:17:24 +00:00
ondrej
70fe56bb6f LCL: treeview: High-DPI: expand size
git-svn-id: trunk@54228 -
2017-02-21 17:59:10 +00:00
ondrej
3e2980a1b6 win32: check list: scale check box (for multi-monitor)
git-svn-id: trunk@54227 -
2017-02-21 17:45:15 +00:00
ondrej
d8902074d4 win32: themes: scale sizes for High-DPI
git-svn-id: trunk@54226 -
2017-02-21 17:42:16 +00:00
ondrej
6f5693f5ff lcl: customcontrol, graphiccontrol: High-DPI: assign PixelsPerInch to Canvas.Font
git-svn-id: trunk@54225 -
2017-02-21 14:00:23 +00:00
ondrej
d6983d5300 lcl: headercontrol: High-DPI. Issue #31429, patch by Anton Kavalenka
git-svn-id: trunk@54224 -
2017-02-21 13:58:19 +00:00
ondrej
b64d6fc80e LCL: control: fix 0-height font scaling: only in runtime
git-svn-id: trunk@54223 -
2017-02-21 12:51:35 +00:00
ondrej
e5d22e3b9a LCL: control: fix 0-height font scaling: only in runtime
git-svn-id: trunk@54222 -
2017-02-21 12:48:22 +00:00
ondrej
ea51db1a39 synedit: syncompletion: fix AVs when shown with different screen DPI.
git-svn-id: trunk@54221 -
2017-02-21 12:22:59 +00:00
ondrej
00e450bfa7 LCL: control: fix 0-height font scaling
git-svn-id: trunk@54220 -
2017-02-21 11:59:27 +00:00
ondrej
8b4aa08543 LCL: customdesigncontrol: High-DPI: set correct Font.PixelsPerInch after create.
git-svn-id: trunk@54219 -
2017-02-21 11:58:18 +00:00
ondrej
eeff7db7c3 LCL: rename DPI parameters to PPI
git-svn-id: trunk@54218 -
2017-02-21 10:56:42 +00:00
ondrej
4de009ab5e LCL: TFont: call Changed after PixelsPerInch change
git-svn-id: trunk@54217 -
2017-02-21 10:46:37 +00:00
ondrej
4a89ed8ec1 LCL: TControl: explicitely scale fonts with 0-height because they cannot be scaled automatically with TFont.PixelsPerInch
git-svn-id: trunk@54216 -
2017-02-21 10:45:27 +00:00
martin
b694bd2d46 Debugger: fix for gdb 7.12 issue #0031386 / patch by Cyrax
git-svn-id: trunk@54215 -
2017-02-21 00:44:12 +00:00
ondrej
196ad90a03 IDE: fix compilation (recent High-DPI changes).
git-svn-id: trunk@54214 -
2017-02-20 18:22:46 +00:00
ondrej
c3ac0c4816 win32: menu item: fix checkbox painting. Issue #31149
git-svn-id: trunk@54213 -
2017-02-20 15:54:57 +00:00
ondrej
48a215ee7e win32: menu item: fix wrong painting of icons bigger than text. Issue #31149
git-svn-id: trunk@54212 -
2017-02-20 15:24:07 +00:00
ondrej
592b495a47 LCL: HighDPI: use relative font scaling, not the absolute PPI (fix for r54210 #eb28e06e83). Issue #31276
git-svn-id: trunk@54211 -
2017-02-20 15:04:02 +00:00
ondrej
eb28e06e83 LCL: HighDPI: fix font scaling. Issue #31276
git-svn-id: trunk@54210 -
2017-02-20 13:59:36 +00:00
ondrej
1b57bc9ee8 LCL: TFont: add TFont.PixelsPerInch setter - the Height/Size ratio wasn't correct after change of PixelsPerInch.
git-svn-id: trunk@54209 -
2017-02-20 13:53:32 +00:00
balazs
fefe00702a Opkman: Extend category list.
git-svn-id: trunk@54208 -
2017-02-20 13:00:57 +00:00
sekelsenmat
970dc3e689 Fixes compilation with FPC 2.6
git-svn-id: trunk@54207 -
2017-02-20 11:28:08 +00:00
sekelsenmat
d177b138b7 fpvectorial: Finishes the basic support for CSS inside SVG
git-svn-id: trunk@54206 -
2017-02-20 10:57:29 +00:00
sekelsenmat
b8ab9927c7 fpvectorial: Starts implementing support for css in svg
git-svn-id: trunk@54205 -
2017-02-20 06:47:13 +00:00
ondrej
aa9e36d48e LCL: editbtn: fix regression after r54191 #0da26ddcc1 (filter wasn't applied).
git-svn-id: trunk@54204 -
2017-02-19 21:04:44 +00:00
ondrej
d6ec634142 lcl: TControl: highDPI: fix DoAutoAdjustLayout for right- and bottom-aligned controls at a sibling
git-svn-id: trunk@54203 -
2017-02-19 20:28:36 +00:00
ondrej
a3448e989a IDE: caption for LCL scaling check box
git-svn-id: trunk@54202 -
2017-02-19 20:16:40 +00:00
ondrej
e822a376de IDE: use Scaled for Lazarus IDE itself
git-svn-id: trunk@54201 -
2017-02-19 20:12:24 +00:00
ondrej
44835a8f24 LCL: HighDPI: missing commit from r54199 #1c7e92643d
git-svn-id: trunk@54200 -
2017-02-19 20:05:46 +00:00
ondrej
1c7e92643d LCL, IDE: HighDPI: add Application.Scaled and Project1.Scaled property for automatic LCL-driven scaling
git-svn-id: trunk@54199 -
2017-02-19 20:02:58 +00:00
ondrej
198408d4b3 cleanup
git-svn-id: trunk@54198 -
2017-02-19 17:44:00 +00:00
ondrej
6eae03e479 gtk2: fix window type hints for modal/nonmodal forms. Issue #13051
git-svn-id: trunk@54197 -
2017-02-19 17:37:44 +00:00
hnb
11563b2959 codetools: parser: Compatibility with FPC management operators: rename Copy to AddRef and Clone to Copy
git-svn-id: trunk@54196 -
2017-02-19 16:43:30 +00:00
ondrej
d45b1fe5cd win32: group box: highDPI: force reposition of children after font change. Issue #23415
git-svn-id: trunk@54195 -
2017-02-19 16:03:57 +00:00
ondrej
b4b0cf8831 lcl: TControl: highDPI: don't do AutoSize in DoAutoAdjustLayout - it removes correctly calculated size for autosized controls.
git-svn-id: trunk@54194 -
2017-02-19 14:16:08 +00:00
ondrej
6d31586364 lcl: TControl: highDPI: fix DoAutoAdjustLayout for right- and bottom-aligned controls.
git-svn-id: trunk@54193 -
2017-02-19 13:57:57 +00:00
ondrej
b5e203e374 LCL: editbtn: deprecate/remove UseFormActivate
git-svn-id: trunk@54192 -
2017-02-19 13:27:04 +00:00
ondrej
0da26ddcc1 LCL: TCustomAbstractGroupedEdit: unbind the overloaded Color property from inherited property
git-svn-id: trunk@54191 -
2017-02-19 12:39:30 +00:00
ondrej
d3776d5030 IDE: OI: High-DPI
git-svn-id: trunk@54190 -
2017-02-19 10:15:03 +00:00
juha
a348d72d93 Remove a broken LazPackageManager and an unused svnpkg from the repo. Creates confusion with new OnlinePackageManager.
git-svn-id: trunk@54189 -
2017-02-19 10:00:23 +00:00
juha
07e44579a9 LCL: Implement also msSiblingOnly and msVisibleOnly for TTreeView.MultiSelectStyle. Issue #18043, patch from AlexeyT.
git-svn-id: trunk@54188 -
2017-02-19 10:00:13 +00:00
juha
55b51f1788 LCL: Implement TTreeView.MultiSelectStyle. Issue #18043, patch from AlexeyT.
git-svn-id: trunk@54187 -
2017-02-18 11:26:43 +00:00
juha
82a7e6d0c7 Docs: Documentation for [INI|XML|JSON]PropStorage units. Issue #31407, patch from Gustavo Carreno.
git-svn-id: trunk@54186 -
2017-02-17 20:00:58 +00:00
ondrej
4a89297c1e dialogs: TTaskDialog: fix default font. Issue #31393, patch by AlexeyT
git-svn-id: trunk@54185 -
2017-02-17 15:39:52 +00:00
zoran
9c4321293b DateTimePicker: Fixed bug - sometimes, when trying to set date to impossible value Date gets set to MinDate instead of nearest possible date
git-svn-id: trunk@54184 -
2017-02-17 13:01:13 +00:00
wp
dcb91b088d fpvectorial: Add basic raster image support for ODT files (png), patch by Andrzej Kilijanski {{MantisLink|0031357}}
git-svn-id: trunk@54180 -
2017-02-16 22:35:33 +00:00
wp
1e8c8bdc1a fpvectorial: Fix memory leak due to document styles not being destroyed, patch by Andrzej Kilijanski (issue #0031356).
git-svn-id: trunk@54173 -
2017-02-16 21:56:23 +00:00
wp
ce7b128603 lcl: Fix grid's ButtonStringEditor ignoring cell text alignment (issue #0031402).
git-svn-id: trunk@54172 -
2017-02-16 20:44:10 +00:00
wp
80ddf57c84 Examples: Add example demonstrating cell text overflow in a StringGrid
git-svn-id: trunk@54171 -
2017-02-16 20:27:02 +00:00