lazarus
d7a033df4f
MG: impoved focussing, unfocussing on destroy and fixed unit search
...
git-svn-id: trunk@1122 -
2002-02-09 01:47:54 +00:00
lazarus
0bc122cfc2
MG: added jitform error messagedlg
...
git-svn-id: trunk@1121 -
2002-02-09 01:47:54 +00:00
lazarus
57245cf057
MG: fixed mouse capturing, OI edit focus
...
git-svn-id: trunk@1120 -
2002-02-09 01:47:54 +00:00
lazarus
deebbe3697
MG: accelerated SelectGDKPenProps
...
git-svn-id: trunk@1119 -
2002-02-09 01:47:54 +00:00
lazarus
1842ced010
MG: broke LCL<->interface circles
...
git-svn-id: trunk@1118 -
2002-02-09 01:47:53 +00:00
lazarus
fb79ae6e7f
MG: fixed unreleased gdiRegions
...
git-svn-id: trunk@1117 -
2002-02-09 01:47:53 +00:00
lazarus
352694b6d2
MG: double, triple and quad clicks now works
...
git-svn-id: trunk@1116 -
2002-02-09 01:47:53 +00:00
lazarus
885b07d09b
MG: applied cyrillic patch from vasily
...
git-svn-id: trunk@1115 -
2002-02-09 01:47:53 +00:00
lazarus
89153229dd
MG: activated InvalidateControl for TWinControls
...
git-svn-id: trunk@1114 -
2002-02-09 01:47:53 +00:00
lazarus
4d402acc13
MG: JITForms now sets csDesigning before creation
...
git-svn-id: trunk@1113 -
2002-02-09 01:47:53 +00:00
lazarus
a76f38fb5a
MG: from Andrew: style list fixes, autosize for radio/checkbtns
...
git-svn-id: trunk@1112 -
2002-02-09 01:47:53 +00:00
lazarus
8cae70965a
AJ:Minor fixes for Win32 GTK compiling
...
git-svn-id: trunk@1111 -
2002-02-09 01:47:52 +00:00
lazarus
43dbeabfb2
MG: added some property editors and started component editors
...
git-svn-id: trunk@1110 -
2002-02-09 01:47:52 +00:00
lazarus
e7a0cb32f6
MG: improved Clipping, TextOut, Polygon functions
...
git-svn-id: trunk@1109 -
2002-02-09 01:47:52 +00:00
lazarus
44d55b2eb1
MG: added paint messages for some gtk internal widgets
...
git-svn-id: trunk@1108 -
2002-02-09 01:47:52 +00:00
lazarus
3ae29243f8
MG: removed ClientRectBugfix defines
...
git-svn-id: trunk@1107 -
2002-02-09 01:47:52 +00:00
lazarus
cbc302efd9
MG: started customdrawitem
...
git-svn-id: trunk@1106 -
2002-02-09 01:47:52 +00:00
lazarus
31bae37067
MG: TNotebook is now streamable
...
git-svn-id: trunk@1105 -
2002-02-09 01:47:52 +00:00
lazarus
2128439bcd
MG: added changes from Andrew (Clipping)
...
git-svn-id: trunk@1104 -
2002-02-09 01:47:51 +00:00
lazarus
bfe6568fab
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@1103 -
2002-02-09 01:47:51 +00:00
lazarus
dd80484dc6
MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
...
git-svn-id: trunk@1102 -
2002-02-09 01:47:51 +00:00
lazarus
654112bc03
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
...
git-svn-id: trunk@1101 -
2002-02-09 01:47:51 +00:00
lazarus
fe38fc88f7
MG: fixed BadCursor bug and Circle Reference of FixedWidget of csPanel
...
git-svn-id: trunk@1100 -
2002-02-09 01:47:51 +00:00
lazarus
ac3a495b77
MG: fixed client origin coordinates
...
git-svn-id: trunk@1099 -
2002-02-09 01:47:51 +00:00
lazarus
576e2e0dd3
Intermediate UI patch to show a bug.
...
git-svn-id: trunk@1098 -
2002-02-09 01:47:51 +00:00
lazarus
90ff4d43ee
AJ: started GNOME interface & modified gtk interface so everything is public/protected
...
git-svn-id: trunk@1097 -
2002-02-09 01:47:50 +00:00
lazarus
4e3bc91f39
MG: added SendCachedLCLMessages to interfacebase for wysiwyg
...
git-svn-id: trunk@1096 -
2002-02-09 01:47:50 +00:00
lazarus
09df0ec469
MG: lazarus now requires the stable 1.0.6 fpc with ssTriple
...
git-svn-id: trunk@1095 -
2002-02-09 01:47:50 +00:00
lazarus
f302af081f
AJ: More changes for better code reuse between gnome & gtk interfaces
...
git-svn-id: trunk@1094 -
2002-02-09 01:47:50 +00:00
lazarus
d4332213c0
MG: added gdkpixbuf.pp and changes from Andrew Johnson
...
git-svn-id: trunk@1093 -
2002-02-09 01:47:50 +00:00
lazarus
bd324087e2
Use comboboxes. Use history. Prettify the dialog. Preselect text on show.
...
Make the findreplace a dialog. Thus removing resiying code (handled by Anchors now anyway).
Make Anchors work again and publish them for various controls.
SelStart and Co. for TEdit, SelectAll procedure for TComboBox and TEdit.
Clean up and fix some bugs for TComboBox, plus selection stuff.
git-svn-id: trunk@1092 -
2002-02-09 01:47:50 +00:00
lazarus
67bb296e3c
MG: moved RectVisible, ExcludeClipRect and IntersectClipRect to interface dependent functions
...
git-svn-id: trunk@1091 -
2002-02-09 01:47:50 +00:00
lazarus
46f4a395d7
MG: fixed TnoteBook AddPage and double creation of MeinMenu
...
git-svn-id: trunk@1090 -
2002-02-09 01:47:49 +00:00
lazarus
d90361aa66
MG: Form Editing: snapping, guidelines, modified on move/resize, creating components in csDesigning, ...
...
git-svn-id: trunk@1089 -
2002-02-09 01:47:49 +00:00
lazarus
91ebfcb675
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@1088 -
2002-02-09 01:47:49 +00:00
lazarus
a8706aaba9
MG: fixed mouse capturing, OI edit focus
...
git-svn-id: trunk@1087 -
2002-02-09 01:47:49 +00:00
lazarus
48d57ba666
MG: changed PDeviceContext into class TDeviceContext
...
git-svn-id: trunk@1086 -
2002-02-09 01:47:49 +00:00
lazarus
30cec09ad4
MG: added graphics extensions from Andrew Johnson
...
git-svn-id: trunk@1085 -
2002-02-09 01:47:49 +00:00
lazarus
f021a7cb91
MG: added TDeviceContext.SelectedColors
...
git-svn-id: trunk@1084 -
2002-02-09 01:47:49 +00:00
lazarus
47cac457c3
MG: added TDevContextColorType
...
git-svn-id: trunk@1083 -
2002-02-09 01:47:48 +00:00
lazarus
28a08810d9
MG: added property TMenuItems.RightJustify
...
git-svn-id: trunk@1082 -
2002-02-09 01:47:48 +00:00
lazarus
2aa12407df
MG: fixed mouse coords and fixed mouse clicked thru bug
...
git-svn-id: trunk@1081 -
2002-02-09 01:47:48 +00:00
lazarus
5a2daa1e6c
MG: TNoteBook now starts with no Page and TPage has no auto names
...
git-svn-id: trunk@1080 -
2002-02-09 01:47:48 +00:00
lazarus
c0d8ad7fb5
MG: minor cleanups
...
git-svn-id: trunk@1079 -
2002-02-09 01:47:48 +00:00
lazarus
833ee96787
MG: fixed Menu.Free and gdkwindow=nil bug
...
git-svn-id: trunk@1078 -
2002-02-09 01:47:48 +00:00
lazarus
f1dd679165
MG: implemented Ctrl+Mouse links in source editor
...
git-svn-id: trunk@1077 -
2002-02-09 01:47:48 +00:00
lazarus
590ea0c43e
AJ: Started Form Scrolling
...
Started StaticText FocusControl
Fixed Misc Dialog Problems
Added TApplication.Title
git-svn-id: trunk@1076 -
2002-02-09 01:47:47 +00:00
lazarus
2ed90c3bbc
MG: accelerated GDIColor allocating
...
git-svn-id: trunk@1075 -
2002-02-09 01:47:47 +00:00
lazarus
76cf856886
MG: reduced output
...
git-svn-id: trunk@1074 -
2002-02-09 01:47:47 +00:00
lazarus
e7575ea85f
MG: TMenuItem can now be created/destroyed/moved at any time
...
git-svn-id: trunk@1073 -
2002-02-09 01:47:47 +00:00