Commit Graph

27718 Commits

Author SHA1 Message Date
paul
61ed016376 win32: add IsProcessDPIAware function
git-svn-id: trunk@28171 -
2010-11-10 03:30:14 +00:00
paul
e8dc95ab80 ide: add DpiAware option to the project application options (a part of windows manifest)
git-svn-id: trunk@28170 -
2010-11-10 03:15:38 +00:00
marc
80bf16b385 * Fix compilation on darwin
git-svn-id: trunk@28169 -
2010-11-09 23:10:20 +00:00
martin
7f9a7d957e Debugger use StrToQWord for 64bit / based on patch by Willibald Krenn / issue #17645
git-svn-id: trunk@28168 -
2010-11-09 17:48:05 +00:00
martin
2ef911ad23 Debugger: Refactor start some -exec-* commands to use object-queue, and callback.
git-svn-id: trunk@28167 -
2010-11-09 17:07:47 +00:00
martin
3f0760fa6b Debugger: fix crash from rev 28163 #aac97933fc
git-svn-id: trunk@28166 -
2010-11-09 16:50:23 +00:00
martin
045fa68803 LCLProc: Fixed crash if no console available. Issue #17883 (Introduced in rev 28160 #5569d788c7)
git-svn-id: trunk@28165 -
2010-11-09 15:24:13 +00:00
jesus
2bf077697c LCL, fix dblookupcombobox not updating associated dataset if linked data field was fieldkind=fklookup, issue #15148
git-svn-id: trunk@28164 -
2010-11-09 14:25:58 +00:00
martin
aac97933fc Debuger/SourceEditor: Prevent Applicatio.ProcessMesages from debugger, while SrcEditor is setting up a new tab. Issue #16233
git-svn-id: trunk@28163 -
2010-11-09 14:21:34 +00:00
martin
92d5ca6422 Debugger: Refactor symbol-line-info to use object-queue, and callback. Also schedule initial request during initialisation to occur in paused state (instead of go dsRun, only to interrupt immediately)
git-svn-id: trunk@28162 -
2010-11-09 12:39:14 +00:00
martin
f43c3d1df7 Debugger: more verbos debugln
git-svn-id: trunk@28161 -
2010-11-09 10:21:54 +00:00
martin
5569d788c7 LCL: Introduce DebuglnEnter/Exit
git-svn-id: trunk@28160 -
2010-11-09 02:05:13 +00:00
maxim
f97dd96883 Translations: fix typo in German translation, bug #17877. This string is marked as fuzzy now.
While at this, also slightly improve this string in Russian translation.

git-svn-id: trunk@28159 -
2010-11-08 20:50:09 +00:00
jesus
d112e09512 LCL, implements NullValueKey for dblookuplistbox and dblookupcombobox, issue #14408
git-svn-id: trunk@28158 -
2010-11-08 20:44:44 +00:00
jesus
db0a5c00b2 LCL, make the grids remember the number of fixed/cols/rows after the grid has been cleared, issues #17538 and #17552
git-svn-id: trunk@28157 -
2010-11-08 20:19:22 +00:00
martin
04e116067a Debugger: do not report "thread-group-added" as initialization output
git-svn-id: trunk@28156 -
2010-11-08 16:18:37 +00:00
sekelsenmat
76a77afa7c Finishes the initial implementation of TCDGroupBox and ifdefs out the usage of the freetype library
git-svn-id: trunk@28155 -
2010-11-08 12:21:38 +00:00
paul
4439ab142e lcl: set ToolBar.Transparent = False by default
git-svn-id: trunk@28154 -
2010-11-08 10:34:16 +00:00
paul
a2421a3173 win32: don't use csParentBackground if Themes are not enabled
git-svn-id: trunk@28153 -
2010-11-08 10:29:58 +00:00
paul
1e7ca80be4 win32: fix 2 typos
git-svn-id: trunk@28152 -
2010-11-08 10:23:29 +00:00
paul
f09ed2fb3c lcl: add TStaticText.Transparent property for Delphi compatibility
win32: implement TStaticText.Transparent same way as groupbox transparency

