vincents
5602b9a48c
- constructor/destructor is now supported
...
- resourcestrings are being used
from Darius
git-svn-id: trunk@7709 -
2005-09-15 10:42:38 +00:00
mattias
e15d34e787
added some gdkpixbuf debugging
...
git-svn-id: trunk@7708 -
2005-09-15 09:20:23 +00:00
mattias
3fa34fd61f
added CheckFilesOnDisk on saving project
...
git-svn-id: trunk@7707 -
2005-09-15 08:58:17 +00:00
marc
e1b1eceef0
* Fixed callback removal in items
...
git-svn-id: trunk@7706 -
2005-09-14 23:16:51 +00:00
mattias
fa8807c13c
added check files on disk when activating main ide bar
...
git-svn-id: trunk@7705 -
2005-09-14 23:11:24 +00:00
vincents
848e445e9b
64 bit fixes
...
git-svn-id: trunk@7704 -
2005-09-14 21:32:07 +00:00
micha
86419b045d
do not erase background in WM_CTLCOLOR... ; force erase background in groupboxes on winxp, having black borders around buttons (fixes bug #943 )
...
git-svn-id: trunk@7703 -
2005-09-14 20:21:37 +00:00
vincents
991408b9d6
added documentation from Darius
...
git-svn-id: trunk@7702 -
2005-09-14 20:21:29 +00:00
vincents
bd931cdfa7
fixed memleaks
...
git-svn-id: trunk@7701 -
2005-09-14 10:08:04 +00:00
vincents
3ced7b3748
documented RaiseGDBException
...
git-svn-id: trunk@7700 -
2005-09-14 09:15:30 +00:00
vincents
fcaea16a7a
set svn lineending to #10
...
git-svn-id: trunk@7699 -
2005-09-14 09:00:04 +00:00
vincents
3ef25feed0
Only show lazdoc menu item, if EnableLazDoc is defined
...
git-svn-id: trunk@7698 -
2005-09-14 08:57:16 +00:00
vincents
bfa0ec0d88
use custom function to get #10 delimited text, TStringList adds quotes
...
git-svn-id: trunk@7697 -
2005-09-14 08:53:25 +00:00
vincents
12d6e19fab
edited description of debugln (testing EnableLazDoc)
...
git-svn-id: trunk@7696 -
2005-09-14 08:35:30 +00:00
vincents
261a39025a
fixed line endings
...
git-svn-id: trunk@7695 -
2005-09-14 08:02:13 +00:00
vincents
c7a4fc2557
fixed line endings
...
git-svn-id: trunk@7694 -
2005-09-14 07:53:16 +00:00
vincents
8408068fd7
changed line ending svn property to LF
...
git-svn-id: trunk@7693 -
2005-09-14 07:40:20 +00:00
vincents
fd1a7b2358
- stores edited data with unix line ending
...
- converts retrieved data from XML file to native line ending
- errors and short elements are now also supported
- some unnescesary updating is now prevented
From Darius
git-svn-id: trunk@7692 -
2005-09-14 07:35:22 +00:00
mattias
c727146b87
implemented ide command scopes in keymapping, not functional yet
...
git-svn-id: trunk@7691 -
2005-09-14 00:17:45 +00:00
vincents
defdd14239
fixed showing contents of TMemo, if it contained text in design mode (bug #1053 )
...
git-svn-id: trunk@7690 -
2005-09-13 20:45:00 +00:00
mattias
787523db4d
fixed mem leak on checking installed packages
...
git-svn-id: trunk@7689 -
2005-09-13 17:53:53 +00:00
mattias
4c9f760c42
fixed gtk bsSizeToolWin
...
git-svn-id: trunk@7688 -
2005-09-13 17:52:52 +00:00
marc
64e7faabb8
* fixed wheelmouse scrolling
...
git-svn-id: trunk@7687 -
2005-09-13 17:31:01 +00:00
vincents
bc6b4b5817
dump exception stacktrace if adding component fails
...
git-svn-id: trunk@7686 -
2005-09-13 13:48:32 +00:00
mattias
47a5b4d0de
added lazdoc IDE feature, enable with -dEnableLazDoc from Darius Blaszijk
...
git-svn-id: trunk@7685 -
2005-09-13 10:46:20 +00:00
vincents
f642713874
removed unused variable
...
git-svn-id: trunk@7684 -
2005-09-13 10:39:28 +00:00
mattias
fe472efdb3
clean up
...
git-svn-id: trunk@7683 -
2005-09-13 10:13:33 +00:00
mattias
0a33790987
fixed updating TScrollBar.Constraints on chaning Kind
...
git-svn-id: trunk@7682 -
2005-09-12 23:25:32 +00:00
mattias
9e4a4eeb01
implemented TComboBox.OnSelect from Andrew Haines
...
git-svn-id: trunk@7681 -
2005-09-12 22:31:13 +00:00
mattias
6c4c6cdbd2
added TTreeView items editor from Lagunov Aleksey
...
git-svn-id: trunk@7680 -
2005-09-12 22:22:28 +00:00
mattias
c2deb580ce
improved some lfm error handling
...
git-svn-id: trunk@7679 -
2005-09-12 22:12:24 +00:00
vincents
a641b3fe25
Fixed sizing of the progress label
...
git-svn-id: trunk@7678 -
2005-09-12 11:29:19 +00:00
mattias
924ba29164
forms loaded with errors are now tried to be freed
...
git-svn-id: trunk@7677 -
2005-09-12 10:39:54 +00:00
vincents
db47221357
ListBox needs draw event if it is ownerdrawn.
...
git-svn-id: trunk@7676 -
2005-09-12 09:48:45 +00:00
mattias
90c9bc8170
added DisableAutoSizing/EnableAutoSizing, fixed crash on adding a notebook page with autosized controls
...
git-svn-id: trunk@7675 -
2005-09-12 09:01:51 +00:00
vincents
19fb9dc230
fixed GetNodeFromIndex if node was not in the first subtree or near cached node (issue #615 )
...
git-svn-id: trunk@7674 -
2005-09-12 08:42:05 +00:00
marc
3f1f735fb1
- removed debig signalhandlers left behind for rev 7671 #d788e753a8
...
git-svn-id: trunk@7673 -
2005-09-11 20:58:58 +00:00
marc
9e5fa20f3f
* Fixed gtk2 compilation
...
git-svn-id: trunk@7672 -
2005-09-11 20:54:27 +00:00
marc
d788e753a8
* fixed bug #853
...
git-svn-id: trunk@7671 -
2005-09-11 18:43:40 +00:00
micha
ecb0ca3867
fix default bitbtn text to be black instead of grey (bug #1115 )
...
git-svn-id: trunk@7670 -
2005-09-11 14:09:51 +00:00
mattias
a98c525470
fixed range check error in gtkglarea
...
git-svn-id: trunk@7669 -
2005-09-11 13:04:42 +00:00
vincents
73a0c7cd88
use DirPathExists instead of DirectoryExists, because DirectoryExists('c:\') returns false.
...
git-svn-id: trunk@7668 -
2005-09-10 21:05:08 +00:00
mattias
2050a2f6ab
improved update_cross_fpc.sh: now checks for $PATH order
...
git-svn-id: trunk@7667 -
2005-09-10 19:11:20 +00:00
mattias
8d519f5cda
update_cross_fpc.sh now installs a complete cross fpc+binutils set
...
git-svn-id: trunk@7666 -
2005-09-10 18:40:07 +00:00
marc
8925ef5f51
* Fixed bug #907
...
* Changed TLMScoll <-> TWMScroll, TLMScroll has extended position info
git-svn-id: trunk@7665 -
2005-09-10 16:31:04 +00:00
marc
ff92a7ad3a
* Trimmed trailing spaces
...
git-svn-id: trunk@7664 -
2005-09-10 16:19:39 +00:00
marc
ac4767765b
* Trimmed trailing spaces
...
git-svn-id: trunk@7663 -
2005-09-10 16:11:44 +00:00
marc
0ae90dd622
* Updated with the latest widgetset changes
...
git-svn-id: trunk@7662 -
2005-09-10 16:09:23 +00:00
marc
544521bf59
* Changed mimetype to text/pascal
...
git-svn-id: trunk@7661 -
2005-09-10 16:07:05 +00:00
marc
000389852f
git-svn-id: trunk@7660 -
2005-09-10 16:01:35 +00:00