Commit Graph

55101 Commits

Author SHA1 Message Date
dmitry
cafa0499b0 cocoa: supporting NSScroller class with a simple click navigation. #34156
git-svn-id: trunk@58743 -
2018-08-20 03:04:27 +00:00
maxim
a351c9f8fe Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34139
git-svn-id: trunk@58742 -
2018-08-19 23:08:36 +00:00
michl
1d1986b465 LCL: Always create enabled controls in designer. Regression revision 58448 #9733fa84ab. Delphi compatible.
git-svn-id: trunk@58740 -
2018-08-19 09:27:46 +00:00
dmitry
f9781e8831 cocoa: allowing zero page scroll info
git-svn-id: trunk@58739 -
2018-08-19 05:18:37 +00:00
dmitry
b792a1d155 cocoa: removing style decoration #34070
git-svn-id: trunk@58738 -
2018-08-18 17:02:33 +00:00
dmitry
7d70349393 cocoa: initial divider support for TSplitter
git-svn-id: trunk@58737 -
2018-08-18 16:57:10 +00:00
dmitry
6032e1679b cocoa: using default arrowCursor for AppStart cursor. #34137
git-svn-id: trunk@58736 -
2018-08-18 14:46:04 +00:00
michl
4a554390db LCL: QT and QT5: Show controls disabled when Enabled = False. Regression from revision 58448 #9733fa84ab. Issue #34018 Patch by Zeljan Rikalo
git-svn-id: trunk@58735 -
2018-08-18 07:02:27 +00:00
dmitry
9a41d92215 cocoa: support checkbox gray state. #34142
git-svn-id: trunk@58734 -
2018-08-18 00:54:10 +00:00
dmitry
fa4c81aa42 cocoa: making file filter more robust for invalid data
git-svn-id: trunk@58733 -
2018-08-17 00:29:07 +00:00
dmitry
16334b0b94 cocoa: fixing compiler warnings
git-svn-id: trunk@58732 -
2018-08-16 23:58:49 +00:00
dmitry
f2649a561f cocoa: returning actual result for ClipboardGetFormats
git-svn-id: trunk@58731 -
2018-08-16 23:49:54 +00:00
dmitry
e813dbc042 cocoa: adding comparison of selection range for listview and reporting changes of selected items
git-svn-id: trunk@58721 -
2018-08-16 04:29:07 +00:00
michael
bc7f4d73ab * Correct handling of non-modal window
git-svn-id: trunk@58720 -
2018-08-15 17:49:26 +00:00
michael
0f4021f622 * Correct handling of non-modal window
git-svn-id: trunk@58719 -
2018-08-15 17:48:46 +00:00
michael
0ef49c088c * Reset compile command
git-svn-id: trunk@58718 -
2018-08-15 17:45:47 +00:00
michael
80aa4c6d3e * Fieldmap and typesafe data access
git-svn-id: trunk@58717 -
2018-08-15 17:41:18 +00:00
michael
5dc595d46f * Register TCSVDataset
git-svn-id: trunk@58716 -
2018-08-15 17:38:28 +00:00
balazs
f1f9b9f521 Opkman: Shortcut keys for different commands(form).
git-svn-id: trunk@58715 -
2018-08-15 13:58:29 +00:00
balazs
238230207e Opkman: Shortcut keys for different commands.
git-svn-id: trunk@58714 -
2018-08-15 13:33:58 +00:00
martin
a574baf772 ImageList.AddImages(OtherList) optimization. See Issue #034122 patch by Ondrej
git-svn-id: trunk@58713 -
2018-08-15 10:59:19 +00:00
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
maxim
f2caf1009a PoChecker: fixed off-by-one errors when showing updating/drawing progress in Graphical Statistics window
git-svn-id: trunk@58710 -
2018-08-14 22:24:29 +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
6c939a12bd IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58701 -
2018-08-13 22:48:13 +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
mattias
b44987edd9 IDE: package links: delete online link: show error message
git-svn-id: trunk@58699 -
2018-08-13 15:23:13 +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
martin
9c5d04d5dc IDE, startlazarus, buildlazarus: Ensure params (long vs short version) from command-line override lazarus.cfg (last given on command line will be taken). Issue #0034069
git-svn-id: trunk@58696 -
2018-08-12 15:22:54 +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
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