lazarus
7f07c32279
MG: added circle test for find base node
...
git-svn-id: trunk@660 -
2002-02-04 14:19:18 +00:00
lazarus
b1e06b7653
Keith:
...
* Fixes for Win32
* Added new listviewtest.pp example
git-svn-id: trunk@659 -
2002-02-04 10:54:33 +00:00
lazarus
38c4c4b2d6
MG: directive attribute for pascal highlighter
...
git-svn-id: trunk@658 -
2002-02-03 17:02:50 +00:00
lazarus
7b585c30cd
MG: fixed consistency check inheritance
...
git-svn-id: trunk@657 -
2002-02-03 16:33:18 +00:00
lazarus
6d1ba0f10c
MG: fixed string constant at line end
...
git-svn-id: trunk@656 -
2002-02-03 16:25:23 +00:00
lazarus
3d0c615d15
MG: added update checks for node caching
...
git-svn-id: trunk@655 -
2002-02-03 15:37:54 +00:00
lazarus
cefcefa70c
Keith: Fixed Win32 compilation problems
...
git-svn-id: trunk@654 -
2002-02-03 06:06:26 +00:00
lazarus
c9e180acac
TPanel implemented.
...
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.
git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
d2c64aa547
Keith: Fixes for Win32
...
git-svn-id: trunk@652 -
2002-02-01 10:13:09 +00:00
lazarus
ffb07a8f59
MG: added base class for mem managers and started node cache
...
git-svn-id: trunk@651 -
2002-01-31 16:52:24 +00:00
lazarus
7b9bf2f1b8
MG: reduced output
...
git-svn-id: trunk@650 -
2002-01-31 10:23:33 +00:00
lazarus
431e35aef5
Keith:
...
* Open and save dialogs can now coexist in apps (however, only one of each type of common dialog can be used per app :( )
* Fixed make all
* Fixed crash in Windows 98/ME
git-svn-id: trunk@649 -
2002-01-31 09:32:07 +00:00
lazarus
abc995925d
MG: expression type of string brackets
...
git-svn-id: trunk@648 -
2002-01-30 21:48:33 +00:00
lazarus
6f4f1d0688
MG: added global write lock
...
git-svn-id: trunk@647 -
2002-01-30 15:40:48 +00:00
lazarus
74e824eddf
MG: expressions types are now calculated
...
git-svn-id: trunk@646 -
2002-01-29 20:55:55 +00:00
lazarus
ce0f3037ec
Keith: Re-fixed make clean
...
git-svn-id: trunk@645 -
2002-01-29 19:32:18 +00:00
lazarus
bc71030c0a
Keith: Fixed duplicate compiler options on Win32
...
git-svn-id: trunk@644 -
2002-01-29 18:55:27 +00:00
lazarus
77aab1fc38
MG: jump to method in sub procs will now also try parent procs
...
git-svn-id: trunk@643 -
2002-01-29 17:32:19 +00:00
lazarus
dac3b9e0a0
MG: fixed method jumping, cursor pos after proc head
...
git-svn-id: trunk@642 -
2002-01-29 17:15:14 +00:00
lazarus
14447d84f0
MG: fixed mem leaks in IDE and TListView
...
git-svn-id: trunk@641 -
2002-01-28 18:08:36 +00:00
lazarus
20580e848d
MG: fixed make clean
...
git-svn-id: trunk@640 -
2002-01-28 17:44:24 +00:00
lazarus
88d4147e98
MG: fixed expr operators in params, class proc find next
...
git-svn-id: trunk@639 -
2002-01-28 17:40:48 +00:00
lazarus
37b837c719
Keith: Fixed make clean
...
git-svn-id: trunk@638 -
2002-01-28 16:19:36 +00:00
lazarus
d36b8a34ae
Keith: Fixed Makefiles for Win32
...
git-svn-id: trunk@637 -
2002-01-28 16:03:21 +00:00
lazarus
6a9c9a2215
MG: fixed Makefiles
...
git-svn-id: trunk@636 -
2002-01-28 13:27:05 +00:00
lazarus
4567a0fd77
MG: fixed Makefile
...
git-svn-id: trunk@635 -
2002-01-28 12:30:15 +00:00
lazarus
226cee9bd1
MG: fixed Makefile
...
git-svn-id: trunk@634 -
2002-01-28 12:20:55 +00:00
lazarus
08e2d7d79a
MG: fixed Makefile
...
git-svn-id: trunk@633 -
2002-01-28 12:14:56 +00:00
lazarus
7972a2ff38
MG: added error message, when lcl has abstract widget interface object
...
git-svn-id: trunk@632 -
2002-01-27 23:35:33 +00:00
lazarus
800dd8c2b9
MG: added error message, when lcl founds no widget interface object
...
git-svn-id: trunk@631 -
2002-01-27 23:24:37 +00:00
peter
5150c46979
* Makefile update, rebuild with fpcmake with lcl support
...
git-svn-id: trunk@630 -
2002-01-27 21:44:30 +00:00
lazarus
747293c5e2
MWE: Removed ^M
...
git-svn-id: trunk@629 -
2002-01-27 21:08:40 +00:00
lazarus
200b2c6ccf
MWE: Removed ^M
...
git-svn-id: trunk@628 -
2002-01-27 19:08:43 +00:00
lazarus
e382970758
MG: find declaration will now check procs param lists
...
git-svn-id: trunk@627 -
2002-01-27 18:13:49 +00:00
lazarus
4e53ea1b36
Keith: Improved events and common dialogs on Win32
...
git-svn-id: trunk@626 -
2002-01-25 19:42:57 +00:00
lazarus
292a6bdf99
Keith: Added initial support for events
...
git-svn-id: trunk@625 -
2002-01-25 13:22:56 +00:00
lazarus
efbeaa570a
Fix CR problem the file must have been cross platform edited. MAH
...
git-svn-id: trunk@624 -
2002-01-24 19:40:00 +00:00
lazarus
aa172e0b3a
Fixed version numbers and a fix to codetools unit path. The codetools
...
fix was to allow zipinstall to work correctly.
git-svn-id: trunk@623 -
2002-01-24 19:33:04 +00:00
lazarus
b660741d69
MG: fixed result of running external tools, fixed starting codetools in include files
...
git-svn-id: trunk@622 -
2002-01-24 16:23:27 +00:00
lazarus
096970d6f2
MG: deactivated clipboard setting target list for win32
...
git-svn-id: trunk@621 -
2002-01-24 15:40:59 +00:00
lazarus
9c03030dd4
MG: added build lazarus feature and config dialog
...
git-svn-id: trunk@620 -
2002-01-24 14:12:54 +00:00
lazarus
2e747471d8
Keith: Fixed some bugs
...
git-svn-id: trunk@619 -
2002-01-24 07:34:50 +00:00
lazarus
0df04c9229
MG: external tool output parsing for fpc and make messages
...
git-svn-id: trunk@618 -
2002-01-23 22:12:54 +00:00
lazarus
8bc31599df
MG: added outputfilter
...
git-svn-id: trunk@617 -
2002-01-23 20:07:21 +00:00
lazarus
3a23d2cd21
MG: jump to method can now be adjusted due to comments
...
git-svn-id: trunk@616 -
2002-01-22 22:40:32 +00:00
marco
d3e5d95a09
* copied from FreeBSD. Lazarus starts up under NetBSD, and doesn't need changes
...
git-svn-id: trunk@615 -
2002-01-22 19:02:05 +00:00
lazarus
c30b72500e
MG: find declaration of inherited keyword
...
git-svn-id: trunk@614 -
2002-01-21 20:41:53 +00:00
lazarus
74e062ae3e
MG: added find-block-start and renamed find-block-other-end
...
git-svn-id: trunk@613 -
2002-01-21 14:17:47 +00:00
lazarus
e1bd2273fe
MG: parser can now read system unit, find declaration of used units, bugfxies
...
git-svn-id: trunk@612 -
2002-01-21 14:15:58 +00:00
lazarus
5a8a763409
Keith: win32 interface is now the default on Windows
...
git-svn-id: trunk@611 -
2002-01-21 12:52:45 +00:00