lazarus
3b8b0a23b7
MG: fixed many unreleased DC and GDIObj bugs
...
git-svn-id: trunk@229 -
2001-03-19 14:44:22 +00:00
lazarus
d8de02b1dc
MG: fixed many unreleased DC and GDIObj bugs
...
git-svn-id: trunk@228 -
2001-03-19 14:00:52 +00:00
lazarus
33a7107d2e
MWE:
...
+ Added some detailed info on unreleased GDIObjects
git-svn-id: trunk@227 -
2001-03-17 17:30:02 +00:00
lazarus
9522dc1fd6
MG: added some mouse cursors
...
git-svn-id: trunk@225 -
2001-03-15 14:40:09 +00:00
lazarus
5718818c2a
MG: fixed random function results
...
git-svn-id: trunk@221 -
2001-03-12 12:17:02 +00:00
lazarus
041250d1cf
Changes for wordcompletion and many other things from Mattias.
...
Shane
git-svn-id: trunk@186 -
2001-02-20 16:53:27 +00:00
lazarus
77cd73123e
Shane
...
git-svn-id: trunk@175 -
2001-02-06 18:19:38 +00:00
lazarus
ee40879606
Changed TSpeedbutton in gtkobject so it erases itself when it's set to visible=false;
...
Shane
git-svn-id: trunk@174 -
2001-02-06 14:52:47 +00:00
lazarus
6ecb60e9b4
Code cleanup and JITFOrms bug fix.
...
Shane
git-svn-id: trunk@168 -
2001-02-04 04:18:12 +00:00
lazarus
bf2acd12f4
Codecompletion changes.
...
Added code to Uniteditor for code completion.
Also, added code to gtkobject.inc so forms now get keypress events.
Shane
git-svn-id: trunk@166 -
2001-02-02 20:13:39 +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
ab5868d740
Changed to TCOmboBox focusing.
...
Shane
git-svn-id: trunk@160 -
2001-01-31 21:16:45 +00:00
lazarus
5db12a2d5c
Changes for TComboBox events KeyPress Focus.
...
Shane
git-svn-id: trunk@143 -
2001-01-28 21:06:07 +00:00
lazarus
d0a3aae6d1
Fixed the problem with Changed for ComboBoxs
...
Shane
git-svn-id: trunk@141 -
2001-01-28 03:51:42 +00:00
lazarus
2661a323d9
MWE:
...
= moved some types to gtkdef
+ added WinWidgetInfo
+ added some initialization to Application.Create
git-svn-id: trunk@135 -
2001-01-24 23:26:40 +00:00
lazarus
033fc13f37
Removed gtkDrawDefualt signal function from gtkcallback.inc
...
It was no longer used.
Shane
git-svn-id: trunk@134 -
2001-01-24 03:21:03 +00:00
lazarus
c7c10a56c7
MWE:
...
- Removed old LM_InvalidateRect
- did some cleanup in old code
+ added some comments on gtkobject data (gtkproc)
git-svn-id: trunk@133 -
2001-01-23 23:33:55 +00:00
lazarus
05b6ea0354
Minor changes
...
Shane
git-svn-id: trunk@117 -
2001-01-13 03:09:37 +00:00
lazarus
a392379d1d
Added the Nudge feature to the IDE.
...
Shane
git-svn-id: trunk@109 -
2001-01-10 20:12:29 +00:00
lazarus
fd402e04ac
Worked on moving controls. It's just not working with the X and Y coord's I'm getting.
...
Shane
git-svn-id: trunk@107 -
2001-01-09 18:23:21 +00:00
lazarus
536fafd89b
Tested TCustomEdit.Readonly, MaxLength and CharCase.
...
Shane
git-svn-id: trunk@94 -
2001-01-04 15:09:05 +00:00
lazarus
bff114a928
Minor changes to TEdit.
...
Not tested.
Shane
git-svn-id: trunk@93 -
2001-01-04 13:52:00 +00:00
lazarus
27f9719f6a
Shane
...
git-svn-id: trunk@87 -
2000-12-29 19:20:27 +00:00
lazarus
0fa9bc58f7
TStatusBar's create and destroy were not set to override TWinControls so they were never called.
...
Shane
git-svn-id: trunk@85 -
2000-12-29 18:33:54 +00:00
lazarus
bed2aff0c4
Added the Popupmenu code to the LCL.
...
Now you can right click on the editor and a PopupMenu appears.
Shane
git-svn-id: trunk@76 -
2000-12-22 19:55:38 +00:00
lazarus
4ccb1fbc5a
Removed IDEEDITOR. This causes the PROJECT class to not function.
...
Saving projects no longer works.
I added TSourceNotebook and TSourceEditor. They do all the work for saving/closing/opening units. Somethings work but they are in early development.
Shane
git-svn-id: trunk@68 -
2000-12-19 18:43:13 +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
lazarus
a2060eac49
MWE:
...
+ Added CreateCompatibeleBitamp function
+ Updated TWinControl.WMPaint
+ Added some checks to avoid gtk/gdk errors
- Removed no fixed warning from GetDC
- Removed some output
git-svn-id: trunk@34 -
2000-09-10 23:08:31 +00:00
lazarus
708a392932
Changed TCustomDialog to TCommonDialog
...
Shane
git-svn-id: trunk@26 -
2000-08-10 10:55:45 +00:00
lazarus
04bd08aab8
Added more code for the find function.
...
Shane
git-svn-id: trunk@25 -
2000-08-09 18:32:10 +00:00
lazarus
1cc50fde23
MWE:
...
= Moved ObjectToGTKObject to GTKProc unit
* Fixed array checking in LoadPixmap
= Moved LM_SETENABLED to API func EnableWindow and EnableMenuItem
~ Some cleanup
git-svn-id: trunk@17 -
2000-07-30 21:48:34 +00:00
lazarus
6630718ac0
more cleanups, stoppok
...
git-svn-id: trunk@13 -
2000-07-23 18:59:35 +00:00
lazarus
ced2c525c7
- cleanups in IntSendMessage3
...
- minor cleanups in other functions
stoppok
git-svn-id: trunk@11 -
2000-07-23 10:51:53 +00:00
lazarus
f2242c2d8e
- some more cleanups (removal of unused variables), stoppok
...
git-svn-id: trunk@9 -
2000-07-16 20:59:03 +00:00
michael
f088b13a3e
+ Initial import
...
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00