Commit Graph

1531 Commits

Author SHA1 Message Date
lazarus
17feff57be MG: many fixes, to make it short: events
git-svn-id: trunk@1531 -
2002-03-22 12:36:47 +00:00
lazarus
752d661553 MG: code creation options applied to new unit source
git-svn-id: trunk@1530 -
2002-03-21 23:59:59 +00:00
lazarus
66c3f6e7c8 MG: fixes for save-project-as and pagenames
git-svn-id: trunk@1529 -
2002-03-21 23:15:39 +00:00
lazarus
4d9789a2ab MG: fixes for save-as and form streaming exceptions
git-svn-id: trunk@1528 -
2002-03-21 22:44:08 +00:00
lazarus
0feefa6634 MG: accelerated dynhasharray, fixed codetools defines editor initial resize
git-svn-id: trunk@1527 -
2002-03-20 16:38:37 +00:00
lazarus
43f1cb10d1 MG: added complete properties checkbox and ecSaveAll
git-svn-id: trunk@1526 -
2002-03-18 12:29:54 +00:00
lazarus
3d7960e165 MG: TForm.Position will now considered before creating form on 0,0
git-svn-id: trunk@1525 -
2002-03-18 11:44:41 +00:00
lazarus
0bf1e61fad MG: reduced get/freemem usage in linkscanner
git-svn-id: trunk@1524 -
2002-03-18 11:18:38 +00:00
lazarus
876a1e0ca7 MG: reduced get/freemem usage in linkscanner
git-svn-id: trunk@1523 -
2002-03-18 08:56:24 +00:00
lazarus
f118ad2dcb MG: reduced size+move messages between lcl and interface
git-svn-id: trunk@1522 -
2002-03-16 21:40:55 +00:00
lazarus
cda51ae148 MG: improved method completion: add inherited code on override specifier
git-svn-id: trunk@1521 -
2002-03-16 10:38:52 +00:00
lazarus
274decf5f1 MG: improved code completion: special proc bodies
git-svn-id: trunk@1520 -
2002-03-15 14:50:36 +00:00
lazarus
bee2a144d9 MG: fixed TBevel.Create and TListView.Destroy
git-svn-id: trunk@1519 -
2002-03-14 23:25:52 +00:00
lazarus
b0139a0c4e MG: prevented gtk interfaces checksum error
git-svn-id: trunk@1518 -
2002-03-14 21:35:14 +00:00
lazarus
9789b52598 Bug fix for Mattias.
Fixed spinedit so you can now get the value and set the value.
Shane

git-svn-id: trunk@1517 -
2002-03-14 20:28:50 +00:00
lazarus
5429e5b6f7 Mouse events fixes.
git-svn-id: trunk@1516 -
2002-03-14 18:12:46 +00:00
lazarus
2107ba9a69 MG: fixed not caching proc nodes
git-svn-id: trunk@1515 -
2002-03-14 17:41:29 +00:00
lazarus
20ecabea67 MG: workaround for new bugs
git-svn-id: trunk@1514 -
2002-03-14 15:04:34 +00:00
lazarus
18de98b2ef MG: implemented run parameters: wd, launching app, sys vars
git-svn-id: trunk@1513 -
2002-03-14 14:39:41 +00:00
lazarus
7d44c1a838 MG: fixed sourcechanger wrong src bug
git-svn-id: trunk@1512 -
2002-03-14 11:05:37 +00:00
lazarus
160029222a MG: reduced output
git-svn-id: trunk@1511 -
2002-03-14 07:43:33 +00:00
lazarus
d95aa7b01f MG: added define templates for Delphi5 Projects
git-svn-id: trunk@1510 -
2002-03-14 07:42:34 +00:00
lazarus
daf0a4622d Constraints implementation (first cut) and sizig - moving system rework to
better match Delphi/Kylix way of doing things (the existing implementation
worked by acident IMHO :-)

git-svn-id: trunk@1509 -
2002-03-13 22:48:16 +00:00
lazarus
d0f37eeaf7 MWE:
* More delphi compatibility added/updated to TListView
  * Introduced TDebugger.locals
  * Moved breakpoints dialog to debugger dir
  * Changed breakpoints dialog to read from resource

