ondrej
|
adf87c511a
|
lcl: merge ShouldAutoAdjust* into one method. Fix Width and Height adjustment in relation to Align.
git-svn-id: trunk@53538 -
|
2016-12-03 06:52:15 +00:00 |
|
ondrej
|
f48f4618a6
|
lcl: forms: highDPI: set PixelsPerInch to DesignTimeDPI in CreateNew
git-svn-id: trunk@53537 -
|
2016-12-03 06:47:59 +00:00 |
|
ondrej
|
38e6533972
|
lcl: forms: highDPI: Implement TFrame.PixelsPerInch
git-svn-id: trunk@53536 -
|
2016-12-03 06:47:02 +00:00 |
|
mattias
|
c5774398cb
|
debian: renamed deb to lazarus-project to avoid name clash with Debian package
git-svn-id: trunk@53535 -
|
2016-12-03 02:45:54 +00:00 |
|
ondrej
|
219391b44a
|
lcl: forms: set TForm.DesignTimeDPI default value
git-svn-id: trunk@53534 -
|
2016-12-02 23:10:31 +00:00 |
|
ondrej
|
bef77cd46b
|
lcl: forms: implement TFrame.DesignTimeDPI
git-svn-id: trunk@53533 -
|
2016-12-02 23:09:42 +00:00 |
|
mattias
|
c7037ac0ff
|
codetools: fixed TCodeBuffer.FileOnDiskHasChanged when IsVirtual
git-svn-id: trunk@53532 -
|
2016-12-02 22:01:02 +00:00 |
|
mattias
|
757e1e9e4d
|
IDE: find in files: accelerated showing results
git-svn-id: trunk@53531 -
|
2016-12-02 21:48:31 +00:00 |
|
mattias
|
16f22c6fc1
|
IDE: package graph: show indriectly installed packages with install icons
git-svn-id: trunk@53530 -
|
2016-12-02 20:55:07 +00:00 |
|
ondrej
|
c94e49018d
|
lcl: forms: use a variable in WMDPIChanged. Issue #31050, by AlexeyT
git-svn-id: trunk@53529 -
|
2016-12-02 17:03:38 +00:00 |
|
balazs
|
23574b1a4a
|
Update feature, partially implemented.
git-svn-id: trunk@53528 -
|
2016-12-02 14:21:00 +00:00 |
|
mattias
|
4a63a0793d
|
projectgroups: added lazprojectgroups.pas
git-svn-id: trunk@53526 -
|
2016-12-02 13:52:05 +00:00 |
|
mattias
|
5297dbb175
|
projectgroups: clean up
git-svn-id: trunk@53525 -
|
2016-12-02 13:51:50 +00:00 |
|
juha
|
f9d26bccc5
|
OPM: Finnish translation by Seppo Suutarla.
git-svn-id: trunk@53524 -
|
2016-12-02 11:22:58 +00:00 |
|
juha
|
20ef67a02e
|
Revert r53382 #c2d88c8f48, application options layout changes by AlexeyT. Issue #30947.
git-svn-id: trunk@53523 -
|
2016-12-02 11:04:09 +00:00 |
|
juha
|
e6ffc7b65d
|
Revert r53418 #a2d289acd6, IDE: A new dialog for manifest options. Issue #30977
git-svn-id: trunk@53522 -
|
2016-12-02 11:04:04 +00:00 |
|
mattias
|
e84002b12d
|
IDE: options: files: bigger multiple lazarus instances combo
git-svn-id: trunk@53521 -
|
2016-12-02 10:04:38 +00:00 |
|
mattias
|
4cd266663f
|
lcl: comment
git-svn-id: trunk@53520 -
|
2016-12-02 10:01:03 +00:00 |
|
zeljko
|
de8fcf79e0
|
LCL: TCustomListView: reverted revision r53506 #79edcb1a9f since it introduced crashes and setting selected triggers 2 events for same item.
git-svn-id: trunk@53519 -
|
2016-12-02 09:05:33 +00:00 |
|
maxim
|
1fe21eaaea
|
Opkman: Spanish translation by 007, bug #31047
git-svn-id: trunk@53518 -
|
2016-12-01 22:50:28 +00:00 |
|
ondrej
|
50b3234603
|
lcl: forms: highDPI: use the new AScaleFonts parameter in AutoAdjustLayout for automatic scaling.
git-svn-id: trunk@53517 -
|
2016-12-01 22:44:55 +00:00 |
|
ondrej
|
c186773b00
|
lcl: controls: highDPI: add AScaleFonts parameter to AutoAdjustLayout
git-svn-id: trunk@53516 -
|
2016-12-01 22:43:50 +00:00 |
|
ondrej
|
e5ef90de53
|
lcl: forms: highDPI: don't clear TCustomForm.PixelsPerInch in CreateWnd, related to r53512 #337925d861
git-svn-id: trunk@53515 -
|
2016-12-01 22:41:08 +00:00 |
|
maxim
|
370d76e876
|
LCL: updated Russian translation
git-svn-id: trunk@53514 -
|
2016-12-01 22:30:47 +00:00 |
|
ondrej
|
9304766a81
|
lcl: forms: highDPI: use AutoAdjustLayout instead of ScaleBy for DPI-scaling. Issue #31045, by AlexeyT
git-svn-id: trunk@53513 -
|
2016-12-01 22:03:27 +00:00 |
|
ondrej
|
337925d861
|
lcl: forms: highDPI: don't read TCustomForm.PixelsPerInch from Screen but use rather the value from design-time and update it on scale.
git-svn-id: trunk@53512 -
|
2016-12-01 21:38:39 +00:00 |
|
ondrej
|
2d8600e1fd
|
lcl: forms: allow changing TCustomForm.DesignTimeDPI in runtime. Fix brackets.
git-svn-id: trunk@53511 -
|
2016-12-01 21:00:24 +00:00 |
|
ondrej
|
2612f8b61e
|
lcl: forms: allow changing TCustomForm.DesignTimeDPI in runtime.
git-svn-id: trunk@53510 -
|
2016-12-01 20:55:10 +00:00 |
|
mattias
|
beafafc9a0
|
lcl: updated po files
git-svn-id: trunk@53509 -
|
2016-12-01 17:28:05 +00:00 |
|
mattias
|
a41b5619a4
|
lcl: fixed visibility
git-svn-id: trunk@53508 -
|
2016-12-01 17:27:43 +00:00 |
|
juha
|
eaa909e9c7
|
LCL,LazControls: Override ShouldAutoAdjustWidthAndHeight for EditButton/DividerBevel. Issue #31039, patch from AlexeyT.
git-svn-id: trunk@53507 -
|
2016-12-01 15:37:07 +00:00 |
|
juha
|
79edcb1a9f
|
LCL: Improve TCustomListView.SetSelection a little.
git-svn-id: trunk@53506 -
|
2016-12-01 15:36:55 +00:00 |
|
mattias
|
4f5167f4bb
|
synedit: fixed license of SynHighlighterPosition
git-svn-id: trunk@53505 -
|
2016-12-01 11:29:31 +00:00 |
|
mattias
|
6d281b7c34
|
synedit: clean up
git-svn-id: trunk@53504 -
|
2016-12-01 10:34:09 +00:00 |
|
mattias
|
b6dc57342f
|
fpdebug: comment
git-svn-id: trunk@53503 -
|
2016-12-01 10:33:58 +00:00 |
|
ondrej
|
5c4c3d1948
|
lcl: forma: change wParamhi to hi(wParam), issue #31043
git-svn-id: trunk@53502 -
|
2016-12-01 00:32:55 +00:00 |
|
ondrej
|
f4df715ad3
|
lcl: forms: highDPI: ScaleBy only when scale really changed.
git-svn-id: trunk@53501 -
|
2016-12-01 00:28:15 +00:00 |
|
ondrej
|
1c9c0abeb2
|
lcl: forms: highDPI: fix FPixelsPerInch assignment in WMDPIChanged (r53498)
git-svn-id: trunk@53500 -
|
2016-11-30 23:49:40 +00:00 |
|
ondrej
|
2b35575b4e
|
lcl: forms: highDPI: Scale in AfterConstruction when Scaled=true
git-svn-id: trunk@53499 -
|
2016-11-30 23:47:31 +00:00 |
|
ondrej
|
9d221a90f6
|
lcl: forms: highDPI: call ScaleBy automatically on LM_DPICHANGED when Scaled=True.
git-svn-id: trunk@53498 -
|
2016-11-30 23:29:09 +00:00 |
|
ondrej
|
4bccf7cae5
|
LCL: forms: highDPI: set DesignTimeDPI automatically by the IDE, don't allow to change it manually.
git-svn-id: trunk@53497 -
|
2016-11-30 23:27:37 +00:00 |
|
mattias
|
fae72cb0a7
|
IDE: code explorer: fixed hiding unnamed constants
git-svn-id: trunk@53496 -
|
2016-11-30 23:24:38 +00:00 |
|
ondrej
|
9b0d88e504
|
LCL: forms: add scaled property. Issue #27075
git-svn-id: trunk@53495 -
|
2016-11-30 23:24:09 +00:00 |
|
mattias
|
5fd2d5f20f
|
IDE: code explorer: long proc: added line count in []
git-svn-id: trunk@53494 -
|
2016-11-30 23:08:12 +00:00 |
|
mattias
|
0bb2fad448
|
IDE: code explorer: fixed keeping code observer nodes with numbers expanded
git-svn-id: trunk@53493 -
|
2016-11-30 22:54:55 +00:00 |
|
mattias
|
276bf3674b
|
lcl: TTreeNodeExpandedState: added OnGetNodeText
git-svn-id: trunk@53492 -
|
2016-11-30 22:54:18 +00:00 |
|
maxim
|
73e7b0a2f8
|
ProjectGroups: do not extract resource strings from LFMs
git-svn-id: trunk@53491 -
|
2016-11-30 22:22:26 +00:00 |
|
zeljko
|
7fecd361fc
|
Qt: do not send focus message if parent form is not visible in LCL. issue #31041
git-svn-id: trunk@53490 -
|
2016-11-30 21:56:53 +00:00 |
|
balazs
|
b7fd88403c
|
Fixed wrongly displayed version.
git-svn-id: trunk@53489 -
|
2016-11-30 21:26:52 +00:00 |
|
ondrej
|
7f6a826e0c
|
win32: HighDPI: handle WM_DPICHANGED message
git-svn-id: trunk@53488 -
|
2016-11-30 21:26:13 +00:00 |
|