juha
a14d6e5c9a
LCL: Change constant $20000000 to MK_ALT. Issue #34481 , patch from AlexeyT.
...
git-svn-id: trunk@59393 -
2018-10-30 11:04:08 +00:00
maxim
1d1c2e05e0
IDE: regenerated translations and updated Russian translation
...
git-svn-id: trunk@59388 -
2018-10-29 23:00:03 +00:00
martin
995e509d32
EditorOpts: refactor
...
git-svn-id: trunk@59387 -
2018-10-29 20:47:52 +00:00
martin
d606082834
EditorOpts: Add warning, if outline has no colors set
...
git-svn-id: trunk@59386 -
2018-10-29 20:46:23 +00:00
martin
b8f4847f9d
EditorOpts: Add warning, if outline has no colors set
...
git-svn-id: trunk@59385 -
2018-10-29 20:43:59 +00:00
martin
7720c8bd0a
Installer, Win: Prevent a crash, if installing 2ndary into same path, as previous (removed) primary installation. / Added logging.
...
git-svn-id: trunk@59384 -
2018-10-29 13:57:26 +00:00
lacak
9ceb5203c9
LCL: wince: partialy fix problem with spacing between glyph and button caption, when glyph is placed left or right to caption. (there is no space between glyph and caption)
...
git-svn-id: trunk@59383 -
2018-10-29 13:00:23 +00:00
martin
a579366c3f
Installer, Win: Allow adjusting install dir, in case of 2ndary/multiple installs.
...
git-svn-id: trunk@59382 -
2018-10-29 12:21:49 +00:00
juha
e5df044216
OpkMan: Increase TThreadTimer delay as workaround to prevent memory leaks. The other changes did not affect leaks.
...
git-svn-id: trunk@59381 -
2018-10-29 12:10:00 +00:00
dmitry
b5d3a2e2ab
cocoa: preventing spinedit value from being change while destroying the handle. #34468
...
git-svn-id: trunk@59380 -
2018-10-28 22:45:53 +00:00
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