Commit Graph

27954 Commits

Author SHA1 Message Date
paul
a5f3523e6f lcl: add DefaultColorType argument to TControlCanvas too
git-svn-id: trunk@28307 -
2010-11-18 02:23:34 +00:00
paul
2fd8aba64b lcl: extent GetDefaultColor function to get default Brush and Font colors
git-svn-id: trunk@28306 -
2010-11-18 02:19:50 +00:00
paul
d94f345335 lcl: don't set ActiveControl for design-time forms (issue #0017951)
git-svn-id: trunk@28305 -
2010-11-18 02:05:43 +00:00
martin
91e0cd6ae7 DBG: Assembler, fix check for already received lines
git-svn-id: trunk@28304 -
2010-11-18 01:13:51 +00:00
martin
e43490c669 DBG: Cleanup (removed unused, left overs)
git-svn-id: trunk@28303 -
2010-11-17 23:58:40 +00:00
martin
36f1fbe7c7 DBG: Cleanup (removed unused, left overs)
git-svn-id: trunk@28302 -
2010-11-17 23:47:15 +00:00
martin
e16d7a8322 DBG: Fixed compile on non windows (missing ifdef)
git-svn-id: trunk@28301 -
2010-11-17 22:58:03 +00:00
martin
7283a6aa2f DBG Breakpoints, fixed ghost dublicates. gdb would get 2 breakpoints for one, if source was edited at time breakpoint was inserted
git-svn-id: trunk@28300 -
2010-11-17 22:46:43 +00:00
maxim
4914d6170a regenerated translations; updated Russian translation
git-svn-id: trunk@28299 -
2010-11-17 22:30:17 +00:00
maxim
628a896c36 IDE: improved package system localization
git-svn-id: trunk@28298 -
2010-11-17 22:29:49 +00:00
martin
91609df4dc DBG: Implemented/Fixed show correct thread on windows, if app is paused / Fixes for Disassembler
git-svn-id: trunk@28297 -
2010-11-17 20:55:57 +00:00
martin
e6503c5b71 DBG: Improved handling of re-entrance / reaction to ProcessMessages -- fixed Crashes if resetting debugger, while still initializing it
git-svn-id: trunk@28296 -
2010-11-17 16:59:45 +00:00
martin
cad3f53849 DBD: Improve queue lock handling
git-svn-id: trunk@28295 -
2010-11-17 16:57:52 +00:00
martin
dbe453329d DBG: Refactor (new queue system), move all -exec-* commands to a separate CommandObject
git-svn-id: trunk@28294 -
2010-11-17 13:42:31 +00:00
juha
a6110a1e8b Converter: Check the number of params when replacing funcs. Prevents replacing a variable named Ptr to Pointer(nil).
git-svn-id: trunk@28293 -
2010-11-17 12:19:23 +00:00
sekelsenmat
6ac13121b9 Patch from JiXian Yang, fixes the drawing of the lowered state of TCDButton
git-svn-id: trunk@28292 -
2010-11-17 09:57:47 +00:00
zeljko
aa4e3d6902 LCL: trigger OnSelectionChange() when TCustomListBox.SelectAll called. Fixes issue #17069
git-svn-id: trunk@28291 -
2010-11-17 09:30:07 +00:00
paul
9bcaf5ec16 ide for win32: add recently opened project to the system list of recent files
git-svn-id: trunk@28290 -
2010-11-17 09:27:17 +00:00
zeljko
4a3f4e9227 LCL: editbtn, added DefaultExt property which passes default extension to save dialog in dkSave mode.Patch by Alberto Manganaro.Fixes issue #17463.
git-svn-id: trunk@28289 -
2010-11-17 09:23:18 +00:00
zeljko
9815e521d3 Gtk2: reset LastWFPResult used by WindowFromPoint() in case when shown/hidden,enabled/disabled,moved,resized widget overlaps current cache.Fixes issue #17389
git-svn-id: trunk@28288 -
2010-11-17 08:59:09 +00:00
zeljko
db41426263 Gtk2: fixed crash in TListBox selection handling.Fixes issue #17888
git-svn-id: trunk@28287 -
2010-11-17 08:18:10 +00:00
paul
d1e9b24dcf win32: force preview panel for TPictureSave(Open)Dialog
git-svn-id: trunk@28286 -
2010-11-17 07:51:14 +00:00
zeljko
9d19f99a23 Gtk2: fixed memleak in TGtk2WidgetSet.PromptUser()
git-svn-id: trunk@28285 -
2010-11-17 07:08:21 +00:00
martin
fb6e2e2372 DBG: Breakpoint, fixed break at HitCount
git-svn-id: trunk@28284 -
2010-11-17 02:23:38 +00:00
martin
bcfc277639 IDE, SourceEditor: fix locking debugger, introduced in rev 28280 #4a7e55343e
git-svn-id: trunk@28283 -
2010-11-17 01:51:27 +00:00
maxim
353f8f3bab IDE: improved 'Unable to create backup' message dialog localization
git-svn-id: trunk@28282 -
2010-11-16 23:37:09 +00:00
martin
a78ea52805 SynEdit: make sure Paint is not called in Paintlock
git-svn-id: trunk@28281 -
2010-11-16 22:37:06 +00:00
martin
4a7e55343e IDE, SourceEditor: prevent debugger App.ProceessMessages while SynEdit is updating. This caused random crashes, and visual glitches
git-svn-id: trunk@28280 -
2010-11-16 21:23:56 +00:00
maxim
915695edf1 IDE, Add/Rename build profile dialog: made OK button default and slightly improved layout
git-svn-id: trunk@28279 -
2010-11-16 21:22:21 +00:00
martin
aa8b8c8e39 SynEdit: Added OnChangeUpdating
git-svn-id: trunk@28278 -
2010-11-16 21:21:59 +00:00
martin
8090f3b5b7 IDE, SourceEditor: reload execution marks (blue dots), if reverting files
git-svn-id: trunk@28277 -
2010-11-16 20:05:21 +00:00
vincents
260987976d deb packages: package also the lazcontrols units, but not the removed cgi package units
git-svn-id: trunk@28276 -
2010-11-16 20:02:12 +00:00
martin
2a9bc33e49 DBg: Disassembler, handle unreadable blocks / fix endless loop
git-svn-id: trunk@28275 -
2010-11-16 15:54:56 +00:00
martin
f7f5b30cd8 DBg: Disassembler, fixed exception in DebugLn/Verbose
git-svn-id: trunk@28274 -
2010-11-16 15:42:31 +00:00
martin
da249707cb DBg: Disassembler, reduce the amount of not-required data being disassembled
git-svn-id: trunk@28273 -
2010-11-16 15:28:23 +00:00
martin
4642d7c179 DBg: Disassembler, don't request with outdated address
git-svn-id: trunk@28272 -
2010-11-16 15:26:45 +00:00
paul
1688a1e6a8 lcl: don't clear BrushResourceCache directly (fixes bug #0017647)
git-svn-id: trunk@28271 -
2010-11-16 14:28:38 +00:00
paul
f5461a5c18 win32: draw menubar with COLOR_MENU in case of non flat menus (bug #0017867)
git-svn-id: trunk@28270 -
2010-11-16 13:25:54 +00:00
zeljko
650a8ad5d0 Gtk2: fix gtk errors when calling TGtk2WSCustomGroupBox.GetPreferredSize() with nil label. fixes issue #17948
git-svn-id: trunk@28269 -
2010-11-16 12:40:01 +00:00
paul
8890b2e2a1 lcl: set TFPCustomFont flags on TFont.Style change (bug #0017930)
git-svn-id: trunk@28268 -
2010-11-16 08:25:56 +00:00
mattias
5f6a2af4de IDE: fixed TBaseCompilerOptions.SetLinkerOptions, bug #17946
git-svn-id: trunk@28267 -
2010-11-16 08:21:03 +00:00
mattias
6e77b99059 codetools: fixed mem leak on finalization, bug #17915
git-svn-id: trunk@28266 -
2010-11-16 08:07:04 +00:00
paul
05a43c2437 win32: ifdef all vista open/save dialog code
git-svn-id: trunk@28265 -
2010-11-16 07:10:46 +00:00
martin
2228bf61f3 DBg: Disassembler, show all changes of src-info
git-svn-id: trunk@28264 -
2010-11-16 03:14:01 +00:00
martin
c60d4f0b6f DBG: Disassembler Make sure we retrieve complete src-info
Watches: Fix Mem leak

git-svn-id: trunk@28263 -
2010-11-16 03:11:54 +00:00
paul
bbd6520a72 win32: handle CanClose = False for cancel clicks in Vista dialogs
git-svn-id: trunk@28262 -
2010-11-16 02:38:52 +00:00
paul
d73133ed38 win32: properly implement SelectionChange event for vista dialogs
git-svn-id: trunk@28261 -
2010-11-16 02:23:28 +00:00
martin
8a9ae3f278 DBG: disassembler, changed(fixed) prefetch policy
git-svn-id: trunk@28260 -
2010-11-16 01:42:08 +00:00
martin
d8e607cb2e DBG: Fix Disassembler results
git-svn-id: trunk@28259 -
2010-11-16 01:41:32 +00:00
maxim
208242d7df regenerated translations; updated Russian translation
git-svn-id: trunk@28258 -
2010-11-16 00:02:21 +00:00