Commit Graph

1302 Commits

Author SHA1 Message Date
lazarus
181285c133 MG: implemented hints
git-svn-id: trunk@1302 -
2002-02-09 01:48:14 +00:00
lazarus
8feef16f51 MG: fixed ControlAtPos
git-svn-id: trunk@1301 -
2002-02-09 01:48:14 +00:00
lazarus
e300c6dd36 MG: moved SendCachedLCLMessages
git-svn-id: trunk@1300 -
2002-02-09 01:48:14 +00:00
lazarus
c721b3ed4b MG: reduced output
git-svn-id: trunk@1299 -
2002-02-09 01:48:14 +00:00
lazarus
b8d7f7c1c6 Keith: Win32 fixes. Much appreciation to Markus L�din.
git-svn-id: trunk@1298 -
2002-02-09 01:48:14 +00:00
lazarus
7657c373a1 MG: added verbosity to delivermessage
git-svn-id: trunk@1297 -
2002-02-09 01:48:14 +00:00
lazarus
d694f25fdd MG: fixed TMainMenu creation
git-svn-id: trunk@1296 -
2002-02-09 01:48:14 +00:00
lazarus
e76225cec5 MG: fixed codetools abort
git-svn-id: trunk@1295 -
2002-02-09 01:48:14 +00:00
lazarus
ab46a2220c AJ: added forcelinebreaks
git-svn-id: trunk@1294 -
2002-02-09 01:48:14 +00:00
mattias
68239a729c fixed buffer overrun and added several checks
git-svn-id: trunk@1293 -
2002-02-09 01:48:14 +00:00
lazarus
9c042a3498 MG: implemented TMethodList and Application Idle handlers
git-svn-id: trunk@1292 -
2002-02-09 01:48:13 +00:00
lazarus
259b9b7a86 MG: fixed memleaks
git-svn-id: trunk@1291 -
2002-02-09 01:48:13 +00:00
lazarus
8ccce64f72 MG: updated licenses
git-svn-id: trunk@1290 -
2002-02-09 01:48:13 +00:00
lazarus
2b29622a94 Keith: Minor sizing enhancements
git-svn-id: trunk@1289 -
2002-02-09 01:48:13 +00:00
lazarus
358d0e4f65 MG: fixed gdkwindow checks
git-svn-id: trunk@1288 -
2002-02-09 01:48:13 +00:00
lazarus
c3616b0d11 MG: cursor is now inverted and can be used with twilight color scheme
git-svn-id: trunk@1287 -
2002-02-09 01:48:13 +00:00
lazarus
d9ed7e6286 MG: fixed mouse coords on scrolling wincontrols
git-svn-id: trunk@1286 -
2002-02-09 01:48:13 +00:00
mbukovjan
5b0f9093b8 Fixes to MaxLength. TCustomMemo now has MaxLength, too.
git-svn-id: trunk@1285 -
2002-02-09 01:48:13 +00:00
lazarus
c444873f84 MG: added persistent hints for main ide bar
git-svn-id: trunk@1284 -
2002-02-09 01:48:13 +00:00
lazarus
f139594f1a AJ: Improvements to TUpDown; Added TStaticText & GNOME DrawText
git-svn-id: trunk@1283 -
2002-02-09 01:48:13 +00:00
lazarus
1b9cf29753 MG: broke interfacebase uses circles
git-svn-id: trunk@1282 -
2002-02-09 01:48:13 +00:00
lazarus
3b8d394366 MG: fixed timer checking
git-svn-id: trunk@1281 -
2002-02-09 01:48:13 +00:00
mbukovjan
ec85b16201 Fix keydown & keypress for TMemo and hopefully not break others.
git-svn-id: trunk@1280 -
2002-02-09 01:48:12 +00:00
lazarus
2b0f2b3981 MG: added inputdialog.inc
git-svn-id: trunk@1279 -
2002-02-09 01:48:12 +00:00
lazarus
3cc4d1695e MG: mouse cursors are now allocated on demand
git-svn-id: trunk@1278 -
2002-02-09 01:48:12 +00:00
lazarus
0bf317cdb3 MG: fixed ControlAtPos
git-svn-id: trunk@1277 -
2002-02-09 01:48:12 +00:00
lazarus
c96a8c49e3 AJ: Moved form contents creation to gtkproc for code
reuse between GNOME and GTK, and to make GNOME MDI
    programming easier later on.

git-svn-id: trunk@1276 -
2002-02-09 01:48:12 +00:00
lazarus
38d5e069b3 MG: fixed LM_LVChangedItem, OnShowHint, small bugs
git-svn-id: trunk@1275 -
2002-02-09 01:48:12 +00:00
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