Commit Graph

55062 Commits

Author SHA1 Message Date
martin
db95c32b36 IDE: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE.
git-svn-id: trunk@58694 -
2018-08-12 13:47:28 +00:00
martin
c75e6aede7 IDE: SourceEditor, Messages, InitDlg, New warning images / more resolutions. Issue #0034095 by FTurtle
git-svn-id: trunk@58693 -
2018-08-12 13:04:54 +00:00
martin
17cef765d2 REVERT: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE. Therefore 75% is now 11x11 instead of (more correct) 12x12
git-svn-id: trunk@58692 -
2018-08-12 12:57:46 +00:00
martin
6f08839583 IDE: SourceEditor, Messages, InitDlg, New warning issues / more resolutions. Issue #0034095 by FTurtle
git-svn-id: trunk@58691 -
2018-08-12 12:26:47 +00:00
martin
61f473fce7 IDE: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE. Therefore 75% is now 11x11 instead of (more correct) 12x12
git-svn-id: trunk@58690 -
2018-08-12 11:38:37 +00:00
dmitry
c9171d1916 cocoa: update InitClipboard to initialize the internal structure for monitoring pasteboards
git-svn-id: trunk@58689 -
2018-08-11 17:19:45 +00:00
maxim
8727f02d27 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34107
git-svn-id: trunk@58688 -
2018-08-09 23:12:50 +00:00
maxim
e8b3d46b5c LCL: removed unused resource strings
git-svn-id: trunk@58687 -
2018-08-09 23:01:10 +00:00
jesus
8ff1532ca9 LCL: fix dbcombobox editing, issue #33164
git-svn-id: trunk@58686 -
2018-08-08 17:40:19 +00:00
dmitry
002ec43393 cocoa: suppressing mouse events for scrollbars of ManualScroll. #34090
git-svn-id: trunk@58685 -
2018-08-07 04:31:30 +00:00
dmitry
8c7c839198 cocoa: considering WS_DISABLED flag during creation of a handle in lclInitWithCreateParams
git-svn-id: trunk@58684 -
2018-08-07 03:11:43 +00:00
maxim
72cd522235 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58683 -
2018-08-06 23:15:57 +00:00
maxim
c51fc17c4d IDE: fixed small typo in resource strings
git-svn-id: trunk@58682 -
2018-08-06 23:06:19 +00:00
martin
d643f51ec9 IDE, Options: reworded some caption / moved into visible area.
git-svn-id: trunk@58681 -
2018-08-06 14:51:26 +00:00
martin
b3d8d81fe7 Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info)
git-svn-id: trunk@58680 -
2018-08-05 13:05:21 +00:00
martin
9f8beba93e Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info)
git-svn-id: trunk@58679 -
2018-08-05 12:26:21 +00:00
juha
f8fcb833f4 IDE: Macro support for module's filename in "Code Templates" dialog. Issue #33901, patch from errno.
git-svn-id: trunk@58678 -
2018-08-05 08:32:02 +00:00
dmitry
dd0594c20b cocoa: revise keyboard handling. Added support for LM_GETDLGCODE message processing (that queries cocoa controls). Allow arrows navigation is listview
git-svn-id: trunk@58677 -
2018-08-05 07:31:24 +00:00
dmitry
f8eb20ee4a cocoa: restoring editting functionality
git-svn-id: trunk@58676 -
2018-08-05 03:58:23 +00:00
dmitry
b21be64d42 cocoa: common code to support TScrollStyle for ListView and Memo
git-svn-id: trunk@58675 -
2018-08-04 22:28:10 +00:00
dmitry
d8f5f93d77 cocoa: removed special NSScrollView class for ListView. Using the common TCocoaScrollView instead
git-svn-id: trunk@58674 -
2018-08-04 22:13:08 +00:00
juha
deb177f78b LazControls: Add FilterOptions for filter controls. Issue #34057, patch from AlexeyT.
git-svn-id: trunk@58673 -
2018-08-04 21:27:39 +00:00
juha
c0cc3cb5f0 IDE: Prevent an occasional Nil reference when setting a build mode.
git-svn-id: trunk@58672 -
2018-08-04 21:27:33 +00:00
dmitry
b19e69c120 cocoa: cheaper refresh on updating column caption
git-svn-id: trunk@58671 -
2018-08-04 06:52:32 +00:00
dmitry
c3bf77de61 cocoa: fix a mem leak in CocoaListView
git-svn-id: trunk@58670 -
2018-08-04 06:40:50 +00:00
dmitry
358fc2fc15 cocoa: adding a new method to change column headers text. Force the data to be reloaded
git-svn-id: trunk@58669 -
2018-08-04 05:53:12 +00:00
dmitry
041e1e31a9 cocoa: removing debugging message
git-svn-id: trunk@58668 -
2018-08-04 04:56:37 +00:00
dmitry
39cd9e7b38 cocoa: started reimplementing ListView. Remove the dependancy on LCL code. Move the direct storage from NSTableView to the callback object
git-svn-id: trunk@58667 -
2018-08-04 04:53:02 +00:00
martin
23c3367033 IDE, EditorOpts: fix default color for multicaret
git-svn-id: trunk@58666 -
2018-08-02 14:42:11 +00:00
wp
7573ca687b LCL: De-saturate the color of the DBNavigator's cancel icon to get more uniform appearance of disabled navigator buttons.
git-svn-id: trunk@58665 -
2018-08-02 11:50:59 +00:00
martin
2ebe6b1bf7 IDE, EditorOpts: fix default color for multicaret
git-svn-id: trunk@58664 -
2018-08-02 10:03:16 +00:00
juha
416b61b5e3 LazUtils: Make UTF8Process work on Windows with FPC trunk (r39517+). Issue #34048, patch from Pascal Riekenberg
git-svn-id: trunk@58663 -
2018-08-02 09:18:16 +00:00
juha
e5954eac45 ExtToolConsole: Cleanup.
git-svn-id: trunk@58662 -
2018-08-02 09:18:10 +00:00
maxim
2afa04032b LCL: refactored/simplified menu shortcuts i18n handling in order to always show them in correct language, fixes bug #34045
git-svn-id: trunk@58661 -
2018-08-01 22:36:05 +00:00
maxim
a5d1b359f8 Translations: regenerated German translation
git-svn-id: trunk@58660 -
2018-07-31 22:11:28 +00:00
maxim
368347ca99 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34056
git-svn-id: trunk@58659 -
2018-07-31 21:59:47 +00:00
wp
7eed47f9a1 LCL: Make High-DPI imagelist use available resolutions if requested, instead of 100%/150%/200% only (issue #34011).
git-svn-id: trunk@58658 -
2018-07-30 17:20:23 +00:00
wp
9a74097629 Languages: some improved German translations
git-svn-id: trunk@58657 -
2018-07-30 11:20:37 +00:00
dmitry
12a9d30eaa cocoa: preventing popup configuration for Cocoa api for fullscreen modal windows
git-svn-id: trunk@58656 -
2018-07-30 03:14:11 +00:00
dmitry
f956ac233a cocoa: updating support for fullscreen style setting in ws
git-svn-id: trunk@58655 -
2018-07-30 00:05:21 +00:00
maxim
5a3141e0d5 Printers: regenerated translations and updated Russian translation
git-svn-id: trunk@58654 -
2018-07-29 23:52:01 +00:00
maxim
b4c3c23e32 LCL: regenerated German translation
git-svn-id: trunk@58653 -
2018-07-29 23:48:30 +00:00
maxim
7098e0c3a8 Printers: committed missed changes
git-svn-id: trunk@58652 -
2018-07-29 23:47:42 +00:00
maxim
a120f243bd Printers: do not pass to CUPS localized parameter values, localize 'Pages' combobox differently
git-svn-id: trunk@58651 -
2018-07-29 23:45:10 +00:00
maxim
3b03f1ddf5 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58650 -
2018-07-29 23:17:21 +00:00
dmitry
474bd626f3 cocoa: preventing HintWindow from acquiring focus on show
git-svn-id: trunk@58649 -
2018-07-29 20:56:44 +00:00
dmitry
123ec7ffae cocoa: adding a direct call of .keyDown when handling sendEvent() of NSWindow (not NSPanel). Cocoa prevents call to .keyDown() with Control+Arrow Keys in IDE configuration
git-svn-id: trunk@58648 -
2018-07-29 06:31:20 +00:00
martin
17dd3e68b9 SynEdit: Caret Color
git-svn-id: trunk@58647 -
2018-07-28 18:01:10 +00:00
wp
a781aff21b Translations: Update German translation for special key names
git-svn-id: trunk@58646 -
2018-07-28 17:39:58 +00:00
dmitry
71fdf9349f cocoa: resolve the issue with mouse events not processed by TabControl
git-svn-id: trunk@58645 -
2018-07-28 17:11:20 +00:00