paul
845a1c761d
statusbar: implement SizeGrip for gtk2
...
git-svn-id: trunk@14593 -
2008-03-20 07:47:20 +00:00
paul
c11b2c957b
statusbar: implement SizeGrip for qt
...
git-svn-id: trunk@14592 -
2008-03-20 07:32:19 +00:00
paul
9642488f11
statusbar:
...
- better fix for statusbar jumping (from top to bottom)
- add SizeGrip property and implement it for win32 (0001705)
git-svn-id: trunk@14591 -
2008-03-20 07:27:55 +00:00
paul
63d551e608
statusbar: publish OnCreatePanelClass for better compatibility with Delphi
...
git-svn-id: trunk@14590 -
2008-03-20 06:25:50 +00:00
paul
f0081cc693
statusbar: draw themed statusbar if themes are enabled (from ThemeManager of Mike Lischke)
...
git-svn-id: trunk@14589 -
2008-03-20 06:24:42 +00:00
paul
df0c6930b5
TStatuBar:
...
- publish more events and properties
- allow have any align/anchors
- win32: don't reposition StatusBar to bottom if it have another align (0010386)
git-svn-id: trunk@14588 -
2008-03-20 03:54:21 +00:00
andrew
3cb1419cb4
Implented Scrollbar for gtk2
...
Rewrote Scrolling code for Gtk2 Customcontrols. Now all scrollcodes are reported
git-svn-id: trunk@14587 -
2008-03-20 02:59:03 +00:00
mattias
bcc1df0450
codetools: h2p: implemented parsing defines
...
git-svn-id: trunk@14586 -
2008-03-19 14:39:07 +00:00
mattias
baebd44d83
codetools: h2p: implemented parsing #if and #elif expressions
...
git-svn-id: trunk@14585 -
2008-03-19 14:18:59 +00:00
kirkpatc
5cf0c4c222
FPDoc - updates to ActnList.xml, Buttons.xml and ComCtrls.xml - mostly minor formatting corrections
...
git-svn-id: trunk@14584 -
2008-03-19 13:45:33 +00:00
kirkpatc
8ad1e194c2
FPDoc - updates to TControl in Controls.xml
...
git-svn-id: trunk@14583 -
2008-03-19 12:48:19 +00:00
mattias
d3f729367b
codetools: h2p: parsing ifdef, undef, ifndef
...
git-svn-id: trunk@14582 -
2008-03-19 12:38:51 +00:00
mattias
2db3882300
codetools: c parser: implemented parsing directives
...
git-svn-id: trunk@14581 -
2008-03-19 12:33:53 +00:00
mattias
46bfc75db8
codetools: h2p: implemented #endif
...
git-svn-id: trunk@14580 -
2008-03-19 09:55:05 +00:00
mattias
c305d6c5d1
translations: german: updates from Joerg
...
git-svn-id: trunk@14579 -
2008-03-18 19:52:39 +00:00
mattias
98e8e839e5
translations: finnish: updates from Seppo
...
git-svn-id: trunk@14578 -
2008-03-18 19:51:21 +00:00
mattias
70de988f83
codetools: h2p: implemented typedef function pointers
...
git-svn-id: trunk@14577 -
2008-03-18 17:35:31 +00:00
mattias
ad20039e2e
codetools: h2p: implemented struct alias
...
git-svn-id: trunk@14576 -
2008-03-18 16:58:12 +00:00
mattias
ff62c04c02
codetools: h2p: implemented union
...
git-svn-id: trunk@14575 -
2008-03-18 16:40:41 +00:00
mattias
fcb2e8f8cb
codetools: h2p: implemented typedef struct
...
git-svn-id: trunk@14574 -
2008-03-18 16:02:33 +00:00
kirkpatc
3a1499ea41
FPDoc - updates to TWinControl and TControl in Controls.xml
...
git-svn-id: trunk@14573 -
2008-03-18 15:53:30 +00:00
mattias
f483eda4a5
codetools: h2p: implemented parameter type ...
...
git-svn-id: trunk@14572 -
2008-03-18 15:09:39 +00:00
mattias
b8caa1a665
codetools: h2p: implemented function list parameters
...
git-svn-id: trunk@14571 -
2008-03-18 14:57:47 +00:00
mattias
229b2913b9
codetools: c parser: implemented parsing function parameter names
...
git-svn-id: trunk@14570 -
2008-03-18 14:05:40 +00:00
mattias
fb6acb3313
codetools: c parser: implemented parsing function parameters
...
git-svn-id: trunk@14569 -
2008-03-18 13:38:22 +00:00
mattias
261b5cdc0f
codetools: h2p: ignore function modifiers for result type
...
git-svn-id: trunk@14568 -
2008-03-18 12:26:04 +00:00
mattias
8972d10822
codetools: h2p: implemented nested definitions
...
git-svn-id: trunk@14567 -
2008-03-18 11:57:20 +00:00
mattias
893c996a5e
codetools: h2p: implemented struct
...
git-svn-id: trunk@14566 -
2008-03-18 10:58:49 +00:00
mattias
dc866d786a
codetools: h2p: implemented enum values
...
git-svn-id: trunk@14565 -
2008-03-18 10:52:19 +00:00
mattias
175ccd7f03
codetools: h2p: implemented enums
...
git-svn-id: trunk@14564 -
2008-03-18 10:46:33 +00:00
mattias
c592a2172d
codetools: auto resolving auto generated name conflicts
...
git-svn-id: trunk@14563 -
2008-03-18 10:29:09 +00:00
mattias
4358448ef7
gtk intf: initialize var
...
git-svn-id: trunk@14562 -
2008-03-18 09:21:29 +00:00
marc
6c828ea03c
* Callstack speedup. Now enties are fetched in one go from the debugger by Martin Friebe (modified)
...
* Fixed callstack item count
git-svn-id: trunk@14561 -
2008-03-18 01:00:51 +00:00
andrew
0b8a7b047f
Implemented Gtk2 ProgressBar. Mostly a copy of the gtk1 version with some small differences. IFDEFed gtk1 only code to not compile when gtk2 is used.
...
git-svn-id: trunk@14560 -
2008-03-17 21:45:23 +00:00
jesus
0f8b78f1c9
LCL, fixed creating handle during loading of rowheights, hint from C Western, issue #10977
...
git-svn-id: trunk@14559 -
2008-03-17 18:49:19 +00:00
kirkpatc
d965ef92a6
Some updates in Controls.xml to TControlBorderSpacing, and replace <i></i> tags with <var></var>
...
git-svn-id: trunk@14558 -
2008-03-17 18:48:00 +00:00
mattias
bd6c6feddd
codetools: h2p: fixed parsing c decimal number
...
git-svn-id: trunk@14557 -
2008-03-17 17:47:57 +00:00
mattias
3b1f623c30
codetools: h2p: implemented auto generating array types
...
git-svn-id: trunk@14556 -
2008-03-17 17:44:46 +00:00
mattias
d3dd7651c4
codetools: h2p: implemented auto generating pointer types
...
git-svn-id: trunk@14555 -
2008-03-17 16:47:02 +00:00
mattias
2bc0af8524
LCL: translations: fixed reading unitname:identifier to unitname.identifier of po files, bug #10938
...
git-svn-id: trunk@14554 -
2008-03-17 15:41:06 +00:00
mattias
7593e06d86
codetools: implemented conversion of simple c declarations
...
git-svn-id: trunk@14553 -
2008-03-17 15:37:43 +00:00
mattias
535542bc52
codetools: h2p: keeping ctool, creating var nodes
...
git-svn-id: trunk@14552 -
2008-03-17 11:14:07 +00:00
mattias
db1b64812b
codetools: h2p: added trees for pascal and c names
...
git-svn-id: trunk@14551 -
2008-03-17 10:58:20 +00:00
mattias
d2aed0e2c3
codetools: added more ctypes
...
git-svn-id: trunk@14550 -
2008-03-17 09:53:21 +00:00
mattias
a234e5944d
codetools: c parser: distinguish function and variable
...
git-svn-id: trunk@14549 -
2008-03-17 09:31:34 +00:00
marc
3393285e94
* Improved localization of Package Links dialog by Maxim Ganetsky
...
* updateed po files
git-svn-id: trunk@14548 -
2008-03-16 23:58:17 +00:00
marc
71b7fb62a7
* Improved localization of sourceedtor popup menu and updated Russin translation by Maxim Ganetsky
...
* Updated po files
git-svn-id: trunk@14547 -
2008-03-16 23:49:22 +00:00
laurent
8d64244b0e
new menu images
...
git-svn-id: trunk@14546 -
2008-03-16 21:13:14 +00:00
paul
640c672c38
lcl: don't terminate application if mainform modalresult = mrCancel (issue #0009585 )
...
git-svn-id: trunk@14545 -
2008-03-16 08:27:39 +00:00
kirkpatc
20471862d5
Edit Dialogs.xml and Commctrls.xml: replace <i></i> tags with <var></var>
...
git-svn-id: trunk@14544 -
2008-03-16 00:09:27 +00:00