blikblum
|
b6cd220e6d
|
gtk2: remove GTKMap (not used)
git-svn-id: trunk@53865 -
|
2017-01-03 14:09:00 +00:00 |
|
blikblum
|
9304de70c0
|
gtk2: simplify GetWinControlWidget
git-svn-id: trunk@53864 -
|
2017-01-03 14:08:53 +00:00 |
|
blikblum
|
eb69e77541
|
gtk2: remove remaining code used to supress warnings
git-svn-id: trunk@53863 -
|
2017-01-03 14:08:46 +00:00 |
|
blikblum
|
e25c495758
|
gtk2: do type check only once in DoDeliverPaintMessage
git-svn-id: trunk@53862 -
|
2017-01-03 14:08:39 +00:00 |
|
blikblum
|
375b5e1736
|
gtk2: remove check in edit_drag_data_received. Seems that was used to supress compiler hints but has side effects
git-svn-id: trunk@53861 -
|
2017-01-03 14:08:05 +00:00 |
|
blikblum
|
96726974b7
|
gtk2: remove redundant typecasts / Removes code used to supress hint
git-svn-id: trunk@53860 -
|
2017-01-03 14:07:59 +00:00 |
|
blikblum
|
fd332f1b2a
|
gtk2: Enclose code used only to debug in EventTrace define
git-svn-id: trunk@53859 -
|
2017-01-03 14:07:52 +00:00 |
|
blikblum
|
6877851905
|
gtk2: remove code that was used only to supress hint. Use compiler directive instead
git-svn-id: trunk@53858 -
|
2017-01-03 14:07:45 +00:00 |
|
blikblum
|
7e47287541
|
gtk2: remove uneeded typecast in key snooper
git-svn-id: trunk@53857 -
|
2017-01-03 14:07:37 +00:00 |
|
blikblum
|
ebcefd5e9a
|
gtk2: fix typo in NeedShiftUpdateAfterFocus
git-svn-id: trunk@53856 -
|
2017-01-03 14:07:31 +00:00 |
|
blikblum
|
b620b473b5
|
gtk2: remove redundant checks and casts
git-svn-id: trunk@53855 -
|
2017-01-03 14:07:24 +00:00 |
|
blikblum
|
e6a01b5d3f
|
gtk2: enclose debug specific code inside define
git-svn-id: trunk@53854 -
|
2017-01-03 14:07:17 +00:00 |
|
juha
|
39fe54c5f6
|
Make LCL and LazUtils compile for Amiga systems (NoGUI). Issue #31186, patch from Marcus Sackrow.
git-svn-id: trunk@53853 -
|
2017-01-03 12:01:49 +00:00 |
|
michl
|
37df3d9157
|
Menu designer: Prevent AV (occurs with SpartaDockedFormEditor) when sub menu is inserted after new menu item was inserted.
git-svn-id: trunk@53852 -
|
2017-01-03 11:45:19 +00:00 |
|
michl
|
b8e6ac48a0
|
Menu designer: Prevent AV, if Menu designer is opened and more then one TPopupMenu are edited and selected in Object inspector.
git-svn-id: trunk@53851 -
|
2017-01-03 09:48:20 +00:00 |
|
sekelsenmat
|
ffc1493b4a
|
cocoa: Patch for bug #30372: Drag and drop on app icon does not work with Cocoa widget set
git-svn-id: trunk@53850 -
|
2017-01-03 06:19:42 +00:00 |
|
sekelsenmat
|
f9a5f928c7
|
cocoa: Patch for bug #30817 Disabled menu items do not appear disabled
git-svn-id: trunk@53849 -
|
2017-01-03 06:15:15 +00:00 |
|
juha
|
39edd3b2b6
|
LCL: Add more title attributes in TCustomGrid.LoadColumns and SaveColumns. Issue #31173, patch from Andrey Korol.
git-svn-id: trunk@53848 -
|
2017-01-03 00:10:48 +00:00 |
|
juha
|
cd6981962f
|
IDE: Allow restoring TUseUnitDialog size less than 500x460. Issue #31180, patch from FTurtle.
git-svn-id: trunk@53847 -
|
2017-01-02 23:19:19 +00:00 |
|
michl
|
1cafe8164f
|
Menu designer: Free Shadowmenu at the same moment, when menu designer handler hook is removed.
git-svn-id: trunk@53846 -
|
2017-01-02 22:52:52 +00:00 |
|
michl
|
227b8222b5
|
Menu designer: Prevent AV by opening menu designer after deleting menu item in object inspector.
git-svn-id: trunk@53845 -
|
2017-01-02 22:27:05 +00:00 |
|
juha
|
a6975f0f66
|
Converter: Fix the return value of MaybeAddPackageDep. (It was not used yet, no bugs caused.)
git-svn-id: trunk@53844 -
|
2017-01-02 22:26:21 +00:00 |
|
juha
|
f009e795cb
|
Converter: Reorder and improve resource strings.
git-svn-id: trunk@53843 -
|
2017-01-02 22:02:53 +00:00 |
|
juha
|
19cecf179f
|
Converter: Update uses sections already before checking LFM file. Unknown units screwed up parsing. Especially "Windows" unit on Linux.
git-svn-id: trunk@53842 -
|
2017-01-02 22:02:51 +00:00 |
|
juha
|
7328ad5783
|
Converter: Improve adding missing units and package dependencies etc. Issue #30895.
git-svn-id: trunk@53841 -
|
2017-01-02 22:02:50 +00:00 |
|
juha
|
5e8fb9d46e
|
Converter: A minor optimization.
git-svn-id: trunk@53840 -
|
2017-01-02 22:02:35 +00:00 |
|
blikblum
|
98866fb02d
|
gtk2: do not set fill, tile or stipple in SelectObject
git-svn-id: trunk@53839 -
|
2017-01-02 20:11:17 +00:00 |
|
blikblum
|
9108c60199
|
gtk2: allocate background color in TextOut when drawing opaque text (same as what was done for ExtTextOut in rev 38758 #06660654be). Issue #31187
git-svn-id: trunk@53838 -
|
2017-01-02 20:00:07 +00:00 |
|
jesus
|
42132a8872
|
LCL, dbgrid: implements OnRowMoved event (public) by Gabor Boros (with changes), issue #31061
git-svn-id: trunk@53837 -
|
2017-01-02 17:59:38 +00:00 |
|
zeljko
|
7f6f830071
|
Qt5: use Qt mouse capture, fixes problems with MDI under win32.
git-svn-id: trunk@53836 -
|
2017-01-02 17:45:48 +00:00 |
|
jesus
|
99bb8c5526
|
LazReport: lrCodeReport: Fix: procedure TextOutXY. Use scale values, from Julio Jiménez B., issue #31155
git-svn-id: trunk@53835 -
|
2017-01-02 17:37:31 +00:00 |
|
ondrej
|
b7eac8eeca
|
win32: fix scrolling boundaries. Issue #31183, patch by Michl
git-svn-id: trunk@53834 -
|
2017-01-02 17:15:40 +00:00 |
|
blikblum
|
5a0d2dc90a
|
gtk2: fix drawing with pattern bitmap brushes. Related to issue #23663
git-svn-id: trunk@53833 -
|
2017-01-02 10:42:11 +00:00 |
|
michl
|
3b823338c4
|
Menu designer: deleting a menu item in designer, refreshing object inspector
git-svn-id: trunk@53832 -
|
2017-01-01 20:41:40 +00:00 |
|
zeljko
|
da10ad0af2
|
Gtk2: set proper window hints. Patch by AlexeyT. issue #13051
git-svn-id: trunk@53831 -
|
2017-01-01 15:09:37 +00:00 |
|
zeljko
|
74de2aeee7
|
Qt5: fixed wrong X & Y coordinates when Rect param is nil and options contains ETO_OPAQUE.
git-svn-id: trunk@53830 -
|
2017-01-01 13:58:21 +00:00 |
|
zeljko
|
55b8db5af8
|
Qt: fixed wrong X & Y coordinates when Rect param is nil and options contains ETO_OPAQUE.
git-svn-id: trunk@53829 -
|
2017-01-01 13:58:03 +00:00 |
|
zeljko
|
fcdcae4206
|
Qt,Qt5: reverted wrong X & Y for opaque
git-svn-id: trunk@53828 -
|
2017-01-01 13:12:28 +00:00 |
|
zeljko
|
042b662492
|
Qt5: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING
git-svn-id: trunk@53827 -
|
2017-01-01 12:36:37 +00:00 |
|
zeljko
|
85e23e66e3
|
Qt: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING
git-svn-id: trunk@53826 -
|
2017-01-01 12:36:09 +00:00 |
|
zeljko
|
dc36528c42
|
LCL: Implemented ETO_RTLREADING for TCanvas.TextOut(). issue #30514
git-svn-id: trunk@53825 -
|
2017-01-01 12:04:11 +00:00 |
|
zeljko
|
29e4421f5a
|
IDE: viewunit_dlg, inc height of item by 2px if itemheight <= ideimages16
git-svn-id: trunk@53824 -
|
2017-01-01 11:45:54 +00:00 |
|
zeljko
|
3f8a24ce5b
|
IDE: useunitdlg, make item height 2px bigger than 16px ide images.
git-svn-id: trunk@53823 -
|
2017-01-01 11:32:28 +00:00 |
|
zeljko
|
cb2c44b6a0
|
IDE: fixed crash with "Open unit". issue #31178
git-svn-id: trunk@53822 -
|
2017-01-01 11:06:44 +00:00 |
|
zeljko
|
e5c103cca1
|
IDE: fixed AV in anchoreditor. Patch by FTurtle. issue #31177
git-svn-id: trunk@53821 -
|
2017-01-01 10:24:59 +00:00 |
|
juha
|
dbe940a8c7
|
IDE: Set Toolbar and button state correctly in Coolbar config. Issue #31154.
git-svn-id: trunk@53820 -
|
2016-12-31 17:25:24 +00:00 |
|
zeljko
|
047946fc48
|
Qt5: pass MouseUp event from transparent widget to the LCL. part of issue #30232
git-svn-id: trunk@53819 -
|
2016-12-31 15:05:23 +00:00 |
|
juha
|
221dce6d01
|
Sparta docked form editor: Tweak code that gets OI to make it more readable.
git-svn-id: trunk@53818 -
|
2016-12-31 13:11:54 +00:00 |
|
juha
|
3fe2624774
|
Menu designer: Prevent a crash when OI was closed. Issue #31152, patch from AlexeyT.
git-svn-id: trunk@53817 -
|
2016-12-31 13:11:35 +00:00 |
|
zeljko
|
95cacda273
|
LCL: cleanup
git-svn-id: trunk@53816 -
|
2016-12-31 13:07:51 +00:00 |
|