Commit Graph

24014 Commits

Author SHA1 Message Date
martin
dd2476a1cc SynEdit HighlighterAny: Fixed updating the Comment Value
git-svn-id: trunk@24290 -
2010-03-29 20:15:32 +00:00
dmitry
e40d947c7d carbon: IsWindow implementation
git-svn-id: trunk@24289 -
2010-03-29 19:44:17 +00:00
zeljko
be3e5448c6 gtk,gtk2,qt: fixed IsWindow() to check for all handles, not windows (forms) only.
git-svn-id: trunk@24288 -
2010-03-29 14:50:37 +00:00
mattias
674746ce0d codetools: TFindDeclarationTool.CheckDependsOnNodeCaches, check each tool only once, even if writelock is not activated
git-svn-id: trunk@24287 -
2010-03-29 13:10:26 +00:00
zeljko
dd97a09f46 LCL: TCustomForm.ShowModal() use LCLIntf.IsWindow(ActiveWindow) instead ActiveWindow <> 0 for check, since ActiveWindow can dissappear in the meantime.
git-svn-id: trunk@24286 -
2010-03-29 13:01:33 +00:00
zeljko
53edb14849 wince: added IsWindow()
git-svn-id: trunk@24285 -
2010-03-29 12:48:19 +00:00
zeljko
f8cb0875ea win32: added IsWindow()
git-svn-id: trunk@24284 -
2010-03-29 12:45:42 +00:00
zeljko
caf4b2dd3f LCL: added IsWindow(HWND), implemeted IsWindow() for qt, gtk and gtk2.
git-svn-id: trunk@24283 -
2010-03-29 12:42:58 +00:00
ask
b2f0afcdb6 TAChart: Add TChartReticuleTool
git-svn-id: trunk@24282 -
2010-03-29 12:02:48 +00:00
marc
52cb04e21d * Added PtrSize Map id types
git-svn-id: trunk@24281 -
2010-03-29 11:51:36 +00:00
ask
3791b08ca0 TAChart: Make AllowZoom work again
git-svn-id: trunk@24280 -
2010-03-29 11:34:39 +00:00
ask
2b054216fc TAChart: Move TChartTool and TChartToolset to TATools unit
git-svn-id: trunk@24279 -
2010-03-29 11:29:50 +00:00
martin
d15a3634aa SourceEditor: Invalidate breakpoint lines
git-svn-id: trunk@24278 -
2010-03-29 11:26:53 +00:00
ask
3dc68f371a TAChart: Add TATools unit. Move TChartZoomDragTool there.
git-svn-id: trunk@24277 -
2010-03-29 10:56:12 +00:00
ask
130b0d9d2d TAChart: Move PrepareXorPen procedure to TAChartUtils unit
git-svn-id: trunk@24276 -
2010-03-29 10:32:36 +00:00
ask
fa6eba8104 TAChart: Add TChartTool, TChartToolset and TChartZoomDragTool classes.
* This is the initial step to interactive tools support

