mattias
|
71b6f936e7
|
pas2js: clean up
git-svn-id: trunk@56850 -
|
2017-12-26 10:57:18 +00:00 |
|
dmitry
|
3d93781649
|
cocoa: reverted a portion of #32363 patch, applied in r55824 #0af5c2d943. Overriding of NSScrollView.addSubview method, caused visual and user experience issues with TListBox (and presumably TMemo) scrollbar controls in macOS 10.12.1 (Sierra)
git-svn-id: trunk@56849 -
|
2017-12-25 23:21:21 +00:00 |
|
balazs
|
4cf2ff9452
|
Opkman: ShowHintFrm: Allow hint form to work properly under gtk2 too, patch from Michael.
git-svn-id: trunk@56848 -
|
2017-12-25 21:39:59 +00:00 |
|
maxim
|
7d521c4800
|
Pas2JS: moved resource strings from pjsdsgnregister.pas to
strpas2jsdesign.pp, regenerated translations and updated Russian
translation
git-svn-id: trunk@56847 -
|
2017-12-25 16:03:23 +00:00 |
|
maxim
|
7c00861fb5
|
Opkman: improved Russian translation
git-svn-id: trunk@56846 -
|
2017-12-25 14:46:24 +00:00 |
|
maxim
|
ac9a18e2eb
|
Pas2JS: added Russian translation
git-svn-id: trunk@56845 -
|
2017-12-25 14:38:25 +00:00 |
|
maxim
|
80918d2b98
|
Pas2JS: removed one redundant translation string
git-svn-id: trunk@56844 -
|
2017-12-25 14:28:14 +00:00 |
|
dmitry
|
a759a66772
|
cocoa: remove NSIndexSet release, as it should not be happening due to Cocoa Memory Management rules
git-svn-id: trunk@56843 -
|
2017-12-25 02:14:25 +00:00 |
|
dmitry
|
f743caba81
|
cocoa: restoring autorelease pool for each event processed (as this is what Cocoa default event loop is doing as well)
git-svn-id: trunk@56842 -
|
2017-12-25 02:11:27 +00:00 |
|
dmitry
|
cf88ae9f44
|
cocoa: removing per event autorelease pool. It could potentially lead to mem leaks. But as of right now it's causing access violation, if a control is created dynamically (because most of controls are initialized with .autorelease and a destroyed once the event handling is finished)
git-svn-id: trunk@56841 -
|
2017-12-24 19:58:05 +00:00 |
|
dmitry
|
2915735a88
|
cocoa: fix TCocoaTextView initialization that could cause a crash with 'Frame containing non-finite values' error
git-svn-id: trunk@56840 -
|
2017-12-24 17:22:27 +00:00 |
|
juha
|
44e254517a
|
IDE: Reuse function SplitString from IDEProcs in PathEditorDialog. Replaces function PathToText.
git-svn-id: trunk@56839 -
|
2017-12-24 14:01:51 +00:00 |
|
balazs
|
bed7ec4fc7
|
Opkman: ShowHintFrm: memo height was incorrectly calculated under GTK.
git-svn-id: trunk@56838 -
|
2017-12-24 13:15:23 +00:00 |
|
dmitry
|
6e53952a43
|
cocoa: correct (control vs client) bounds information retrieval. #32227
git-svn-id: trunk@56837 -
|
2017-12-23 23:06:24 +00:00 |
|
wp
|
adab84ef29
|
LazReport: New HiRes palette icons (by Roland Hahn)
git-svn-id: trunk@56836 -
|
2017-12-23 21:57:33 +00:00 |
|
michl
|
5bbd6ad7f1
|
LCL: GTK2: Revert 56831 #eee0b37745 to 56834 as it open new issues.
git-svn-id: trunk@56835 -
|
2017-12-23 21:53:36 +00:00 |
|
michl
|
630f7a6594
|
LCL: GTK2: transient form when called from modal form and PopupMode <> pmNone.
git-svn-id: trunk@56834 -
|
2017-12-23 20:53:11 +00:00 |
|
michl
|
b4f4b7767b
|
LCL: GTK2: Fixed form freezes when opened with PopupMode <> pmNone, if opened from modal form.
git-svn-id: trunk@56833 -
|
2017-12-23 19:57:53 +00:00 |
|
michl
|
38eecb3d36
|
LCL: GTK2: Fixed form freezes with BorderStyle bsSizeToolWin/bsToolWindow, if opened from modal form.
git-svn-id: trunk@56832 -
|
2017-12-23 19:52:48 +00:00 |
|
michl
|
eee0b37745
|
LCL: GTK2: Fixed form freezes with FormStyle fsStayOnTop, if opened from modal form. Issue #32872
git-svn-id: trunk@56831 -
|
2017-12-23 19:49:10 +00:00 |
|
balazs
|
cb04d0f86f
|
Opkman: ShowHintfrm: Adjust memo height according to it's content.
git-svn-id: trunk@56830 -
|
2017-12-23 19:43:42 +00:00 |
|
juha
|
8868d7bcf6
|
IDE: Prevent an exception when dbl-clicking empty list. Issue #32650, patch from FTurtle.
git-svn-id: trunk@56829 -
|
2017-12-23 17:04:42 +00:00 |
|
dmitry
|
f4b0bd18fb
|
cocoa: checklistbox to have separate columns for the checkbox and checkbox title. #32845
git-svn-id: trunk@56828 -
|
2017-12-23 16:02:09 +00:00 |
|
michael
|
306bfa36c4
|
* Add Debug Window dialog showing the number of running webserver processes
git-svn-id: trunk@56827 -
|
2017-12-23 15:28:26 +00:00 |
|
juha
|
025579133c
|
IDE: Simplify PathEditorDialog. Move list of templates to a separate window.
git-svn-id: trunk@56826 -
|
2017-12-23 12:40:22 +00:00 |
|
michael
|
6add3b79ed
|
* Fix bug #32870. Starting webserver to run the project now works
git-svn-id: trunk@56825 -
|
2017-12-23 11:51:27 +00:00 |
|
ondrej
|
0cfcc26fcf
|
LazReport: fix FPC 3.1.1 changes. Issue #32812, patch by Lagunov Aleksey
git-svn-id: trunk@56824 -
|
2017-12-23 07:14:52 +00:00 |
|
balazs
|
37c23339cf
|
Opkman: OptionsFrm, ColorsFrm: Small GUI tweak.
git-svn-id: trunk@56823 -
|
2017-12-23 06:35:18 +00:00 |
|
dmitry
|
2b1a77d9af
|
cocoa: #32829, a patch by David Jenkins, to get a notifications about keys pressed in combobox control
git-svn-id: trunk@56822 -
|
2017-12-23 05:31:42 +00:00 |
|
dmitry
|
8d9100d064
|
cocoa: fix for custom rect draw - only perform it, if custom drawing is requested via LCL control style. Fix for #32845
git-svn-id: trunk@56821 -
|
2017-12-23 05:19:29 +00:00 |
|
juha
|
fdcf607d17
|
SynEdit: Simplify TSynEditUndoItem.IsEqual.
git-svn-id: trunk@56820 -
|
2017-12-22 23:43:23 +00:00 |
|
juha
|
c8f3c37159
|
LCL-QT: Change string types back to WideString from UnicodeString.
git-svn-id: trunk@56819 -
|
2017-12-22 23:43:22 +00:00 |
|
juha
|
67caca351f
|
QtPrinters: Formatting.
git-svn-id: trunk@56818 -
|
2017-12-22 23:43:09 +00:00 |
|
maxim
|
b27ef55216
|
Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@56817 -
|
2017-12-22 14:16:33 +00:00 |
|
balazs
|
afd71f72db
|
Opkman: ShowHintfrm: Make colors user configurable. Commit color form.
git-svn-id: trunk@56816 -
|
2017-12-22 10:18:03 +00:00 |
|
balazs
|
fa1db9d1b6
|
Opkman: ShowHintfrm: Make colors user configurable.
git-svn-id: trunk@56815 -
|
2017-12-22 09:50:03 +00:00 |
|
balazs
|
ee02d44114
|
Opkman: ShowHintfrm: localize "description" and "license". OptionsFrm: GUI tweak.
git-svn-id: trunk@56814 -
|
2017-12-22 06:40:53 +00:00 |
|
maxim
|
e94bf52f12
|
Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@56813 -
|
2017-12-21 14:09:55 +00:00 |
|
balazs
|
869d9fb143
|
Opkman: The hint window for meta packages now is customizable.
git-svn-id: trunk@56812 -
|
2017-12-21 12:47:02 +00:00 |
|
michl
|
41f5452879
|
LCL: TNoteBook: Fixed TNotebook fires OnBeforeShow for destroying pages. Issue #32863. Patch by Rik van Kekem
git-svn-id: trunk@56811 -
|
2017-12-20 21:53:01 +00:00 |
|
balazs
|
2c51aaf235
|
Opkman: Hide hint window when SHIFT is released.
git-svn-id: trunk@56810 -
|
2017-12-20 21:07:59 +00:00 |
|
balazs
|
7e8516f91a
|
Opkman: Bug fix: Exit if the user choose to close the confirmation dialog instead of clicking button No.
git-svn-id: trunk@56809 -
|
2017-12-20 19:47:52 +00:00 |
|
balazs
|
7258640282
|
Opkman: Create destination directory if does not exists. Issue #32857.
git-svn-id: trunk@56808 -
|
2017-12-20 18:21:50 +00:00 |
|
balazs
|
48af81ac3b
|
Opkman: Localize description and license + small GUI tweak.
git-svn-id: trunk@56807 -
|
2017-12-20 16:55:20 +00:00 |
|
balazs
|
374cb2cd6c
|
Opkman: Show hint and license info for meta pacakges. The hint window can be triggered by moving the mouse over the package name + holding shift down.
git-svn-id: trunk@56806 -
|
2017-12-20 13:57:52 +00:00 |
|
juha
|
42a324833e
|
QtPrinters: Use UnicodeString instead of WideString.
git-svn-id: trunk@56805 -
|
2017-12-20 10:57:14 +00:00 |
|
ondrej
|
4d25ca2d88
|
IDE: fix reading LPS run modes.
git-svn-id: trunk@56804 -
|
2017-12-20 09:02:25 +00:00 |
|
mattias
|
cefafdd5ca
|
IDEIntf: added TAbstractRunParamsOptions.ActiveModeName
git-svn-id: trunk@56803 -
|
2017-12-19 22:41:31 +00:00 |
|
maxim
|
2cd8fb8ca6
|
Translations: regenerated once more one file from Chinese translation
git-svn-id: trunk@56799 -
|
2017-12-19 22:14:07 +00:00 |
|
maxim
|
6393c91e5d
|
Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
|
2017-12-19 22:08:00 +00:00 |
|