lazarus
|
762a87cee9
|
MG: changed license to LGPL
git-svn-id: trunk@1274 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
e273f84a11
|
AJ: added new QueryUser/NotifyUser
git-svn-id: trunk@1273 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
170ff5d5fd
|
Keith: Fixed some bugs that were brought to my attention; fixed compilation problem.
git-svn-id: trunk@1272 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
fe884b1796
|
Keith:
* Removed more obsolete code
* Compiles again!
git-svn-id: trunk@1271 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
0f4ef6279a
|
MG: fixed GetClipBox when clipping region invalid
git-svn-id: trunk@1270 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
170073b0b8
|
MG: broke LCL<->interface circles
git-svn-id: trunk@1269 -
|
2002-02-09 01:48:12 +00:00 |
|
lazarus
|
6ec5c70c4f
|
MG: implemented TMethodList and Application Idle handlers
git-svn-id: trunk@1268 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
3c41f94408
|
MG: broke actnlist <-> forms circle
git-svn-id: trunk@1267 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
6c3a3200e3
|
AJ: Started Form Scrolling
Started StaticText FocusControl
Fixed Misc Dialog Problems
Added TApplication.Title
git-svn-id: trunk@1266 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
50e4af1b5f
|
MG: fixed window shrinking
git-svn-id: trunk@1265 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
72621e1871
|
MG: updated licenses
git-svn-id: trunk@1264 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
63ec82d20e
|
AJ: made InputQuery Interface Dependant
git-svn-id: trunk@1263 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
c86144a046
|
AJ: added LoadStockPixmap routine & minor fixes to/for GNOMEInt
git-svn-id: trunk@1262 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
4488594228
|
MG: fixed mouse coords on scrolling wincontrols
git-svn-id: trunk@1261 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
37cb7f9bf0
|
MG: implemented TControlScrollBar.Size
git-svn-id: trunk@1260 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
955bfa3bb1
|
MG: accelerators are now shared between non modal forms
git-svn-id: trunk@1259 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
9b0c22439e
|
MG: improved warning
git-svn-id: trunk@1258 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
fb093d7503
|
Keith: Removed obsolete code, in preperation of a pending TWin32Object cleanup
git-svn-id: trunk@1257 -
|
2002-02-09 01:48:11 +00:00 |
|
lazarus
|
58b3c1cc9a
|
AJ: started GNOME interface & modified gtk interface so everything is public/protected
git-svn-id: trunk@1256 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
6437fd32de
|
AJ:Fixes to PromptUser;Switched ShowMessage* to use NotifyUser*;
fixed TGraphicPropertyEditor for when Property is nil.
git-svn-id: trunk@1255 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
5612b36d36
|
MB: Fixed selection start/end/text for edits and combos. Add support for memos.
git-svn-id: trunk@1254 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
e287fbc311
|
MG: removed last clientrectbugfix switches
git-svn-id: trunk@1253 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
b89ccf19f9
|
MG: mouse cursors are now allocated on demand
git-svn-id: trunk@1252 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
7619714cb8
|
MG: broke LCL<->interface circles
git-svn-id: trunk@1251 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
953785fd93
|
MG: broke dialogs.pp <-> forms.pp circle
git-svn-id: trunk@1250 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
0a98fff39c
|
Removed FOCUSIN messages
Removed Bitbtn created message
Shane
git-svn-id: trunk@1249 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
ff5ebb9c16
|
MG: fixed example
git-svn-id: trunk@1248 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
b25c3b5274
|
MG: broke some interfaces.pp circles
git-svn-id: trunk@1247 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
1fbd419ed4
|
MG: fixed frmactivate
git-svn-id: trunk@1246 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
3a93a76dce
|
Keith:
* Removed more obsolete code
* Compiles again!
git-svn-id: trunk@1245 -
|
2002-02-09 01:48:10 +00:00 |
|
lazarus
|
7b77ff94b0
|
MG: broke actnlist <-> forms circle
git-svn-id: trunk@1244 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
bdb0ba6f53
|
MG: fixed TListView with more than 2 columns
git-svn-id: trunk@1243 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
746ee0c1b7
|
MG: added SendCachedLCLMessages to interfacebase for wysiwyg
git-svn-id: trunk@1242 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
6d28970a3e
|
MG: moved SendCachedLCLMessages
git-svn-id: trunk@1241 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
d105773bca
|
AJ:minor styles improvement; fixed drawing checks under all(?) themes
git-svn-id: trunk@1240 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
6cd5851c04
|
MG: accelerators are now shared between non modal forms
git-svn-id: trunk@1239 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
334b98c540
|
MG: broke buttons.pp <-> forms.pp circle
git-svn-id: trunk@1238 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
b47bcd6918
|
Bug fix for Mattias.
Fixed spinedit so you can now get the value and set the value.
Shane
git-svn-id: trunk@1237 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
113fc21c46
|
AJ: initial GNOME interface directory
git-svn-id: trunk@1236 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
ab90235bb0
|
MG: finished ParseRCFile
git-svn-id: trunk@1235 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
24711d2c5d
|
MG: fixed client origin coordinates
git-svn-id: trunk@1234 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
33f2ddca8e
|
Keith: Removed obsolete code, in preperation of a pending TWin32Object cleanup
git-svn-id: trunk@1233 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
944e11326e
|
MG: fixed cool little bug (menu double attaching bug)
git-svn-id: trunk@1232 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
f606c68078
|
AJ: Started Form Scrolling
Started StaticText FocusControl
Fixed Misc Dialog Problems
Added TApplication.Title
git-svn-id: trunk@1231 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
caec2bc4ad
|
Keith: Fixed Win32 compilation problems
git-svn-id: trunk@1230 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
dd14f6a5fd
|
MG: fixed setting gdk pen style
git-svn-id: trunk@1229 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
8271477b12
|
MG: fixes for 1.1
git-svn-id: trunk@1228 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
83ab7d86ea
|
MG: impoved focussing, unfocussing on destroy and fixed unit search
git-svn-id: trunk@1227 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
d10922cead
|
MG: broke graphics.pp <-> clipbrd.pp circle
git-svn-id: trunk@1226 -
|
2002-02-09 01:48:08 +00:00 |
|
lazarus
|
62c2322ae2
|
AJ: Improvements/Fixes to new PromptUser API
git-svn-id: trunk@1225 -
|
2002-02-09 01:48:08 +00:00 |
|