Commit Graph

1399 Commits

Author SHA1 Message Date
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
lazarus
dd40a0f302 MG: fixed Menu.Free and gdkwindow=nil bug
git-svn-id: trunk@1224 -
2002-02-09 01:48:08 +00:00
lazarus
a442da5798 AJ: GetDefaultFont - try to get GTK builtin value if style fails
git-svn-id: trunk@1223 -
2002-02-09 01:48:07 +00:00
lazarus
814741f21b MG: improved Clipping, TextOut, Polygon functions
git-svn-id: trunk@1222 -
2002-02-09 01:48:07 +00:00
lazarus
ddc0fecdec MG: broke LCL<->interface circles
git-svn-id: trunk@1221 -
2002-02-09 01:48:07 +00:00
lazarus
e21390b5c1 MG: reduced output
git-svn-id: trunk@1220 -
2002-02-09 01:48:07 +00:00
lazarus
225321ed74 AJ: added new QueryUser/NotifyUser
git-svn-id: trunk@1219 -
2002-02-09 01:48:07 +00:00
lazarus
29cdb6218c MG: fixed destroying combobox
git-svn-id: trunk@1218 -
2002-02-09 01:48:07 +00:00
lazarus
370c5dc92b MG: fixed TMainMenu creation
git-svn-id: trunk@1217 -
2002-02-09 01:48:07 +00:00
lazarus
b282c1eccf MG: fixes for fpc1.1
git-svn-id: trunk@1216 -
2002-02-09 01:48:07 +00:00
lazarus
ab748f266f MG: improved TComboBox.SetItemIndex
git-svn-id: trunk@1215 -
2002-02-09 01:48:07 +00:00
lazarus
a0f7956fbe MG: default all hints to off
git-svn-id: trunk@1214 -
2002-02-09 01:48:06 +00:00
lazarus
206d9e343a AJ: made InputQuery Interface Dependant
git-svn-id: trunk@1213 -
2002-02-09 01:48:06 +00:00
lazarus
2d793e93b1 MG: fixed gdkwindow checks
git-svn-id: trunk@1212 -
2002-02-09 01:48:06 +00:00
lazarus
8413721b4b MG: added DrawItem to TComboBox/TListBox
git-svn-id: trunk@1211 -
2002-02-09 01:48:06 +00:00
lazarus
c719386905 MG: gtk interface now sends keyboard events via DeliverMessage
git-svn-id: trunk@1210 -
2002-02-09 01:48:06 +00:00
lazarus
381eb07394 AJ:Try and fall back on default style if nil(aka default theme)
git-svn-id: trunk@1209 -
2002-02-09 01:48:06 +00:00
lazarus
fd188485b6 MG: activated the clientrect bugfixes
git-svn-id: trunk@1208 -
2002-02-09 01:48:06 +00:00
lazarus
12b900ac6a AJ: More changes for better code reuse between gnome & gtk interfaces
git-svn-id: trunk@1207 -
2002-02-09 01:48:06 +00:00
lazarus
3aade8f34d MG: added gtk rc file support and started stule dependent syscolors
git-svn-id: trunk@1206 -
2002-02-09 01:48:06 +00:00
lazarus
cd5087d8c3 MG: fixed loading TListView from stream
git-svn-id: trunk@1205 -
2002-02-09 01:48:05 +00:00
lazarus
3b1c66300d AJ: added LoadStockPixmap routine & minor fixes to/for GNOMEInt
git-svn-id: trunk@1204 -
2002-02-09 01:48:05 +00:00
lazarus
ea0d764c31 MG: fixed LM_LVChangedItem, OnShowHint, small bugs
git-svn-id: trunk@1203 -
2002-02-09 01:48:05 +00:00
lazarus
bb93cef6db AJ: rearranged GTK init stuff for proper GNOME init & less duplication between interfaces
git-svn-id: trunk@1202 -
2002-02-09 01:48:05 +00:00
lazarus
cd6cecfecb MG: changed license to LGPL
git-svn-id: trunk@1201 -
2002-02-09 01:48:05 +00:00
lazarus
c56c9dbed9 MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
Patch includes:
    -fixes Problems with hiding modal forms
    -temporarily fixes TCustomForm.BorderStyle in bsNone
    -temporarily fixes problems with improper tabbing in TSynEdit

git-svn-id: trunk@1200 -
2002-02-09 01:48:05 +00:00