git-svn-id: trunk@24275 -
2010-03-29 10:27:07 +00:00
ask
ab09e5bdac TAChart: Fix compilation of drag-and-drop demo
git-svn-id: trunk@24274 -
2010-03-29 10:12:39 +00:00
ask
82d6431bee TAChart: Extract ZoomToRect procedure
git-svn-id: trunk@24273 -
2010-03-29 09:51:47 +00:00
mattias
c5bbdc8b0e codetools: reduced debugging
git-svn-id: trunk@24272 -
2010-03-29 08:02:54 +00:00
mattias
eff858c038 codetools: added consistency check for TFindDeclarationTool.AddToolDependency
git-svn-id: trunk@24271 -
2010-03-29 08:00:46 +00:00
ask
e88dd4706f TAChart: Remove unused method SetAxisColor
git-svn-id: trunk@24270 -
2010-03-29 06:14:46 +00:00
dmitry
290606207c carbon: fix for destroyed widget sending focus change lcl messages
git-svn-id: trunk@24269 -
2010-03-29 05:42:07 +00:00
dmitry
f2cabe722a carbon: fix for RestoreDCData, patch by Jonas Maebe
git-svn-id: trunk@24268 -
2010-03-29 05:33:13 +00:00
maxim
64cd420c82 regenerated translations; updated Russian translation
git-svn-id: trunk@24267 -
2010-03-28 22:05:40 +00:00
juha
d25b0a5799 Converter: use {$IFDEF FPC} instead of {$IFDEF LCL}
git-svn-id: trunk@24266 -
2010-03-28 18:09:00 +00:00
juha
699d0d13ba Make "convert DFM" menu text more truthful. Improve and refactor its code.
git-svn-id: trunk@24265 -
2010-03-28 16:52:56 +00:00
martin
9dcf68db43 SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco
git-svn-id: trunk@24264 -
2010-03-28 12:48:30 +00:00
mattias
1ee2beda9e LCL: TLabel: do not change size in DoAutoSize, TWinControl.CreateWnd: invalidatepreferredszie of childs - needed for non TWinControl
git-svn-id: trunk@24263 -
2010-03-28 11:53:08 +00:00
mattias
ed6915b885 LCL: removed wrong TCustomPage.AdjustClientRect, bug #15205
git-svn-id: trunk@24262 -
2010-03-28 08:38:14 +00:00
maxim
0e648dd6d1 LCL: fixed a typo which breaks IDE compilation with -dOldAutoSize
git-svn-id: trunk@24261 -
2010-03-28 00:10:18 +00:00
mattias
a0fc2ffad5 codetools: fixed AddListToTreeOfPCodeXYPosition freeing old position, bug #15942
git-svn-id: trunk@24260 -
2010-03-27 23:38:32 +00:00
mattias
4f5b4cc836 LCL: TToolBar: improved CalculatePreferredSize
git-svn-id: trunk@24259 -
2010-03-27 23:12:39 +00:00
mattias
4396ed019b LCL: UpdateControlState: hiding: call UpdateShowing
git-svn-id: trunk@24258 -
2010-03-27 23:01:15 +00:00
mattias
01c218b44b IDE: pnlSpeedButtons: AutoSize
git-svn-id: trunk@24257 -
2010-03-27 22:58:49 +00:00
mattias
9ec360a2e8 LCL: newautosize: AutoSizeDelayed ignore HandleAllocated, UpdateControlState: call AdjustSize instead of UpdateShowing to delay showing after the bounds have been computed
git-svn-id: trunk@24256 -
2010-03-27 22:58:28 +00:00
martin
d68907ebac SourceEditor: Improved dragging tabs (visual) (fix visual leftovers)
git-svn-id: trunk@24255 -
2010-03-27 21:35:06 +00:00
zeljko
9addaa05da Qt: fixed margine size in oxygen & nitrogen themes. fixes #16129
git-svn-id: trunk@24254 -
2010-03-27 21:27:39 +00:00
martin
b467cb0938 SourceEditor: Improved dragging tabs (visual) (fixed)
git-svn-id: trunk@24253 -
2010-03-27 21:07:45 +00:00
zeljko
6c6bdd4c89 Qt: allow LCL resize message in case of TQtMainWindow since WindowState can be changed in the meantime.
git-svn-id: trunk@24252 -
2010-03-27 19:13:13 +00:00
martin
5482a98b94 SourceEditor: Improved dragging tabs (visual)
git-svn-id: trunk@24251 -
2010-03-27 18:37:36 +00:00
zeljko
4b3c327bae Qt: fix segfault with TQtWsMenuItem.DestroyHandle() when our form contains main menu but it's destroyed via SlotDestroy(LM_DESTROY), since TCustomForm.DestroyWnd isn't called in this case.
git-svn-id: trunk@24250 -
2010-03-27 17:15:31 +00:00
martin
aedba3f0d2 SourceEditor: Improved dragging tabs
git-svn-id: trunk@24249 -
2010-03-27 15:30:49 +00:00
zeljko
8b981c9c48 Gtk: better fix for #16127.
git-svn-id: trunk@24248 -
2010-03-27 14:33:49 +00:00
zeljko
0c98e064f9 Gtk: statictext widget must set usize in case of new autosize. fixes #16127
git-svn-id: trunk@24247 -
2010-03-27 13:48:46 +00:00
martin
10df69f897 SourceEditor: Activate Window, before sending notification
git-svn-id: trunk@24246 -
2010-03-27 12:17:39 +00:00
zeljko
ac6443ca7f Qt: qtwsstdctrls - removed unused units
git-svn-id: trunk@24245 -
2010-03-27 12:01:03 +00:00
zeljko
18b2bcb1d9 Qt: qtwsstdctrls cleanup and reorganisation.
git-svn-id: trunk@24244 -
2010-03-27 11:58:33 +00:00
martin
3a75910f27 SourceEditor: Fixed a crash, after closing one of multiply windows (due to issue with indent)
git-svn-id: trunk@24243 -
2010-03-27 11:49:42 +00:00
zeljko
cfbe8408b6 Qt: allow TQtStaticText mouse signals. fixes #16126
git-svn-id: trunk@24242 -
2010-03-27 11:21:44 +00:00
zeljko
84357bd226 Qt: reorganized TQtListWidget code a bit.
git-svn-id: trunk@24241 -
2010-03-27 11:17:16 +00:00