lazarus
170073b0b8
MG: broke LCL<->interface circles
...
git-svn-id: trunk@1269 -
2002-02-09 01:48:12 +00:00
lazarus
b25c3b5274
MG: broke some interfaces.pp circles
...
git-svn-id: trunk@1247 -
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
d10922cead
MG: broke graphics.pp <-> clipbrd.pp circle
...
git-svn-id: trunk@1226 -
2002-02-09 01:48:08 +00:00
lazarus
e21390b5c1
MG: reduced output
...
git-svn-id: trunk@1220 -
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
cd5087d8c3
MG: fixed loading TListView from stream
...
git-svn-id: trunk@1205 -
2002-02-09 01:48:05 +00:00
lazarus
e952aef81f
MG: fixed mem leak
...
git-svn-id: trunk@1193 -
2002-02-09 01:48:04 +00:00
lazarus
762a95214b
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@1182 -
2002-02-09 01:48:03 +00:00
lazarus
165c114f9e
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
...
Here is the run down of what it includes -
-Vasily Volchenko's Updated Russian Localizations
-improvements to GTK Styles/SysColors
-initial GTK Palette code - (untested, and for now useless)
-Hint Windows and Modal dialogs now try to stay transient to
the main program form, aka they stay on top of the main form
and usually minimize/maximize with it.
-fixes to Form BorderStyle code(tool windows needed a border)
-fixes DrawFrameControl DFCS_BUTTONPUSH to match Win32 better
when flat
-fixes DrawFrameControl DFCS_BUTTONCHECK to match Win32 better
and to match GTK theme better. It works most of the time now,
but some themes, noteably Default, don't work.
-fixes bug in Bitmap code which broke compiling in NoGDKPixbuf
mode.
-misc other cleanups/ fixes in gtk interface
-speedbutton's should now draw correctly when flat in Win32
-I have included an experimental new CheckBox(disabled by
default) which has initial support for cbGrayed(Tri-State),
and WordWrap, and misc other improvements. It is not done, it
is mostly a quick hack to test DrawFrameControl
DFCS_BUTTONCHECK, however it offers many improvements which
can be seen in cbsCheck/cbsCrissCross (aka non-themed) state.
-fixes Message Dialogs to more accurately determine
button Spacing/Size, and Label Spacing/Size based on current
System font.
-fixes MessageDlgPos, & ShowMessagePos in Dialogs
-adds InputQuery & InputBox to Dialogs
-re-arranges & somewhat re-designs Control Tabbing, it now
partially works - wrapping around doesn't work, and
subcontrols(Panels & Children, etc) don't work. TabOrder now
works to an extent. I am not sure what is wrong with my code,
based on my other tests at least wrapping and TabOrder SHOULD
work properly, but.. Anyone want to try and fix?
-SynEdit(Code Editor) now changes mouse cursor to match
position(aka over scrollbar/gutter vs over text edit)
-adds a TRegion property to Graphics.pp, and Canvas. Once I
figure out how to handle complex regions(aka polygons) data
properly I will add Region functions to the canvas itself
(SetClipRect, intersectClipRect etc.)
-BitBtn now has a Stored flag on Glyph so it doesn't store to
lfm/lrs if Glyph is Empty, or if Glyph is not bkCustom(aka
bkOk, bkCancel, etc.) This should fix most crashes with older
GDKPixbuf libs.
git-svn-id: trunk@1177 -
2002-02-09 01:48:02 +00:00
lazarus
bcf09f709e
MG: scrollingwincontrol from Andrew
...
git-svn-id: trunk@1174 -
2002-02-09 01:48:01 +00:00
lazarus
651ca005e0
MG: started TTreeView dragging
...
git-svn-id: trunk@1158 -
2002-02-09 01:48:00 +00:00
lazarus
3ac2c699a1
MG: improved TScreen and ShowModal
...
git-svn-id: trunk@1156 -
2002-02-09 01:47:59 +00:00
lazarus
5f83cbb225
MG: fixed streaming visible=false
...
git-svn-id: trunk@1148 -
2002-02-09 01:47:58 +00:00
lazarus
9ce911b48e
Enabled cursor property + property editor.
...
git-svn-id: trunk@1145 -
2002-02-09 01:47:57 +00:00
lazarus
6ebe9863d6
MG: TNotebook is now streamable
...
git-svn-id: trunk@1134 -
2002-02-09 01:47:56 +00:00
lazarus
395bf33e7f
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@1128 -
2002-02-09 01:47:55 +00:00
lazarus
c18a775aaf
MG: TNoteBook now starts with no Page and TPage has no auto names
...
git-svn-id: trunk@1123 -
2002-02-09 01:47:54 +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
43dbeabfb2
MG: added some property editors and started component editors
...
git-svn-id: trunk@1110 -
2002-02-09 01:47:52 +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
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
a8706aaba9
MG: fixed mouse capturing, OI edit focus
...
git-svn-id: trunk@1087 -
2002-02-09 01:47:49 +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
b509812cdb
MG: started debugging of mouse capturing
...
git-svn-id: trunk@1071 -
2002-02-09 01:47:47 +00:00
lazarus
99c0366054
MG: removed ClientRectBugfix defines
...
git-svn-id: trunk@1065 -
2002-02-09 01:47:46 +00:00
lazarus
04d9d65750
MG: codecompletion now checks for filebreaks, savefile now checks for filedate
...
git-svn-id: trunk@1059 -
2002-02-09 01:47:45 +00:00
lazarus
b93e2bb3d3
MG: moved TColor definition to graphtype.pp and registered TColor names
...
git-svn-id: trunk@1051 -
2002-02-09 01:47:44 +00:00
lazarus
2c43759d1e
MG: fixed parser for external vars
...
git-svn-id: trunk@1044 -
2002-02-09 01:47:43 +00:00
lazarus
b875923f4a
MG: moved RectVisible, ExcludeClipRect and IntersectClipRect to interface dependent functions
...
git-svn-id: trunk@1036 -
2002-02-09 01:47:42 +00:00
lazarus
96e8260ca7
MG: Form Editing: snapping, guidelines, modified on move/resize, creating components in csDesigning, ...
...
git-svn-id: trunk@1034 -
2002-02-09 01:47:41 +00:00
lazarus
ddaf4a13ab
MG: improved TFont for XLFD font names
...
git-svn-id: trunk@1027 -
2002-02-09 01:47:40 +00:00
lazarus
f88250748b
+ implemented HasParent for TControl & changed TCustomForm.GetChildren
...
accordingly (sorry, control.inc & customform.inc got wrong comment:-( )
stoppok
git-svn-id: trunk@1014 -
2002-02-09 01:47:39 +00:00
lazarus
3b49b2e9b8
MG: started mouse bugfix and completed Makefile.fpc
...
git-svn-id: trunk@1007 -
2002-02-09 01:47:38 +00:00
lazarus
637fdcd3ed
MG: activated the clientrect bugfixes
...
git-svn-id: trunk@1003 -
2002-02-09 01:47:37 +00:00
lazarus
d78e403562
MG: changed license to LGPL
...
git-svn-id: trunk@997 -
2002-02-09 01:47:36 +00:00
lazarus
71226589e0
MG: further clientrect bugfixes
...
git-svn-id: trunk@993 -
2002-02-09 01:47:35 +00:00
lazarus
fa94cfbe81
MG: replaced logo, increased version to 0.8.3a and some clientrectbugfix
...
git-svn-id: trunk@987 -
2002-02-09 01:47:34 +00:00
lazarus
bc2b413643
MG: started new client rectangle
...
git-svn-id: trunk@981 -
2002-02-09 01:47:33 +00:00
lazarus
cedfe2f71e
MG: fixed typos
...
git-svn-id: trunk@972 -
2002-02-09 01:47:32 +00:00
lazarus
007a52cd57
MG: fixed AdjustClientRect of TGroupBox
...
git-svn-id: trunk@968 -
2002-02-09 01:47:31 +00:00
lazarus
b7247ddde8
MG: fixed save lrs to test dir
...
git-svn-id: trunk@959 -
2002-02-09 01:47:30 +00:00
lazarus
e42c0d23a8
MG: added include comments
...
git-svn-id: trunk@953 -
2002-02-09 01:47:29 +00:00
lazarus
82d2e451d8
MG: added include comments
...
git-svn-id: trunk@948 -
2002-02-09 01:47:28 +00:00
lazarus
fff76ed0d4
MG: changed except statements to more verbosity
...
git-svn-id: trunk@944 -
2002-02-09 01:47:27 +00:00
lazarus
1dbce3192d
MG: fixed initial size of TPage
...
git-svn-id: trunk@936 -
2002-02-09 01:47:26 +00:00
lazarus
370644f8c9
MG: added Triple and Quad mouse clicks to lcl and synedit
...
git-svn-id: trunk@931 -
2002-02-09 01:47:25 +00:00
lazarus
c17e81be6c
GTK Cleanup
...
Shane
git-svn-id: trunk@925 -
2002-02-09 01:47:24 +00:00
lazarus
9c2f604975
MG: reduced size+move messages between lcl and interface
...
git-svn-id: trunk@921 -
2002-02-09 01:47:23 +00:00
lazarus
95129ff4fe
MG: fixed TBevel.Create and TListView.Destroy
...
git-svn-id: trunk@916 -
2002-02-09 01:47:22 +00:00
lazarus
117afa05d2
Constraints implementation (first cut) and sizig - moving system rework to
...
better match Delphi/Kylix way of doing things (the existing implementation
worked by acident IMHO :-)
git-svn-id: trunk@913 -
2002-02-09 01:47:21 +00:00
lazarus
c9e180acac
TPanel implemented.
...
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.
git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
a435b0f6b0
MG: added TTreeView
...
git-svn-id: trunk@575 -
2002-01-04 21:07:49 +00:00
lazarus
490d5b5f62
MG: more wmsize messages :(
...
git-svn-id: trunk@565 -
2002-01-01 18:38:36 +00:00
lazarus
7a28cf749f
MG: fixed initial component aligning
...
git-svn-id: trunk@562 -
2002-01-01 15:50:16 +00:00
lazarus
e4f93900e6
MG: added TControl.Refresh
...
git-svn-id: trunk@489 -
2001-12-08 08:54:45 +00:00
lazarus
9585b83378
Added Calendar component
...
Shane
git-svn-id: trunk@480 -
2001-12-05 17:23:45 +00:00
lazarus
67cf25e0fa
MG: fixed set formicon on invisible forms
...
git-svn-id: trunk@406 -
2001-11-10 10:48:02 +00:00
lazarus
40cb0d378a
HintWindow changes
...
Shane
git-svn-id: trunk@403 -
2001-11-09 19:14:25 +00:00
lazarus
2cbcc53a57
Fixed the gtk mousemove bug where the control gets the coord's based on it's parent instead of itself.
...
Shane
git-svn-id: trunk@375 -
2001-10-31 16:29:23 +00:00
lazarus
d6dced53e4
MG: fixed setpixel and TCustomForm.OnResize event
...
git-svn-id: trunk@338 -
2001-10-07 07:28:34 +00:00
lazarus
68eca96428
MG: fixed mem leaks and fixed range check errors
...
git-svn-id: trunk@334 -
2001-09-30 08:34:52 +00:00
lazarus
d175a3aca2
MG: small bugfixes and less notes
...
git-svn-id: trunk@288 -
2001-06-14 14:57:59 +00:00
lazarus
505bc9fa3d
Implemented BringToFront / SendToBack.
...
git-svn-id: trunk@267 -
2001-05-13 22:07:09 +00:00
lazarus
5cc0992d9c
MWE:
...
+ Turned on longstrings
+ modified memotest to add lines
git-svn-id: trunk@244 -
2001-03-27 21:12:54 +00:00
lazarus
0b8e9b01d6
MG: setwindowpos + bugfixes
...
git-svn-id: trunk@240 -
2001-03-26 14:58:32 +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
06516e70d4
MG: activated GetWindowOrgEx
...
git-svn-id: trunk@224 -
2001-03-13 15:02:14 +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
6ecb60e9b4
Code cleanup and JITFOrms bug fix.
...
Shane
git-svn-id: trunk@168 -
2001-02-04 04:18:12 +00:00
lazarus
b63fd4b108
Started the code completion.
...
Shane
git-svn-id: trunk@162 -
2001-02-01 16:45:20 +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
c9e26ce998
Using the lresources.pp and registering components.
...
This is a major change but will create much more flexibility for the IDE.
Shane
git-svn-id: trunk@78 -
2000-12-29 13:14:05 +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
90b0558cba
Added GetChildren
...
Shane
git-svn-id: trunk@72 -
2000-12-20 17:35:58 +00:00
lazarus
3952fe23db
changed the TCOmponentInterface SetPropByName. It works for a few properties, but not all.
...
Shane
git-svn-id: trunk@55 -
2000-12-01 15:50:39 +00:00
lazarus
8ad22a1c8f
Changed TDesigner. It's now notified when a control is added to it's CustomForm.
...
It's created in main.pp when New Form is selected.
Shane
git-svn-id: trunk@53 -
2000-11-30 21:43:38 +00:00
lazarus
fe6058b7fc
New Object Inspector code
...
Shane
git-svn-id: trunk@52 -
2000-11-29 21:22:35 +00:00
lazarus
f28a735d19
Added the Object Inspector code.
...
Added more form editor code.
Shane
git-svn-id: trunk@46 -
2000-11-27 18:52:38 +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
michael
f088b13a3e
+ Initial import
...
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00