Commit Graph

14283 Commits

Author SHA1 Message Date
mattias
cc31f4881a debugger: clean up
git-svn-id: trunk@14420 -
2008-03-05 11:41:47 +00:00
vincents
7d7226758a LCL: fixed memleak in SelectDirectory functions
git-svn-id: trunk@14419 -
2008-03-05 08:36:00 +00:00
vincents
6d91bd3510 LCL: call TreeView OnExpanded event after the screen has been updated (bug #10946)
git-svn-id: trunk@14418 -
2008-03-05 08:25:02 +00:00
jesus
ec867d6c35 LazReport, fix keys when object ispector editor has focus, modified patch from Junior Goncalves, issue #10934
git-svn-id: trunk@14417 -
2008-03-05 07:59:39 +00:00
jesus
97f0e9c95f LazReport, stop propagation of handled cursor key in designer
git-svn-id: trunk@14416 -
2008-03-05 07:18:21 +00:00
paul
7bebb27eab messages:
- change messages name from LM_CUTTOCLIP to LM_CUT, LM_COPYTOCLIP to LM_COPY, LM_PASTEFROMCLIP to LM_PASTE, LM_CLEARSEL to LM_CLEAR since they are come from WM_CUT, WM_COPY, WM_CLEAR, WM_PASTE
- assign windows message number to that messages (fixes issue #0010747)

git-svn-id: trunk@14415 -
2008-03-05 03:52:01 +00:00
paul
8f523aab33 - formatting
- misc

git-svn-id: trunk@14414 -
2008-03-05 03:29:25 +00:00
paul
f17329bc7c fixed wrong assumption in 14401
git-svn-id: trunk@14413 -
2008-03-05 02:45:54 +00:00
paul
df83fa1a25 qt: insert menu items to proper position (tracker issue: #0010842)
git-svn-id: trunk@14412 -
2008-03-05 02:02:04 +00:00
jesus
e536a2251a LCL, added CopyToClipboard method to stringgrid
git-svn-id: trunk@14411 -
2008-03-04 21:33:31 +00:00
mattias
753945f7af tuborpower ipro: added DefaultFontSize from Dieter
git-svn-id: trunk@14410 -
2008-03-04 20:51:29 +00:00
mattias
944b28741c IDE: fixed building lazarus ide item clean
git-svn-id: trunk@14409 -
2008-03-04 20:26:34 +00:00
jesus
2cc82b2869 LCL, grids, VisibleRowCount and VisibleColCount delphi compatible, issue #10932
git-svn-id: trunk@14408 -
2008-03-04 18:47:53 +00:00
mattias
58e4529589 codetools: started h2pastool
git-svn-id: trunk@14407 -
2008-03-04 13:23:11 +00:00
vincents
14ae0b57cc LCL: published TDBMemo.ParentFont (bug #10695)
git-svn-id: trunk@14406 -
2008-03-04 12:04:03 +00:00
vincents
6eeefb5a81 LCL: published TDBCheckbox.ParentFont (bug #10694)
git-svn-id: trunk@14405 -
2008-03-04 12:01:47 +00:00
vincents
7b8e54dadb LCL: fixed default value of TCustomGrid.ScrollBars (bug #10395)
git-svn-id: trunk@14404 -
2008-03-04 10:46:59 +00:00
paul
a91d51cb83 more fixes for opRemove notification handling of TCustomLazControlDocker
git-svn-id: trunk@14403 -
2008-03-04 09:58:35 +00:00
mattias
6ea2bc5ca1 anchordocking: fixed opRemove for menus and menuitems
git-svn-id: trunk@14402 -
2008-03-04 09:42:26 +00:00
paul
64443a3455 fix 2 mem leaks
git-svn-id: trunk@14401 -
2008-03-04 04:36:46 +00:00
mattias
f859d23979 IDE: added anchordocking menu items
git-svn-id: trunk@14400 -
2008-03-03 22:52:50 +00:00
mattias
2132d8a81f IDE: messages windows: added docking popup menu item
git-svn-id: trunk@14399 -
2008-03-03 22:21:09 +00:00
mattias
1842d84966 anchordocking: implemented adding/removing menus
git-svn-id: trunk@14398 -
2008-03-03 22:11:00 +00:00
mattias
256f6f3ad3 IDE: fixed compilation, anchordocking: started menu array
git-svn-id: trunk@14397 -
2008-03-03 21:43:16 +00:00
mattias
b502da52e6 IDE: added anchordocking controls
git-svn-id: trunk@14396 -
2008-03-03 20:46:14 +00:00
mattias
081402952b IDEIntf: removed UseNewMenuEditor
git-svn-id: trunk@14395 -
2008-03-03 20:20:02 +00:00
mattias
ff825a19f2 IDEIntf: added dockmanager
git-svn-id: trunk@14394 -
2008-03-03 20:18:22 +00:00
jesus
231cf03bbb lazreport, fix name when saving report in preview, issue #10925, tip from Boguslaw Brandys
git-svn-id: trunk@14393 -
2008-03-03 20:15:24 +00:00
mattias
22e950cfbb IDE: removed custom-docking code
git-svn-id: trunk@14392 -
2008-03-03 19:59:54 +00:00
vincents
1c9bf367c8 IDE: don't enable docking yet, accidentally committed in r14358 #1382b29f7a
git-svn-id: trunk@14391 -
2008-03-03 19:47:52 +00:00
mattias
5e551fe7a8 synunihighlighter: clean up
git-svn-id: trunk@14390 -
2008-03-03 19:41:35 +00:00
vincents
0835866ba9 translation: commit auto-generated files, they now are correctly sorted alphabetically.
git-svn-id: trunk@14389 -
2008-03-03 18:49:56 +00:00
jesus
525cd7d411 LCL, fix readonly status on several db controls, issue #10867
git-svn-id: trunk@14388 -
2008-03-03 17:57:39 +00:00
mattias
4e6ffac026 codetools: implemented parsing struct name
git-svn-id: trunk@14387 -
2008-03-03 17:05:16 +00:00
mattias
735da60bb7 codetools: implemented parsing typedef functions
git-svn-id: trunk@14386 -
2008-03-03 16:49:19 +00:00
vincents
92375726b6 IDE: build lazarus dialog: don't build starter by default, prevents linking problems on windows when startlazarus is already running.
git-svn-id: trunk@14385 -
2008-03-03 15:04:14 +00:00
vincents
e6f5b453f0 synedit: fixed TSynAnySyn searching for keywords: use AnsiCompareStr, because TStringList uses that internally too.
Maybe a TFastStringList should be created, which overrides TStringList.DoCompareText and calls the faster CompareStr. 
Fixes bug #10913.

git-svn-id: trunk@14384 -
2008-03-03 14:26:49 +00:00
mattias
b82d0ebf3f codetools: implemented parsing unsigned shhort
git-svn-id: trunk@14383 -
2008-03-03 11:35:08 +00:00
mattias
97a2a2f9e8 codetools: added error position to c parser
git-svn-id: trunk@14382 -
2008-03-03 11:16:28 +00:00
kirkpatc
5766c13b6a FPDoc - updates to Graphics.xml - mainly to TBitMap
git-svn-id: trunk@14381 -
2008-03-03 10:47:51 +00:00
paul
63bd92b363 don't change uniteditor height to fit messageview into visible area if messageview is docked into another window
git-svn-id: trunk@14380 -
2008-03-03 10:14:23 +00:00
kirkpatc
60bf098654 FPDoc - formatting changes to topic Progress in Graphics.xml
git-svn-id: trunk@14379 -
2008-03-03 08:48:54 +00:00
paul
d409bf4ad2 decapitalize Constructor and Destructor
git-svn-id: trunk@14378 -
2008-03-03 08:28:46 +00:00
paul
682a924368 typo in comments
git-svn-id: trunk@14377 -
2008-03-03 08:23:10 +00:00
paul
369936c673 more keyword decapitalization
git-svn-id: trunk@14376 -
2008-03-03 08:20:05 +00:00
paul
11de6af8b9 decapitalize all procedure and function keywords to make all looks the same
git-svn-id: trunk@14375 -
2008-03-03 08:06:26 +00:00
paul
e79628a20a calculate DockOffset in screen coordinates
git-svn-id: trunk@14374 -
2008-03-03 06:58:12 +00:00
paul
2b483d841f inline few functions
git-svn-id: trunk@14373 -
2008-03-03 06:39:51 +00:00
paul
921cee3b57 win32: make DrawDefaultDockImage more windows like
git-svn-id: trunk@14372 -
2008-03-03 06:38:54 +00:00
paul
bf42bc94f5 simplify docking code a bit
git-svn-id: trunk@14371 -
2008-03-03 03:17:02 +00:00