Commit Graph

53383 Commits

Author SHA1 Message Date
juha
647e21c6a7 LCL-QT: Restore Char type which was changed in r56640 #e2435a5cd6.
git-svn-id: trunk@56931 -
2018-01-03 09:56:54 +00:00
juha
241124c159 Designer: Simplify DoDeletePersistent.
git-svn-id: trunk@56930 -
2018-01-03 09:56:41 +00:00
ondrej
1d105883fa IDE: Desktops: save ObjectInspector ComponentTreeHeight property.
git-svn-id: trunk@56929 -
2018-01-03 07:55:30 +00:00
dmitry
8ad44212f9 cocoa: fix window resize/move message to report the accurate coordinates
git-svn-id: trunk@56928 -
2018-01-03 05:17:36 +00:00
dmitry
dbb96b2de8 cocoa: introducing lclContentView method (see wiki for the description) to be used when invalidating a control. #32147
git-svn-id: trunk@56927 -
2018-01-03 00:28:39 +00:00
dmitry
32000402a9 cocoa: simplified 1 pixel drawn code
git-svn-id: trunk@56926 -
2018-01-02 23:38:16 +00:00
mattias
f2ae3c60c6 lcl: win32: use IsFontNameDefault
git-svn-id: trunk@56925 -
2018-01-02 11:38:49 +00:00
dmitry
6f2b73a083 cocoa: fix the special case for 1 pixel lines drawn. Using the actual line direction to draw a line (the problem is seen, whenever line width is greater than 1) #32926
git-svn-id: trunk@56924 -
2018-01-02 11:36:47 +00:00
dmitry
9409fc34cc cocoa: cleaning up compiler warnings in cocoatrayicon
git-svn-id: trunk@56923 -
2018-01-02 11:31:26 +00:00
dmitry
6958bb4494 cocoa: cleaning up compiler warnings in cocoaprivate
git-svn-id: trunk@56922 -
2018-01-02 11:31:08 +00:00
dmitry
8954ecedea cocoa: cleaning up compiler warnings in cocoawscomctrls
git-svn-id: trunk@56921 -
2018-01-02 11:29:38 +00:00
dmitry
2a82b83b2d cocoa: cleaning up compiler warnings in cocoawsstdctrls
git-svn-id: trunk@56920 -
2018-01-02 11:28:34 +00:00
mattias
f1f6d63834 LCL: added flag -dDisableLCLPNM
git-svn-id: trunk@56919 -
2018-01-02 11:22:01 +00:00
mattias
67369fd401 LCL: added flag -dDisableLCLPNM
git-svn-id: trunk@56918 -
2018-01-02 11:12:59 +00:00
mattias
9f704743c9 LCL: added flag -dDisableLCLGIF
git-svn-id: trunk@56917 -
2018-01-02 11:09:37 +00:00
mattias
4973871dad LCL: added flag -dDisableLCLTIFF
git-svn-id: trunk@56916 -
2018-01-02 11:07:49 +00:00
mattias
b89efa53dc LCL: added flag -dDisableLCLJPEG
git-svn-id: trunk@56915 -
2018-01-02 11:06:27 +00:00
mattias
151a644780 IDE: clean up
git-svn-id: trunk@56914 -
2018-01-02 11:01:11 +00:00
ondrej
129140c672 IDE: Desktops: save ObjectInspector grid splitter and info panel properties.
git-svn-id: trunk@56913 -
2018-01-02 05:36:42 +00:00
dmitry
56bdf66786 cocoa: handling recration of TCocoaMenuItem, considering that it could be an immediate child of TMenu or TMainMenu, in which case it is a different handle for Cocoa (NSMenu or NSMainMenu)
git-svn-id: trunk@56912 -
2018-01-02 02:42:14 +00:00
dmitry
b42e54fd96 cocoa: getting rid of compiler warnings
git-svn-id: trunk@56911 -
2018-01-02 02:04:22 +00:00
ondrej
be6ec02cd2 LCL: TListView: store column widths on handle destruction. Issue #32922
git-svn-id: trunk@56910 -
2018-01-01 20:58:03 +00:00
ondrej
44d4157a28 LCL: TListView: fix setting column width. Issue #32920
git-svn-id: trunk@56909 -
2018-01-01 20:48:32 +00:00
balazs
12997708a7 LCL: Win32: Prevent memory leak + exception when GlobalAlloc api fails. Leak reported on the forum.
git-svn-id: trunk@56908 -
2018-01-01 20:47:02 +00:00
ondrej
c038b06190 IDE: Remove IDE Options -> Environment -> Windows -> Window Positons. Issue #29742
git-svn-id: trunk@56907 -
2018-01-01 20:26:46 +00:00
dmitry
089d2c7493 cocoa: fix the bounds rect returned for TForm from WS. returning an invalid bounds rect was causing the client rects to be invalidates for children controls. #32886
git-svn-id: trunk@56906 -
2018-01-01 19:42:35 +00:00
ondrej
898dfa1617 gtk2: menuitem: draw custom Bitmap even if ImageList is assigned. Issue #32918, patch from C Western
git-svn-id: trunk@56905 -
2018-01-01 19:40:05 +00:00
juha
f8d6369f36 Designer: Do not free component's PopupMenuComponentEditor when deleting a CollectionItem. Issue #32820.
git-svn-id: trunk@56904 -
2018-01-01 19:31:49 +00:00
juha
53853067a7 Packager: Less verbose PackageLinks.
git-svn-id: trunk@56903 -
2018-01-01 19:31:44 +00:00
wp
5d273b98d3 mrumenu: New Hi-DPI component palette icon (by Roland Hahn)
git-svn-id: trunk@56902 -
2018-01-01 17:53:01 +00:00
wp
8263f9c4ca dbexport: New Hi-DPI palette icons by Roland Hahn, remove old xpm icons
git-svn-id: trunk@56901 -
2018-01-01 17:51:02 +00:00
wp
51533e9d13 CustomDrawn: new Hi-DPI palette icons (by Roland Hahn)
git-svn-id: trunk@56900 -
2018-01-01 17:39:14 +00:00
dmitry
cfcf7e7176 cocoa: proper local variables initialization for OpenDialog files filter. #32895
git-svn-id: trunk@56899 -
2018-01-01 16:38:05 +00:00
dmitry
de4c41e457 cocoa: returning proper client rect for tabview
git-svn-id: trunk@56898 -
2018-01-01 15:57:57 +00:00
dmitry
692926ff2f cocoa: using device colors, instead of calibrated colors
git-svn-id: trunk@56897 -
2018-01-01 14:48:48 +00:00
dmitry
8416eecb07 cocoa: using RGB as fill color, instead of Generic color space RGB for consistency with stroke colors. #32914
git-svn-id: trunk@56896 -
2018-01-01 00:16:51 +00:00
dmitry
8557db7ed1 cocoa: prevent mouse events on window's non-client area for consistency with other widgetsets
git-svn-id: trunk@56895 -
2017-12-31 21:36:30 +00:00
dmitry
c31964a7b0 cocoa: inverting mouse pos, only if coordinate system of control needs it
git-svn-id: trunk@56894 -
2017-12-31 16:53:22 +00:00
dmitry
c41a113269 cocoa: fix scrollbox callback use. ScrollView should be using its own content callback. #32881
git-svn-id: trunk@56893 -
2017-12-31 16:49:16 +00:00
juha
ed1cd9335d LazUtils: Add a new function UTF8ProperCase() to unit LazUTF8.
git-svn-id: trunk@56892 -
2017-12-31 08:49:05 +00:00
dmitry
dd5f953aae cocoa: adding the code to compensate for Cocoa feature, of mouseUp even not being called for Windows title
git-svn-id: trunk@56891 -
2017-12-31 06:54:52 +00:00
dmitry
d6118dcce8 cocoa: subclassing NSApplication, in order to get isRunning property to return true. That affects the behaviour of NSWindows whenever they're closed or hidden. #32177
git-svn-id: trunk@56890 -
2017-12-31 02:47:45 +00:00
mattias
987603f4b8 IDE: fixed uninitialized function result
git-svn-id: trunk@56889 -
2017-12-31 00:48:03 +00:00
zeljko
4ebb387946 Qt: fixed crash with checkable listview when item is deleted inside OnItemChecked event. issue #32869
git-svn-id: trunk@56888 -
2017-12-31 00:37:50 +00:00
zeljko
528fcceaf4 Qt5: fixed crash when checkable item is deleted inside ItemChecked event. issue #32869
git-svn-id: trunk@56887 -
2017-12-31 00:25:16 +00:00
michl
fc690b742f IDE: Fixed IDE crash after putting a activex control on form. Issue #32375
git-svn-id: trunk@56886 -
2017-12-31 00:24:57 +00:00
zeljko
8efbb5db9e qt,qt5: disable itemcheck and selectitem if listview is disabled. issue #32910
git-svn-id: trunk@56885 -
2017-12-30 23:53:26 +00:00
wp
7e59f25f89 LCL: Alternative fix of issue #32383 avoiding crash of DBCombobox
git-svn-id: trunk@56884 -
2017-12-30 20:57:13 +00:00
wp
3750bde9cd LCL: Undo r55912 and r55894 #14e5f42ff3 (crashing DBCombobox if focused and mousewheel is rotated, see comment at issue #32463)
git-svn-id: trunk@56883 -
2017-12-30 20:54:51 +00:00
juha
dc9ee2274f IDE: Formatting.
git-svn-id: trunk@56882 -
2017-12-30 20:23:59 +00:00