git-svn-id: trunk@28151 -
2010-11-08 09:07:40 +00:00
paul
d49ae27a49 lcl, win32: implement TToolbar.Transparent property
git-svn-id: trunk@28150 -
2010-11-08 08:57:18 +00:00
paul
0fa685a539 win32: remove a mess with painting on notebook, add simple support for csParentBackground required for transparent frames painting
git-svn-id: trunk@28149 -
2010-11-08 08:17:16 +00:00
paul
cd70f00a57 win32: make TGroupBox transparent when its color = parent color
git-svn-id: trunk@28148 -
2010-11-08 07:24:09 +00:00
jesus
e99971ae8e LCL, fix dblookuplistbox AV issue #17869
git-svn-id: trunk@28147 -
2010-11-08 06:54:27 +00:00
paul
b9de3e3bb0 lcl: use real brush color for setting bg color
git-svn-id: trunk@28146 -
2010-11-08 05:34:29 +00:00
paul
bda1a2e021 lcl: if TControlCanvas.Brush.Color = clDefault then use default control color
git-svn-id: trunk@28145 -
2010-11-08 04:43:56 +00:00
paul
d3bb952456 lcl: forgot to change TListView color to clDefault
git-svn-id: trunk@28144 -
2010-11-08 03:43:27 +00:00
paul
f488863f7b wince: implement clDefault support
git-svn-id: trunk@28143 -
2010-11-08 03:17:48 +00:00
paul
8c8ff0c25a win32: teach listview to set correct clDefault color
git-svn-id: trunk@28142 -
2010-11-08 03:16:46 +00:00
paul
c322d95b26 win32: fix CheckListBox brush usage
git-svn-id: trunk@28141 -
2010-11-08 03:05:11 +00:00
paul
d35e85a332 win32: restore wm_erasebkgnd default handler after clDefault experiments
lcl: more proper implementation for clDefault, add UseCLDefault define to compile with clDefault as default color for controls

git-svn-id: trunk@28140 -
2010-11-08 02:27:02 +00:00
paul
ef89f04c0a lcl, win32: create right color brush when color = clDefault
git-svn-id: trunk@28139 -
2010-11-08 01:32:05 +00:00
martin
f77062d277 Debugger: Refactor Registers to use object-queue, and callback. Fixes issue #0017148
git-svn-id: trunk@28138 -
2010-11-08 00:16:23 +00:00
maxim
7c0c1ca957 Translations: Portuguese translation update by Marcelo B Paula, bug #17865
git-svn-id: trunk@28137 -
2010-11-07 23:05:26 +00:00
maxim
fe8eafc313 IDE, Configure Build Lazarus dialog: make more lengthy translation strings fit into Make Modes listbox
git-svn-id: trunk@28136 -
2010-11-07 22:48:19 +00:00
maxim
4fe88f6095 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@28135 -
2010-11-07 22:37:13 +00:00
maxim
70894a4898 IDE, fix layout of Configure Build Lazarus dialog: dont waste space at the left of "Confirm before build" checkbox
git-svn-id: trunk@28134 -
2010-11-07 22:34:30 +00:00
martin
1084369ea4 build laz dlg: fixed an anchor
git-svn-id: trunk@28133 -
2010-11-07 22:01:38 +00:00
martin
1730103b56 SynCompletion: Support wheel scrolling via LM_ instead of WM_. issue #0017872
git-svn-id: trunk@28132 -
2010-11-07 21:34:22 +00:00
martin
3cabb1f3d7 SynCompletion: Support double click to select
git-svn-id: trunk@28131 -
2010-11-07 21:09:34 +00:00
martin
6e5986d416 SynCompletion: Support wheel scrolling. issue #17810
git-svn-id: trunk@28130 -
2010-11-07 20:55:35 +00:00
martin
37980ef821 SynEdit: prevent crash, when deleting lines which have a mark
git-svn-id: trunk@28129 -
2010-11-07 19:16:04 +00:00
martin
82e943fc36 Debugger: prevent Destroy while executing inside debugger object. Issue #17815
git-svn-id: trunk@28128 -
2010-11-07 19:15:01 +00:00
juha
688d2bfc42 Build Lazarus: again some layout and text tweaks.
git-svn-id: trunk@28127 -
2010-11-07 17:51:02 +00:00
maxim
788600f2be IDE: more Russian translation improvements
git-svn-id: trunk@28126 -
2010-11-07 15:54:38 +00:00
maxim
e49ed3fc58 IDE: improved Russian translation
git-svn-id: trunk@28125 -
2010-11-07 15:47:42 +00:00
maxim
473b9abff9 IDE, Add/Rename build profile dialog: improve layout and localization
git-svn-id: trunk@28124 -
2010-11-07 15:46:46 +00:00
maxim
df85ee4a15 regenerated translations; updated Russian translation
git-svn-id: trunk@28123 -
2010-11-07 15:21:41 +00:00
maxim
c0057e87a5 IDE, Configure Build Lazarus dialog: further localization improvements
git-svn-id: trunk@28122 -
2010-11-07 15:21:19 +00:00