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
paul
0e5e04980d
ide: reduce verbosity
...
git-svn-id: trunk@14370 -
2008-03-03 02:59:16 +00:00
paul
7234fee1f0
don't try to access empty string members
...
git-svn-id: trunk@14369 -
2008-03-03 02:54:00 +00:00
kirkpatc
ab8d3d88f9
FPDoc - update to Graphics.xml. with insertion of topic 'Progress'
...
git-svn-id: trunk@14368 -
2008-03-02 23:12:42 +00:00
laurent
d6e46fa58f
update bookmark icons
...
git-svn-id: trunk@14367 -
2008-03-02 21:45:37 +00:00
paul
eb1af28f12
simplify TControl.PositionDockRect
...
git-svn-id: trunk@14366 -
2008-03-02 15:36:14 +00:00
paul
38674222ad
drag-dock: take click position into account when dragging control
...
git-svn-id: trunk@14365 -
2008-03-02 15:02:40 +00:00
paul
4c654ea838
improve r14363 #35e5c5db54 workaround
...
git-svn-id: trunk@14364 -
2008-03-02 12:24:06 +00:00
zeljko
35e5c5db54
Qt: workaround for MDI children segfault introduced by new focus changing code.
...
git-svn-id: trunk@14363 -
2008-03-02 10:42:45 +00:00
mattias
46146e7fb2
debexport: clean up
...
git-svn-id: trunk@14362 -
2008-03-02 10:01:57 +00:00
paul
f7c7ce2ff8
qt: use application FocusChanged slot to catch focus change events instead of listening for focus events of individual widgets. This new way should give better feedback from qt about focus changes.
...
git-svn-id: trunk@14361 -
2008-03-02 06:10:36 +00:00
paul
fea0292e3d
qt: cleanup
...
git-svn-id: trunk@14360 -
2008-03-02 05:37:15 +00:00
laurent
9a0566101b
update images
...
git-svn-id: trunk@14359 -
2008-03-01 22:39:27 +00:00
laurent
1382b29f7a
update bookmark icons
...
git-svn-id: trunk@14358 -
2008-03-01 22:21:05 +00:00
laurent
3b2ef57a07
update bookmark icons
...
git-svn-id: trunk@14357 -
2008-03-01 22:17:36 +00:00
mattias
3990bed138
LCL: added debugging
...
git-svn-id: trunk@14356 -
2008-03-01 19:12:36 +00:00
mattias
50840fd57a
lazdatadict: added error for wrong fpc versions
...
git-svn-id: trunk@14355 -
2008-03-01 18:06:35 +00:00
mattias
d44eead55b
fpc deb x86_64: fixed script
...
git-svn-id: trunk@14354 -
2008-03-01 17:08:25 +00:00
tombo
f2b7fed8e1
LazRes: changed assembler style to default (bug #0010917 )
...
git-svn-id: trunk@14353 -
2008-03-01 16:52:45 +00:00
mattias
4815578787
h2pas: fixed compilation
...
git-svn-id: trunk@14352 -
2008-03-01 15:41:43 +00:00
mattias
0264bb3d47
paradox: added error when compiling with wrong fpc version
...
git-svn-id: trunk@14351 -
2008-03-01 15:25:20 +00:00
mattias
5478233071
paradox: renamed README.txt
...
git-svn-id: trunk@14350 -
2008-03-01 14:46:04 +00:00
mattias
1b19210080
translations: grmany: updates from Joerg Braun
...
git-svn-id: trunk@14349 -
2008-03-01 14:09:16 +00:00
mattias
0bc1f23165
paradox: removed michaels paths
...
git-svn-id: trunk@14348 -
2008-03-01 13:54:22 +00:00
mattias
d2e840a1ee
paradox: demo: storing session in IDE config dir
...
git-svn-id: trunk@14347 -
2008-03-01 13:38:15 +00:00
mattias
a4e5ca8215
ports: added FreeBSD ports von Joerg Braun
...
git-svn-id: trunk@14346 -
2008-03-01 13:32:05 +00:00
paul
da1d1dbdd0
reduced verbosity
...
git-svn-id: trunk@14345 -
2008-03-01 13:26:49 +00:00
mattias
c949bf2178
IDE: reduced verbosity
...
git-svn-id: trunk@14344 -
2008-03-01 13:09:26 +00:00
mattias
9525beef2a
openglcontrol: fixed restoring canvas.handle at designtime
...
git-svn-id: trunk@14343 -
2008-03-01 12:59:04 +00:00
paul
53648747fc
fix design time drawing of openglcontext (at least under win32)
...
git-svn-id: trunk@14342 -
2008-03-01 12:53:07 +00:00
mattias
3d96887a31
IDE: fixed updating BuildTarget when rescanning FPC sources
...
git-svn-id: trunk@14341 -
2008-03-01 12:35:48 +00:00
mattias
0840e778f1
IDE: reduced verbosity
...
git-svn-id: trunk@14340 -
2008-03-01 12:16:11 +00:00
mattias
22bd534fe8
IDE: auto renaming project title when renaming project, bug #10902
...
git-svn-id: trunk@14339 -
2008-03-01 12:14:09 +00:00
mattias
8f3ae0f07f
synedit: eoAlwaysVisibleCaret: fixed scrolling when inserting text on identifier completion, bug #10914
...
git-svn-id: trunk@14338 -
2008-03-01 12:00:18 +00:00
mattias
65a770df87
IDE: fixed overriding build target OS/CPU/LCL, bug #10915
...
git-svn-id: trunk@14337 -
2008-03-01 11:28:43 +00:00