maxim
1c141eec0a
IDE: regenerated translations
...
git-svn-id: trunk@59379 -
2018-10-28 22:36:14 +00:00
wp
a957005cad
IDE: Add high-dpi icons for images and images/codeexplorer (provided by Roland Hahn)
...
git-svn-id: trunk@59378 -
2018-10-27 19:08:03 +00:00
juha
0e266ff661
IDE: Remove another unused resource string.
...
git-svn-id: trunk@59377 -
2018-10-27 15:09:39 +00:00
martin
567b28866b
debugger: fix pseudo terminal, only memo needs monospace. Issue #0034192
...
git-svn-id: trunk@59376 -
2018-10-27 14:53:26 +00:00
juha
e3566aa064
IDE: Remove unused resource strings.
...
git-svn-id: trunk@59375 -
2018-10-27 14:44:40 +00:00
juha
1313ae2b9b
IDE: Update unit path for all build modes also when creating a new unit. Issue #34413 .
...
git-svn-id: trunk@59374 -
2018-10-27 14:44:35 +00:00
dmitry
ebb0d843ec
cocoa: update the behaviour of GetFocus function to use HandleView stored with callback object. #34450
...
git-svn-id: trunk@59363 -
2018-10-27 04:22:36 +00:00
dmitry
62db4e537d
cocoa: using Device colorspace, instead of Calibrated colorspace for GDI objects. #34427
...
git-svn-id: trunk@59362 -
2018-10-27 03:26:26 +00:00
juha
07161323f3
IDE: Allow Tcomponent.ValidateContainer raise an exception at design time. Issue #34445 , patch from errno.
...
git-svn-id: trunk@59361 -
2018-10-26 22:33:22 +00:00
juha
4dde2e198f
IDE: Cleanup, remove unused unit reference.
...
git-svn-id: trunk@59360 -
2018-10-26 22:33:18 +00:00
juha
6f5850642d
IDE: Show only the supported .ico format when opening project icon. Issue #34464 .
...
git-svn-id: trunk@59359 -
2018-10-26 20:02:12 +00:00
mattias
054150bb42
lazutils: some optimizations from Alexey
...
git-svn-id: trunk@59358 -
2018-10-26 19:26:31 +00:00
juha
b9e28c2c9b
IDE: Add unit/include file's path correctly to search path of a single build mode, too. Issue #34462 .
...
git-svn-id: trunk@59357 -
2018-10-26 19:25:27 +00:00
juha
7c5618a1c6
AnchorDocking: Fix debugLn texts.
...
git-svn-id: trunk@59356 -
2018-10-26 19:25:22 +00:00
lacak
6b055a5b5c
LCL: wince: cosmetic: align to win32 interface
...
git-svn-id: trunk@59355 -
2018-10-26 12:39:37 +00:00
lacak
50e68f7730
LCL: wince: comment about WM_NCDESTROY message which is not supported on WinCE (bug #24452 ) and commented code which emulates double click (bug #20568 )
...
git-svn-id: trunk@59354 -
2018-10-26 12:25:55 +00:00
mattias
1ecd916df9
debian: renamed debian package name from fpc to fpc-laz to avoid nameclash with ubuntu repos
...
git-svn-id: trunk@59353 -
2018-10-26 09:52:54 +00:00
mattias
83e2e9a6cd
lazutils: fixed ExpandFileNameUTF8 for \\?\
...
git-svn-id: trunk@59352 -
2018-10-26 08:10:10 +00:00
martin
63cf689e1e
Debugger (gdb): Fix Debug-Inspector for dwarf3. Match fieldnames case insensitive. Depending on gdb, try to find the MixedCase version of any name. Issue #0034453
...
git-svn-id: trunk@59351 -
2018-10-25 23:47:36 +00:00
martin
58bd48455a
Debugger: Fix DebugInspector stopped working after window was open with empty input. Issue #0034452
...
git-svn-id: trunk@59350 -
2018-10-25 18:18:25 +00:00
lacak
54026bdc80
LCL: wince: remove selecting all text when focussing a TCustomEdit, this can be down in the LCL by setting TCustomEdit.AutoSelect := true (same as in win32 in rev. 15588). Bug #23345
...
git-svn-id: trunk@59349 -
2018-10-25 08:06:25 +00:00
maxim
63be8700c9
IDE: regenerated/fixed Finnish translation
...
git-svn-id: trunk@59342 -
2018-10-22 22:45:10 +00:00
juha
1d759559e1
LCL-GTK3: Add forgotten unit gtk3wssplitter. Issue #34106 ,
...
git-svn-id: trunk@59341 -
2018-10-22 21:53:50 +00:00
juha
faba340ef4
IDE: Don't let FindReplace dialog outside the monitor area. Issue #34436 , patch from Ondrej.
...
git-svn-id: trunk@59340 -
2018-10-22 18:43:56 +00:00
juha
f1335e9e8a
LCL-GTK3: Fix Splitter and its related code. Issue #34106 , patch from Anton Kavalenka.
...
git-svn-id: trunk@59339 -
2018-10-22 18:23:55 +00:00
lacak
0905048337
LCL: wince: cosmetic + small optimization align code to Win32 implementation. Bug #30117
...
git-svn-id: trunk@59338 -
2018-10-22 08:45:22 +00:00
lacak
9e965ff417
LCL: wince: Forms are not correctly centered, when used Position=poScreenCenter or poDesktopCenter (patch aligns WinCE implementation to Win32 implementation). Bug #33957
...
git-svn-id: trunk@59337 -
2018-10-22 08:34:01 +00:00
lacak
f333a272ec
LCL: wince: use Windows unit instead of LCLTypes unit, because WS_MINIMIZEBOX and WS_MAXIMIZEBOX are defined differently for WinCE, LCLTypes and Win32
...
git-svn-id: trunk@59336 -
2018-10-22 08:02:06 +00:00
lacak
e985189fc5
LCL: wince: add support for biHelp (CONTEXTHELP) border style (aligned with Win32 interface)
...
git-svn-id: trunk@59335 -
2018-10-22 07:19:25 +00:00
lacak
56476fb45a
LCL: wince: Minimize and Maximize buttons are not shown in window titlebar. Bug #34093
...
git-svn-id: trunk@59334 -
2018-10-22 05:16:14 +00:00
wp
aabcf7e1d1
IDE: Remove unnecessary label from ToolbarConfig.
...
git-svn-id: trunk@59333 -
2018-10-21 20:29:59 +00:00
bart
5a23656f23
TFloatSpinEditEx:
...
- When incrementing DecimalPlaces first truncate FValue to the correct current DecimalPlaces. Issue #0034370 .
- DecimalPlaces cannot be < 0
git-svn-id: trunk@59332 -
2018-10-21 13:27:12 +00:00
dmitry
11a50ac7d2
cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411
...
git-svn-id: trunk@59331 -
2018-10-21 05:32:52 +00:00
dmitry
b1d9f29b89
cocoa: additional methods for handling fpc issue #34411
...
git-svn-id: trunk@59330 -
2018-10-21 04:31:32 +00:00
dmitry
a341d94c64
cocoa: workaround for a problem with 64-bit boolean parameter passing (see fpc issue #34411 for details)
...
git-svn-id: trunk@59329 -
2018-10-21 03:45:35 +00:00
wp
a313fc1796
IDE: Add high-dpi icons to images/lazdoc (by Roland Hahn)
...
git-svn-id: trunk@59328 -
2018-10-19 20:24:35 +00:00
juha
8efc263ae4
LCL: Do not store anchoring properties of TLabeledEdit.editLabel. It is controlled by property LabelPosition. Issue #34431 .
...
git-svn-id: trunk@59327 -
2018-10-19 16:37:23 +00:00
juha
3ddb07d107
IDE: Tweak the restriction browser layout. Patch from AlexeyT.
...
git-svn-id: trunk@59326 -
2018-10-19 16:13:04 +00:00
juha
c8beaba5c1
LCL-GTK2: Fix icon scaling in menuitems. Patch from Ondrej.
...
git-svn-id: trunk@59325 -
2018-10-19 16:13:03 +00:00
juha
71dbce1d30
Finnish translation.
...
git-svn-id: trunk@59324 -
2018-10-19 16:12:41 +00:00
wp
a7d36155f9
IDE/ObjectInspector: Fix size of widgetset icons on high-dpi screens.
...
git-svn-id: trunk@59323 -
2018-10-19 12:02:34 +00:00
wp
1c28191d7c
IDE/Restriction Browser: Fix visibility of icon on customdrawn button.
...
git-svn-id: trunk@59322 -
2018-10-19 11:19:00 +00:00
wp
436c27ee90
IDE: Improve visibility of high-dpi issue_carbon icons on dark background (by Roland Hahn).
...
git-svn-id: trunk@59321 -
2018-10-19 10:42:11 +00:00
wp
1af1c96e32
TAChart: Fix numlib issue of returning 0 for exp() function ( https://forum.lazarus.freepascal.org/index.php/topic,42913.msg299793 )
...
git-svn-id: trunk@59320 -
2018-10-19 09:38:43 +00:00
wp
179cc59ee6
IDE: Add high-DPI images for propertygrid and widgetset issues (by Roland Hahn).
...
git-svn-id: trunk@59319 -
2018-10-18 14:39:16 +00:00
wp
858369838e
lhelp: some formatting changes
...
git-svn-id: trunk@59318 -
2018-10-18 11:22:47 +00:00
wp
b0a2ee83dc
TurboPower_iPro: Fix font used by tag <samp>
...
git-svn-id: trunk@59317 -
2018-10-18 10:13:01 +00:00
wp
10ecfd7fcc
TurboPower_iPro: Undo r59315 #c720b8116d (not working when an image is used a background and text should be transparent)
...
git-svn-id: trunk@59316 -
2018-10-18 08:07:50 +00:00
wp
c720b8116d
TurboPower_ipro: Fix rendering of text background (not 100% correct for headers).
...
git-svn-id: trunk@59315 -
2018-10-17 17:25:15 +00:00
wp
27b8c9d719
IDE/LCL: Modify some high-DPI icons for more consistent style (Roland Hahn)
...
git-svn-id: trunk@59314 -
2018-10-17 09:07:32 +00:00