Commit Graph

20302 Commits

Author SHA1 Message Date
juha
84d4fd6a4d LCL-GTK2: Fix compilation with GTK2 on Windows. Issue #34127, patch from errno.
git-svn-id: trunk@58712 -
2018-08-15 08:44:26 +00:00
jesus
824d21014a LCL: reset row's top and bottom bounds after drawing cell and fix merge cells example issue #34017
git-svn-id: trunk@58711 -
2018-08-15 08:07:10 +00:00
dmitry
c03952b491 cocoa: fix compilation for i386
git-svn-id: trunk@58709 -
2018-08-14 20:59:09 +00:00
jesus
e040a8ff23 LCL: Fix painting extended cell, issue #34017
git-svn-id: trunk@58708 -
2018-08-14 18:43:13 +00:00
dmitry
486ab4194a cocoa: default mouseUp processing for listview. #32011
git-svn-id: trunk@58707 -
2018-08-14 18:43:05 +00:00
dmitry
ef0c500711 cocoa: forwarding mousemove events to a non-focused windows
git-svn-id: trunk@58706 -
2018-08-14 17:45:43 +00:00
dmitry
3e0ed09945 cocoa: update mousehandling for nstextview. preventing wrong mouseup event
git-svn-id: trunk@58705 -
2018-08-14 15:53:43 +00:00
dmitry
728361e306 cocoa: update interface ClientToScreen api call to recognize clientOffset for non-composite controls. todo: ScreenToClient must be updated accordingly
git-svn-id: trunk@58704 -
2018-08-14 15:37:28 +00:00
martin
1877bd1e5c Fix ImageList.AddImages(OtherList) using PPI. Issue #034122 by Ondrej
git-svn-id: trunk@58703 -
2018-08-14 15:29:17 +00:00
dmitry
b965f155dc cocoa: taking page size into account when setting or getting scrollbar info
git-svn-id: trunk@58702 -
2018-08-14 13:16:46 +00:00
maxim
4c7c08a39c LCL: added TextToShortCutRaw and ShortCutToTextRaw functions, which expect/have UNlocalized input/output, contrary to TextToShortCut and ShortCutToText functions, which expect/have localized input/output (their behavior has not changed and seems to be Delphi compatible). New functions are useful when user wishes to store shortcut text in config file. Fixes bug #23082.
git-svn-id: trunk@58700 -
2018-08-13 22:25:50 +00:00
dmitry
82c256d58a cocoa: additional check for existance of a column object for CheckColumnParams
git-svn-id: trunk@58698 -
2018-08-13 01:05:09 +00:00
jesus
8a2aeb9fd9 LCL: implements dbimage clipboard support from Aleksey Lagunov (with changes), issue #33602
git-svn-id: trunk@58697 -
2018-08-12 18:58:58 +00:00
dmitry
aa9cfe7f1a cocoa: move clipboard (cocoa-pasteboard) related implementation into a separate unit. Update the behaviour of ClipboardGetFormats function to return the actual information from the pasteboard. #34121
git-svn-id: trunk@58695 -
2018-08-12 14:38:28 +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
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
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
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
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
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
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
b4c3c23e32 LCL: regenerated German translation
git-svn-id: trunk@58653 -
2018-07-29 23:48:30 +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
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
wassim
257f905284 Fix for bug #34009 (TBitBtn with Kind other than bkCustom crashes application). Patch by Lacak
git-svn-id: trunk@58642 -
2018-07-28 07:26:40 +00:00
bart
e675379977 Win32 and CustomDrawn: fix compilation with fpc trunk after r39480 #e67589ea6f. Issue #0034022.
git-svn-id: trunk@58639 -
2018-07-26 20:47:03 +00:00
juha
41dc46374f LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils.
git-svn-id: trunk@58634 -
2018-07-25 23:44:54 +00:00
juha
d43fa548b8 LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.
git-svn-id: trunk@58630 -
2018-07-25 13:38:59 +00:00
wp
b40b0339fa LCL: Fix crash of grid when it is cleared while a cell is in edit mode.
git-svn-id: trunk@58625 -
2018-07-24 21:21:44 +00:00
wp
f7e5c6c595 LCL: Fix grid not being repainted when the last row is deleted by setting RowCount to 0 (issue #34025, comment #0109658).
git-svn-id: trunk@58624 -
2018-07-24 19:09:14 +00:00
wp
eadf7690aa LCL: Fix grids crashing when a key is pressed after the last row has been deleted (issue #34025)
git-svn-id: trunk@58623 -
2018-07-24 19:02:59 +00:00
juha
b20cf40349 Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
2018-07-24 17:49:21 +00:00
juha
0500052f06 Move functions CompareCaret and CompareBoolean away from IDEProcs, to LCLProc and LazUtilities respectively.
git-svn-id: trunk@58618 -
2018-07-24 17:49:11 +00:00