juha
d6624128a1
LazControls: Improve and optimize the filter controls. Issue #34057 , patch from AlexeyT.
...
git-svn-id: trunk@59225 -
2018-10-02 09:47:13 +00:00
maxim
9dfe44db86
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34368
...
git-svn-id: trunk@59223 -
2018-10-01 23:00:18 +00:00
maxim
a02df1166a
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34367
...
git-svn-id: trunk@59222 -
2018-10-01 22:56:03 +00:00
mattias
87ecd828b1
lcl: gtk2: less hints
...
git-svn-id: trunk@59220 -
2018-10-01 15:16:00 +00:00
mattias
08eec7aad8
turbopower_ipro: less hints
...
git-svn-id: trunk@59218 -
2018-10-01 15:14:34 +00:00
mattias
f9799efe90
lazutils: less hints
...
git-svn-id: trunk@59216 -
2018-10-01 15:13:34 +00:00
mattias
1fb0143559
lazdebuggers: less hints
...
git-svn-id: trunk@59214 -
2018-10-01 15:13:00 +00:00
mattias
1c63f4c944
ideintf: less hints
...
git-svn-id: trunk@59212 -
2018-10-01 15:11:48 +00:00
mattias
7fde8c4b92
fpdebug: less hints
...
git-svn-id: trunk@59210 -
2018-10-01 15:10:56 +00:00
mattias
14c6216cd1
debuggerintf: less hints
...
git-svn-id: trunk@59208 -
2018-10-01 15:08:29 +00:00
juha
21ce8c93c4
LCL: Prevent a double validation message in TStringGrid. Issue #34306 , patch from Tintinux.
...
git-svn-id: trunk@59207 -
2018-10-01 08:41:39 +00:00
dmitry
969020a44e
cocoa: update insertion and removal of rows in cocoa table (fix implementation from #34319 )
...
git-svn-id: trunk@59206 -
2018-10-01 03:19:08 +00:00
dmitry
5bb6685e21
cocoa: fix the conversion between WS to LCL tab index #34361
...
git-svn-id: trunk@59205 -
2018-10-01 01:14:16 +00:00
wp
a88125b782
TAChart: deprecate all reticule-related methods and properties (was incomplete). Less hints and warnings.
...
git-svn-id: trunk@59197 -
2018-09-30 20:29:05 +00:00
dmitry
7e97caf04a
cocoa: adding a check for TCocoaTextLayout.Draw procedure. Do nothing if string is empty or invalid. Prevents SynEdit crashes for unicode characters
...
git-svn-id: trunk@59196 -
2018-09-30 20:14:02 +00:00
dmitry
bbd07791c8
cocoa: update key processing, adding more exception for non-printable keys
...
git-svn-id: trunk@59195 -
2018-09-30 19:47:13 +00:00
juha
e07ac1935a
LCL-GTK2: Revert r59192 #fe117548f3 and prevent the Gtk-WARNING in a better way. Issue #34352 , patch from accorp.
...
git-svn-id: trunk@59194 -
2018-09-30 15:57:05 +00:00
juha
9bf572e8e2
LCL: Define the old CLX colors only with "DefineCLXColors". They have been deprecated forever.
...
git-svn-id: trunk@59193 -
2018-09-30 15:24:34 +00:00
juha
fe117548f3
LCL-GTK2: Prevent Gtk-WARNING generated when splitter closes panel. Issue #34352 , fixed by Chris Rorden.
...
git-svn-id: trunk@59192 -
2018-09-30 12:14:55 +00:00
juha
ec579d65bc
LCL-GTK3: Fix menu radio group. Issue #34350 , patch from Anton Kavalenka.
...
git-svn-id: trunk@59191 -
2018-09-30 11:32:10 +00:00
juha
6febd8c78e
LCL-GTK3: Add typecasts for Color types. The code may still be wrong but can be tested with Range checks on.
...
git-svn-id: trunk@59190 -
2018-09-30 11:32:05 +00:00
dmitry
aa172aad8f
cocoa: updating drawing of ownerdrawn statusbar
...
git-svn-id: trunk@59189 -
2018-09-30 01:24:55 +00:00
dmitry
2533d88dc4
cocoa: removed redundant key emulation events (introduced with #32829 ). With the latest changes in key handling events those are no longer needed
...
git-svn-id: trunk@59188 -
2018-09-30 01:06:17 +00:00
dmitry
9c1f561955
cocoa: implementing owner drawn for status bar panels. #34338
...
git-svn-id: trunk@59187 -
2018-09-29 22:07:37 +00:00
michl
8d0fe522bb
LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
...
git-svn-id: trunk@59186 -
2018-09-29 21:54:00 +00:00
dmitry
a4503bccc0
cocoa: additional control over cocoa window levels
...
git-svn-id: trunk@59185 -
2018-09-29 21:33:29 +00:00
michl
e355e20721
LCL: TComboBox: Fixed OnEditingDone is fired twice when pressing ENTER. Issue #33992
...
git-svn-id: trunk@59184 -
2018-09-29 19:40:13 +00:00
dmitry
ed5c165da1
cocoa: adding exception for processing key equivalents and return key, if a first responder is capable of processing the return key. #34354
...
git-svn-id: trunk@59183 -
2018-09-29 15:54:28 +00:00
michael
036872251b
* Remove debug writelns
...
git-svn-id: trunk@59182 -
2018-09-29 10:19:45 +00:00
michael
5d99da3b53
* Search for components, refresh recent files.
...
git-svn-id: trunk@59181 -
2018-09-29 10:10:53 +00:00
michael
f79380078f
* Let spotter window be managed by IDE (bug #34353 )
...
git-svn-id: trunk@59180 -
2018-09-29 08:39:09 +00:00
dmitry
2a10162c7b
cocoa: update key event handling. Not all characters from macOS are suitable for LCL KeyPress
...
git-svn-id: trunk@59179 -
2018-09-29 05:15:17 +00:00
dmitry
aa5acf09a9
cocoa: using a single place to process keyDown event related to LCL callbacks
...
git-svn-id: trunk@59178 -
2018-09-29 04:27:41 +00:00
juha
75d1f28106
LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones.
...
git-svn-id: trunk@59177 -
2018-09-28 12:25:39 +00:00
juha
33374c2b95
IDE: In "New Component" dialog resize the buttons based on icon image size. Improve initial dir for selecting icon.
...
git-svn-id: trunk@59176 -
2018-09-28 11:06:53 +00:00
juha
c9e4614e17
Delete old deprecated methods.
...
git-svn-id: trunk@59175 -
2018-09-28 11:06:40 +00:00
michl
dfcfeda781
LCL: TListBox: Fixed selection is not cleared when the Clear method is called. Issue #33887
...
git-svn-id: trunk@59174 -
2018-09-27 20:05:45 +00:00
maxim
f1b4455580
IDE: regenerated translations and updated Russian translation
...
git-svn-id: trunk@59173 -
2018-09-26 23:06:06 +00:00
maxim
0af5bf1620
IDE: cleaned up unused resource string
...
git-svn-id: trunk@59172 -
2018-09-26 23:01:29 +00:00
michael
464cbc13a2
* Allow opening recent files/packages/projects
...
git-svn-id: trunk@59171 -
2018-09-26 19:13:15 +00:00
juha
24f8569925
IDE: Support 3 icons with different resolutions in "New Component" dialog. Improve the GUI.
...
git-svn-id: trunk@59170 -
2018-09-26 17:49:33 +00:00
juha
571647e302
LazUtils: Move ExtractFileNameWithoutExt to LazFileUtils. Rhymes with ExtractFileNameOnly.
...
git-svn-id: trunk@59169 -
2018-09-26 17:49:27 +00:00
juha
03042bfb7d
Split command line parameters also when "Run without Debugging". Patch by Ondrej.
...
git-svn-id: trunk@59168 -
2018-09-26 08:37:19 +00:00
wp
20eaebb8b3
LCL: Fix incorrect checked state after deleting an item of a TCheckGroup (issue #34327 ).
...
git-svn-id: trunk@59167 -
2018-09-25 16:28:10 +00:00
wp
87edd68840
IDE: Add button to copy version info to clipboard to AboutForm (suggested in report #34325 )
...
git-svn-id: trunk@59166 -
2018-09-25 11:42:02 +00:00
michael
51b431043e
* Some visual improvements:
...
* Load options on startup.
* Button to go to settings
* Margins around controls
* Better Left and right margin inside listbox
* Use different default colors (maroon, navy)
* Handle keydown instead of key up, so repeat is enabled.
git-svn-id: trunk@59165 -
2018-09-25 07:44:13 +00:00
dmitry
a6d2915670
cocoa: the first oddity of modal sessions. Context Menu would not call an action to indicate the menu item selected #34325
...
git-svn-id: trunk@59164 -
2018-09-25 04:21:13 +00:00
dmitry
61657c490e
cocoa: propagating LM_CONTEXTMENU to parents
...
git-svn-id: trunk@59163 -
2018-09-25 00:43:24 +00:00
maxim
12d9cbbafb
Packager: cleaned up unused unit
...
git-svn-id: trunk@59162 -
2018-09-24 22:15:22 +00:00
mattias
45217310eb
codetools: clean up
...
git-svn-id: trunk@59161 -
2018-09-24 17:38:29 +00:00