Commit Graph

13491 Commits

Author SHA1 Message Date
mattias
8c5c123c5d fpgui intf: fixes from Graeme
git-svn-id: trunk@31316 -
2011-06-21 13:14:04 +00:00
juha
3abbb28e51 LCL: Make ShellTreeView sorting work also when root path is empty. Issue #19571
git-svn-id: trunk@31303 -
2011-06-20 16:37:21 +00:00
zeljko
e6ada195c2 Qt: do not restore lcl app if we are minimized & restored via pager actions (switching virtual desktops).
git-svn-id: trunk@31298 -
2011-06-20 14:17:19 +00:00
blikblum
d05fb70212 win32: FillRgn does not change DC region so not necessary to save the previous value
git-svn-id: trunk@31287 -
2011-06-19 23:39:30 +00:00
juha
9905d6e550 LCL: fix range check error for TScrollBar (win32), issue #19517
git-svn-id: trunk@31284 -
2011-06-19 12:58:11 +00:00
juha
0fb11955f9 LCL Win32: Fix Spinbuttons showing through Panel. Patch from August Klein, Issue #19130
git-svn-id: trunk@31282 -
2011-06-19 11:07:38 +00:00
juha
8d4e521b8d LCL GTK2: Make Panel.OnPaint work. Patch from August Klein, issue #19488
git-svn-id: trunk@31280 -
2011-06-19 08:21:09 +00:00
juha
b3dbb6e552 LCL Win: Call Windows FillRgn and SetStretchBltMode from cross-platform code. Patch from Bernd Gabriel
git-svn-id: trunk@31277 -
2011-06-19 06:47:30 +00:00
blikblum
36e0a4b59f lcl: change gradient types from longint to Cardinal (matches windows declarations)
git-svn-id: trunk@31267 -
2011-06-18 00:01:28 +00:00
mattias
755ba26316 IDE: add unit to uses section: search via codetools
git-svn-id: trunk@31228 -
2011-06-14 18:56:21 +00:00
mattias
9924093041 IDE: code hints: fpdoc links to open the help
git-svn-id: trunk@31224 -
2011-06-14 17:58:24 +00:00
zeljko
7b8e8360b8 Qt: formatting
git-svn-id: trunk@31214 -
2011-06-14 12:19:53 +00:00
zeljko
74bcb1d11f Qt: formatting
git-svn-id: trunk@31213 -
2011-06-14 12:02:08 +00:00
zeljko
d5a9fc581d Qt: do not send resize event if lineedit is child of combobox when csDesigning or TQtComboBox().InUpdate. Fixes bad behaviour when resizing editable combobox during design or runtime.
git-svn-id: trunk@31209 -
2011-06-14 07:21:31 +00:00
mattias
e974f302e5 turbo ipro: update layout in Paint if needed
git-svn-id: trunk@31203 -
2011-06-13 17:59:40 +00:00
mattias
78bb459fc6 IDE: src edit hint: jump to source
git-svn-id: trunk@31187 -
2011-06-12 22:11:46 +00:00
dmitry
bce929a582 carbon: workaround for the wrong inital scrollbars shown. Better solution is required. #19425
git-svn-id: trunk@31180 -
2011-06-12 02:46:36 +00:00
mattias
ef8b26114d LCL: MergeSort: using insertion sort for small arrays
git-svn-id: trunk@31168 -
2011-06-11 15:11:42 +00:00
zeljko
871983422f Qt: implemented TTrackBar themed drawing
git-svn-id: trunk@31165 -
2011-06-11 12:40:13 +00:00
zeljko
2e466d600d Qt: simplification of some code, initialization of qt handles (nil).
git-svn-id: trunk@31162 -
2011-06-11 08:18:36 +00:00
zeljko
63c8a49109 Qt: fixed HUGE mem leak in TQtDeviceContext code where allocated QRegion never has been destroyed, so leak was invisible for heaptrc , but leaked directly qt lib and heap raised dramatically with paint operations.
git-svn-id: trunk@31159 -
2011-06-10 21:11:41 +00:00
jesus
8582b06c3d LCL, added OnUserCheckboxState event to dbgrid
git-svn-id: trunk@31148 -
2011-06-09 20:48:37 +00:00
mattias
016031a066 LCL: comment
git-svn-id: trunk@31147 -
2011-06-09 12:45:10 +00:00
mattias
6c9cc59de9 LCL: TApplication.Destroy: free crit section later
git-svn-id: trunk@31145 -
2011-06-09 11:55:15 +00:00
mattias
44fa8c6766 LCL: made QueueAsyncCall and RemoveAsyncCalls thread safe
git-svn-id: trunk@31143 -
2011-06-09 11:00:09 +00:00
zeljko
23249c0b48 LCL: overrided TControl.Update in TGraphicControl, so it calls Update() only for TGraphicControl client rect, not whole parent handle.
git-svn-id: trunk@31132 -
2011-06-08 07:00:02 +00:00
zeljko
a452810bf5 Qt: fixed bad behaviour of modal forms and TQtMessageBox under metacity window manager. issue #19507
git-svn-id: trunk@31121 -
2011-06-06 16:33:11 +00:00
zeljko
779e0eea41 Qt: TQtWidgetSet introduced WindowManagerName property to handle different behaviour between various wm (especially metacity vs others).
git-svn-id: trunk@31120 -
2011-06-06 15:09:08 +00:00
zeljko
e3970c3176 Qt: fixed regressions introduced by r31087 #4b57ac797b.
git-svn-id: trunk@31119 -
2011-06-06 11:53:46 +00:00
juha
4b57ac797b IDE & LCL: Move focus to editor after hitting breakpoint. Patch from August Klein, issue #15967
git-svn-id: trunk@31087 -
2011-06-05 06:22:54 +00:00
mattias
8f85c6d37a LCL: LRSObjectTextToBinary: do not write widestring, it is not needed and makes trouble by the widestringmanager under windows
git-svn-id: trunk@31040 -
2011-06-04 10:20:21 +00:00
juha
10d948d4b2 LCL: Fix the cursor pointer for SpinEdit buttons and ListView column resize. Patch from August Klein, issues #16542 and #15083
git-svn-id: trunk@31038 -
2011-06-04 07:03:48 +00:00
juha
a4437fdf73 LCL: fix range error when reading an ImageList made with Delphi. Issue #19454
git-svn-id: trunk@31019 -
2011-06-03 00:28:50 +00:00
juha
74a398b683 LCL: Fix PaintTo for GTK2. Patch from August Klein, issue #18242
git-svn-id: trunk@31018 -
2011-06-02 22:51:06 +00:00
jesus
a015faa28d LCL, grids implements moving cell cursor on setting grid.Slectiong, issue #19458
git-svn-id: trunk@31008 -
2011-06-02 06:39:31 +00:00
jesus
89227ce544 LCL, use UTF8 functions on loading and saving grid files, from Maxim Ganetsky, issue #19441
git-svn-id: trunk@31003 -
2011-06-01 20:35:17 +00:00
paul
846a4b446a qt: more work on triangle gradients
git-svn-id: trunk@30972 -
2011-05-30 09:21:45 +00:00
paul
29dd0ebe58 qt: more work on GradientFill
git-svn-id: trunk@30971 -
2011-05-30 08:37:06 +00:00
paul
5e7c2ab4d6 qt: reimplement GradientFill rectangle gradients using Gradient class instead of multiple brush drawing
git-svn-id: trunk@30969 -
2011-05-30 07:56:17 +00:00
paul
8a3c07043c lcl: add TCustomListBox.AddItem() method
git-svn-id: trunk@30968 -
2011-05-30 06:31:01 +00:00
juha
550b1d3a3a LCL, GTK2: Update ScrollBox.VertScrollBar.Position when scrolling with mouse wheel. Patch from August Klein, issue #19428
git-svn-id: trunk@30967 -
2011-05-29 23:08:52 +00:00
mattias
578b02e4ad LCL: GuessEncoding: accelerated
git-svn-id: trunk@30951 -
2011-05-28 09:38:31 +00:00
mattias
1e54c3b399 LCL: clean up
git-svn-id: trunk@30950 -
2011-05-28 09:05:55 +00:00
mattias
acefb49e2f LCL: THelpDBISourceFile.GetBasePath: more SetDirSeparator
git-svn-id: trunk@30949 -
2011-05-28 09:04:17 +00:00
mattias
22e9d7e9cd LCL: TButtonPanel: hide buttons at designtime
git-svn-id: trunk@30940 -
2011-05-27 20:28:39 +00:00
mattias
b68fd5c06b gtk2 intf: added flag Gtk2CallMouseDownBeforeContext to call mousedown before lm_context
git-svn-id: trunk@30939 -
2011-05-27 20:20:17 +00:00
mattias
0123f8938f IDEIntf: moved images to ideintf/images
git-svn-id: trunk@30926 -
2011-05-27 07:41:40 +00:00
paul
de0cfa211a lcl: fix vertical toolbar button positioning + drawing of vertical separators
git-svn-id: trunk@30921 -
2011-05-27 06:39:29 +00:00
paul
a999b71d2c lcl: formatting
git-svn-id: trunk@30919 -
2011-05-27 05:15:38 +00:00
mattias
a80626134d LCL: THelpDBISourceFile: SetDirSeparator
git-svn-id: trunk@30918 -
2011-05-27 04:34:44 +00:00