git-svn-id: trunk@1508 -
2002-03-12 23:55:37 +00:00
lazarus
da158e6e83 MG: added TPicture clipboard support
git-svn-id: trunk@1507 -
2002-03-11 23:22:46 +00:00
lazarus
e42cefbb37 *** empty log message ***
git-svn-id: trunk@1506 -
2002-03-11 23:21:14 +00:00
lazarus
9ce1f94b25 MWE:
* Made TListview more Delphi compatible
  * Did some cleanup

git-svn-id: trunk@1505 -
2002-03-11 23:07:23 +00:00
lazarus
1462c1cf7e MG: renamed TFileFormatList to TPicFileFormatList
git-svn-id: trunk@1504 -
2002-03-11 20:41:37 +00:00
lazarus
37da619d34 MG: fixed parser for multiple variant identifiers
git-svn-id: trunk@1503 -
2002-03-11 20:36:34 +00:00
lazarus
22fcb1c759 MG: fixed parser for dephis activex
git-svn-id: trunk@1502 -
2002-03-11 20:22:37 +00:00
lazarus
c40bc842d5 MG: acclerated parser read-undo-read combinations
git-svn-id: trunk@1501 -
2002-03-11 18:12:11 +00:00
lazarus
8752d483cc Keith: Fixed Win32 compilation problem.
git-svn-id: trunk@1500 -
2002-03-11 09:43:45 +00:00
lazarus
81dc7d308e MG: parser enhanced for delphis sysutils
git-svn-id: trunk@1499 -
2002-03-10 22:59:29 +00:00
lazarus
4cd162b064 MG: accelerated linkscanner
git-svn-id: trunk@1498 -
2002-03-10 21:44:59 +00:00
lazarus
6b7cd3b776 MG: fixed TSourceLog.Assign
git-svn-id: trunk@1497 -
2002-03-10 21:41:14 +00:00
lazarus
b15929b6a6 MG: methodjumping of forward procs will now work with renamed procs
git-svn-id: trunk@1496 -
2002-03-10 15:07:34 +00:00
lazarus
2c995dc597 MG: fixed finding class parts with empty sections
git-svn-id: trunk@1495 -
2002-03-09 17:13:25 +00:00
lazarus
7be6c70b19 MG: OS dependent line end
git-svn-id: trunk@1494 -
2002-03-09 17:02:16 +00:00
lazarus
219b96b901 MG: fixed picture
git-svn-id: trunk@1493 -
2002-03-09 16:48:46 +00:00
lazarus
e14d49fb6c MG: fixes for Delphi compataibility
git-svn-id: trunk@1492 -
2002-03-09 16:46:33 +00:00
lazarus
ba01ab7df2 MG: started real graphics
git-svn-id: trunk@1491 -
2002-03-09 12:03:41 +00:00
lazarus
0d735a6f89 MG: fixed class method completion
git-svn-id: trunk@1490 -
2002-03-09 11:55:13 +00:00
lazarus
373525fbe5 MG: improved class completion for GUID and line indenting
git-svn-id: trunk@1489 -
2002-03-09 10:39:36 +00:00
lazarus
73303926cd MWE:
* Upgraded gdb debugger to gdb/mi debugger
  * Set default value for autpopoup
  * Added Clear popup to debugger output window

git-svn-id: trunk@1488 -
2002-03-09 02:03:59 +00:00
lazarus
76b1e2b399 MG: fixed synedit pascal highlighter of label @@end
git-svn-id: trunk@1487 -
2002-03-08 16:29:41 +00:00
lazarus
26eaea13bd MG: fixed parser of end blocks in initialization section added label sections
git-svn-id: trunk@1486 -
2002-03-08 16:16:55 +00:00
lazarus
e6ace97606 MG: outputfilter can now find include files
git-svn-id: trunk@1485 -
2002-03-08 11:37:42 +00:00
lazarus
e5b24ec55e MG: added define template for Delphi5
git-svn-id: trunk@1484 -
2002-03-08 09:30:59 +00:00
lazarus
7932923bca MG: nicer parameter names
git-svn-id: trunk@1483 -
2002-03-08 09:30:31 +00:00
lazarus
9e1d337c33 MG: added delphi mode for codetools
git-svn-id: trunk@1482 -
2002-03-07 21:56:56 +00:00