Commit Graph

57021 Commits

Author SHA1 Message Date
dmitry
df43305f89 cocoa: rangechecks on getting selected item index for customlist and comboboxes
git-svn-id: trunk@61072 -
2019-04-28 18:26:31 +00:00
dmitry
c029e0e53e cocoa: prevent a rangecheck error on adjusting tabs
git-svn-id: trunk@61071 -
2019-04-28 18:04:05 +00:00
dmitry
4c2e6c3028 cocoa: checking the presence of tabview before removing it
git-svn-id: trunk@61070 -
2019-04-28 17:47:45 +00:00
dmitry
ee04fcba3b cocoa: making the box to be drawn up-side up
git-svn-id: trunk@61069 -
2019-04-28 16:41:31 +00:00
martin
67f6274cad LazDebuggerGdbmi: Improve "Reset Debugger". Ensure timeouts, if certain options lead to endless waiting.
git-svn-id: trunk@61068 -
2019-04-28 13:31:45 +00:00
martin
dfcb3321a3 LazDebuggerGdbmi: Improve whitelisted commands for memory limit
git-svn-id: trunk@61067 -
2019-04-28 13:31:43 +00:00
martin
157ea70bdb FpDebug: Fix upper/lower spelling of Contents/MacOS
git-svn-id: trunk@61066 -
2019-04-27 15:10:17 +00:00
dmitry
bce16b1033 cocoa: drawing frame3d using NSBox look (mimics carbon)
git-svn-id: trunk@61065 -
2019-04-26 19:57:44 +00:00
juha
09945b4668 LCL: Use "try finally" block for function DefaultInputDialog. Issue #35451, patch from Serge Anvarov.
git-svn-id: trunk@61064 -
2019-04-26 16:08:59 +00:00
dmitry
94fcd9ed54 lcl: update TUpDown WS implementation - setting up the initial Min value
git-svn-id: trunk@61063 -
2019-04-26 13:42:31 +00:00
dmitry
36919b50ca cocoa: removing debugging messages
git-svn-id: trunk@61062 -
2019-04-26 13:41:56 +00:00
dmitry
dc8600b0f2 opengl: revert accidental changes to the example
git-svn-id: trunk@61061 -
2019-04-26 13:28:43 +00:00
dmitry
e653d0cc68 opengl: forcing painting even with NSgraphicContext currentContext assigned. Seems to be Mojave specific behaviour not to provide context. bug #34983
git-svn-id: trunk@61060 -
2019-04-26 13:26:27 +00:00
dmitry
59587a0452 opengl: adding support for Cocoa mouseMove events for Right and Middle mouse buttons. Based on the patch by Chris Rorden. bug #34938
git-svn-id: trunk@61059 -
2019-04-26 12:57:20 +00:00
dmitry
02284c559f cocoa: binding a popup menu to the key window. The window is need to pick up the theme colors
git-svn-id: trunk@61058 -
2019-04-26 12:38:31 +00:00
maxim
d6391d9421 LCLTranslator: optimized commandline parameters handling code a bit (no functional changes)
git-svn-id: trunk@61057 -
2019-04-25 22:48:45 +00:00
martin
142b226591 LazDebuggerFpGdbmi: fixed a crash in watches eval, after cancel of watch eval due to dbg error.
git-svn-id: trunk@61056 -
2019-04-25 17:43:00 +00:00
dmitry
aea75fde5e cocoa: making hint color theme aware. #34360
git-svn-id: trunk@61055 -
2019-04-25 15:24:38 +00:00
juha
290e503af0 LCL: Publish Constraints property for TDBCheckBox, TDBComboBox, TDBCalendar and TDBNavigator. Issue #35392, patch from Joeny Ang.
git-svn-id: trunk@61054 -
2019-04-24 20:22:10 +00:00
juha
6096106179 LCL: Handle mouse events through shaped TWinControl. Issue #35270, patch from ptvs.
git-svn-id: trunk@61053 -
2019-04-24 20:18:37 +00:00
juha
c966415648 CairoCanvas: Allow saving TCairoSVGCanvas to a stream. Support Pen.Mode pmXor. Issues #35425,#30293. Patch from Anton Kavalenka.
git-svn-id: trunk@61052 -
2019-04-24 19:45:35 +00:00
juha
0a6a5d2b43 IDE: Sanity check when loading LPS run modes. Issue #35410, patch from Ondrej.
git-svn-id: trunk@61051 -
2019-04-24 19:16:47 +00:00
juha
0b48576ddd IDE: Speedup Find in Files. Was slowish with LCL-QT5. Issue #35416, patch from rusty_robot.
git-svn-id: trunk@61050 -
2019-04-24 19:02:15 +00:00
juha
bf45896b72 LCL-GTK2: Support fractions of degrees in font orientation. Issue #35437.
git-svn-id: trunk@61049 -
2019-04-24 18:29:15 +00:00
juha
e149d43e6b IDE: Improve layout of "(Show) Compiler Options" form. Issue #35434, patch from Alexey Tor.
git-svn-id: trunk@61048 -
2019-04-24 18:09:11 +00:00
dmitry
8e3bac19a3 cocoa: using colors with hatch style brushes. Patch by David Jenkins. #32825, #34414
git-svn-id: trunk@61047 -
2019-04-24 06:47:50 +00:00
dmitry
991b05a9fd cocoa: remove the restriction for a CocoaWSCustomTabControl to be used by TPageControl only. #34593
git-svn-id: trunk@61046 -
2019-04-24 06:01:38 +00:00
dmitry
df1d49d0d8 cocoa: sending a change notification, if text changed programmatically. #35303
git-svn-id: trunk@61045 -
2019-04-24 05:32:15 +00:00
dmitry
65e0011cc5 cocoa: fix updateproperties method from using a wrong view
git-svn-id: trunk@61044 -
2019-04-24 05:11:21 +00:00
dmitry
4844c73998 cooca: resizing overlay view towards the hosting view
git-svn-id: trunk@61043 -
2019-04-24 05:06:13 +00:00
dmitry
8bc92cc16d cocoa: notifying the main combobox about need of reloadingdata when changes occur
git-svn-id: trunk@61042 -
2019-04-24 04:34:11 +00:00
maxim
ccf03e0d2a LCLTranslator: also allow "--lang=<lang>" commandline parameter in addition to "-l <lang>" and "--lang <lang>", bug #35432
git-svn-id: trunk@61041 -
2019-04-23 23:59:48 +00:00
juha
23bc495d4c LCL-GTK2: Support ampersands in LCLIntf.MessageBox. Issue #35427, patch from Alexey Tor.
git-svn-id: trunk@61040 -
2019-04-22 22:27:18 +00:00
martin
0f2eece126 DwarfViewer: remove -WC
git-svn-id: trunk@61039 -
2019-04-22 12:32:42 +00:00
juha
3df7d8afe5 LCL, LazUtils: Move string manipulation functions from LCLProc to LazStringUtils.
git-svn-id: trunk@61038 -
2019-04-22 09:00:32 +00:00
juha
25dd388ada Packager: Enable building with 3.2 fixes. Issue #35393, patch from Alexey Tor.
git-svn-id: trunk@61037 -
2019-04-22 07:31:42 +00:00
dmitry
825e0eae04 cocoa: update the comment regarding the new method
git-svn-id: trunk@61036 -
2019-04-22 05:39:08 +00:00
dmitry
1f5d0de524 cocoa: adding support of getting information IF dark theme is used
git-svn-id: trunk@61035 -
2019-04-22 05:31:54 +00:00
dmitry
2a63002bd2 cocoa: additional callback cleanup on windows handle destruction
git-svn-id: trunk@61034 -
2019-04-22 04:58:33 +00:00
dmitry
6a5aa14a72 cocoa: disconnecting window content from window for a better reference release
git-svn-id: trunk@61033 -
2019-04-22 02:31:11 +00:00
dmitry
fa7b48de3b cocoa: resolve leaking of window handles
git-svn-id: trunk@61032 -
2019-04-21 22:09:54 +00:00
dmitry
9980e47dc0 cocoa: change processing of AllowDropFiles for forms. Partially based on the patch by Zoë Peterson. Allow files acception even for embeded forms (NSView-based). #35215
git-svn-id: trunk@61031 -
2019-04-21 20:44:46 +00:00
juha
0487347061 IDE: Allow only valid revision numbers to show in IDE title.
git-svn-id: trunk@61030 -
2019-04-21 14:27:53 +00:00
juha
ac23dd220d IDE: Check for 'Unversioned directory' when omitting revision from IDE title.
git-svn-id: trunk@61029 -
2019-04-21 08:11:46 +00:00
martin
519161a185 SynEdit, GTK2: fix ghost caret during scrolling
git-svn-id: trunk@61028 -
2019-04-20 19:57:06 +00:00
joost
cb9c628098 Codetools: Enabled possibility to compile with fpmake
git-svn-id: trunk@61027 -
2019-04-20 19:02:05 +00:00
martin
e98b6c7599 Gtk2: MsgQueue, fix race condition (patch by Boris Glavin) Issue #035395
git-svn-id: trunk@61026 -
2019-04-20 17:48:47 +00:00
joost
8ed5140032 Fppkg: Omit files from fpmake.pp which are not available on any target
git-svn-id: trunk@61025 -
2019-04-20 09:53:50 +00:00
dmitry
e58bf3681c cocoa: adding support for undo redo operations for TEdit and TMemo. Patch by Zoë Peterson. #35421
git-svn-id: trunk@61024 -
2019-04-20 05:21:43 +00:00
dmitry
6431fb7b03 cocoa: change BTNFACE color from controlColor to controlBackground color. Thus any text drawn using controlTextColor would be shown properly. #35074
git-svn-id: trunk@61023 -
2019-04-20 01:23:07 +00:00