Commit Graph

148 Commits

Author SHA1 Message Date
lazarus
8e168bb45e MG: fixed working directory of running programms
git-svn-id: trunk@1749 -
2002-06-12 14:14:52 +00:00
lazarus
c5a6f3f06b MG: added component/units to unit path
git-svn-id: trunk@1680 -
2002-05-15 05:25:57 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
e98e669d0a MG: small updates and fixes
git-svn-id: trunk@1622 -
2002-04-21 13:24:07 +00:00
lazarus
625ac9a73c MG: splitted gtkglarea demo in example and component
git-svn-id: trunk@1611 -
2002-04-15 13:12:34 +00:00
lazarus
0f5c59201b + Enhanced testall-app with demo for TPanel, stoppok
git-svn-id: trunk@1540 -
2002-03-23 21:02:02 +00:00
lazarus
8d718a011d Improved TSpeedButton (Glyph, Spacing, Margin, drawing)
Added PageCount to TNotebook
Optimized component selection buttons a bit.

git-svn-id: trunk@1456 -
2002-02-24 20:51:24 +00:00
lazarus
09ca1546a5 MG: updated licenses
git-svn-id: trunk@1399 -
2002-02-09 02:30:23 +00:00
lazarus
bdf8fb50ca 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@686 -
2002-02-09 01:45:13 +00:00
lazarus
284d6555a1 Keith: Fixed form size for listviewtest.pp, kind changing for scrollbar.pp
git-svn-id: trunk@678 -
2002-02-08 00:44:06 +00:00
lazarus
5e00188a21 MWE: * Updated tebugger
+ Added debugger to IDE

git-svn-id: trunk@666 -
2002-02-05 23:16:48 +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
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
6a9c9a2215 MG: fixed Makefiles
git-svn-id: trunk@636 -
2002-01-28 13:27:05 +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
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
5a8a763409 Keith: win32 interface is now the default on Windows
git-svn-id: trunk@611 -
2002-01-21 12:52:45 +00:00
lazarus
a9ae32701b Keith: updated to build all compilable examples
git-svn-id: trunk@604 -
2002-01-17 04:08:40 +00:00
lazarus
c1f59f9e4c MG: minor fixes
git-svn-id: trunk@492 -
2001-12-10 07:47:00 +00:00
peter
7874c71590 * regenerated to support -T for fpcmake
git-svn-id: trunk@333 -
2001-08-22 20:46:37 +00:00
lazarus
17b5939905 MWE:
Made makefile.fpc files compatible with new fpcmake util.

git-svn-id: trunk@331 -
2001-08-13 23:34:05 +00:00
lazarus
1d13fae63c MG: added unit info, arrow xpms, and many changes from jens arm
git-svn-id: trunk@322 -
2001-07-31 18:40:24 +00:00
lazarus
bfe772f331 * enhanced testdialog for TBevel
* basic test for TPaintBox
stoppok

git-svn-id: trunk@264 -
2001-04-17 21:36:15 +00:00
lazarus
5cc0992d9c MWE:
+ Turned on longstrings
  + modified memotest to add lines

git-svn-id: trunk@244 -
2001-03-27 21:12:54 +00:00
lazarus
652e4b7903 MWE:
* changed makefiles so that the LCL is build separate fron interfaces

git-svn-id: trunk@243 -
2001-03-27 20:55:23 +00:00
lazarus
461f8e25db + new sample to show Message dialogs
stoppok

git-svn-id: trunk@209 -
2001-03-03 00:51:54 +00:00
lazarus
99d36d5c1e MWE:
+ Added the -gl option the get some info on crashes

git-svn-id: trunk@202 -
2001-02-25 17:16:52 +00:00
lazarus
47255ff154 MWE:
+ Added testall example

git-svn-id: trunk@199 -
2001-02-25 13:57:57 +00:00
lazarus
dbedb7afc0 + Added "testall" to Makefile
git-svn-id: trunk@198 -
2001-02-25 09:25:34 +00:00
lazarus
d0de358792 * Fixed crash caused by missing pixmaps
* using resources now instead of xpm file

git-svn-id: trunk@197 -
2001-02-25 09:22:28 +00:00
lazarus
9b472a0458 MWE:
* Fixed zipinstall
  * fixed clean
  * fixed build with compiler from CVS

git-svn-id: trunk@188 -
2001-02-20 23:12:25 +00:00
lazarus
3fbeb6110f MWE:
* Updated makefiles for packaging support
  * created temporary lazarusmake.ini to use with fpcmake

git-svn-id: trunk@182 -
2001-02-14 21:06:35 +00:00
lazarus
43ca80415d TScrollbar created and a lot of code added.
It's cose to working.
Shane

git-svn-id: trunk@163 -
2001-02-01 19:34:50 +00:00
lazarus
4187ae3f25 MWE:
+ Added Editor test app.

git-svn-id: trunk@90 -
2000-12-31 15:48:41 +00:00
peter
c169803e96 * regenerated
git-svn-id: trunk@70 -
2000-12-19 21:18:02 +00:00
lazarus
fe6058b7fc New Object Inspector code
Shane

git-svn-id: trunk@52 -
2000-11-29 21:22:35 +00:00
lazarus
fe47d09840 MWE:
* fixed some selection code
  + Added selection sample

git-svn-id: trunk@40 -
2000-10-09 22:50:33 +00:00
peter
fd870cae44 * regenerated
git-svn-id: trunk@39 -
2000-10-01 21:05:55 +00:00
peter
52f1b8b83a * regenerated
git-svn-id: trunk@38 -
2000-09-27 21:11:16 +00:00
lazarus
2b8c03b5ea +Rebuilt from beginning to V0.2
+Prepared for non existent components (total 60 components).
(Changes by Christer, commited by stoppok)

git-svn-id: trunk@37 -
2000-09-22 20:22:03 +00:00
peter
e091a582e8 * regenerated
git-svn-id: trunk@36 -
2000-09-20 19:50:47 +00:00
lazarus
8d46c53658 MWE:
* Updated makefiles for FPC release 1.0  binary units
  * Changed creation, now LCL unit distributions are possible
  * Moved interfaces.pp from LCL to interface dirs

git-svn-id: trunk@33 -
2000-09-10 19:58:48 +00:00
lazarus
abded2a1bf Cleaned up the Testtools.inc file a bit. Used Sender.name instead of checking each one in the Mouseup event, Mouse down, leave and enter.
Also changed the WhenClick procedure.

Shane

git-svn-id: trunk@20 -
2000-08-07 13:17:35 +00:00
lazarus
f619667211 added target "testall"
git-svn-id: trunk@19 -
2000-07-31 20:34:16 +00:00
lazarus
35cc9bddc6 + added "testall" demo provided by <christer.t.johansson@se.abb.com>
stoppok

git-svn-id: trunk@18 -
2000-07-31 20:33:33 +00:00
lazarus
7c2504eb94 enhanced examples, stoppok
git-svn-id: trunk@16 -
2000-07-23 19:04:42 +00:00
michael
f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00