lazarus
ae5d7dfda1
MG: fixed loading TListView from stream
...
git-svn-id: trunk@3492 -
2002-10-09 11:46:05 +00:00
lazarus
be81c8f901
MG: fixed client origin coordinates
...
git-svn-id: trunk@3490 -
2002-10-09 10:22:54 +00:00
lazarus
a0eed2d542
MG: fixed cool little bug (menu double attaching bug)
...
git-svn-id: trunk@3489 -
2002-10-08 22:32:27 +00:00
lazarus
ef618bde2b
MG: fixed small typos and accelerated TDynHashArray.Contains
...
git-svn-id: trunk@3484 -
2002-10-08 16:15:44 +00:00
lazarus
98e834f5cb
AJ: fixed bug in drawtext, switched hintwindow's to use Canvas.TextRect
...
git-svn-id: trunk@3483 -
2002-10-08 02:52:58 +00:00
lazarus
715d62fa62
MG: accelerated TDynHashArray
...
git-svn-id: trunk@3480 -
2002-10-07 10:59:41 +00:00
lazarus
c7ad8d7fd2
MG: JITForms now sets csDesigning before creation
...
git-svn-id: trunk@3475 -
2002-10-06 17:55:45 +00:00
lazarus
d11861c864
MG: fixed TComboBox.ItemIndex on CreateWnd
...
git-svn-id: trunk@3467 -
2002-10-05 10:37:21 +00:00
lazarus
a60a0c9584
MG: improved TComboBox.SetItemIndex
...
git-svn-id: trunk@3460 -
2002-10-04 20:46:51 +00:00
lazarus
e850093571
MG: added DrawItem to TComboBox/TListBox
...
git-svn-id: trunk@3459 -
2002-10-04 14:24:15 +00:00
lazarus
9268921ead
MG: fixed compiling gnome interface
...
git-svn-id: trunk@3457 -
2002-10-03 19:02:04 +00:00
lazarus
e932ca99e6
MG: fixed compiling gnome interface
...
git-svn-id: trunk@3456 -
2002-10-03 18:57:25 +00:00
lazarus
48ba3da714
MG: added lcl/units/gnome
...
git-svn-id: trunk@3455 -
2002-10-03 18:11:22 +00:00
lazarus
acd0679554
MG: started customdrawitem
...
git-svn-id: trunk@3454 -
2002-10-03 18:04:46 +00:00
lazarus
3986fdd872
MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
...
git-svn-id: trunk@3452 -
2002-10-03 14:47:31 +00:00
lazarus
adf826a1be
AJ: TCustomLabel Autosize, TCustomCheckbox '&' shortcuts started
...
git-svn-id: trunk@3450 -
2002-10-03 00:08:50 +00:00
lazarus
cdc4491fb2
MG: accelerated unitdependencies
...
git-svn-id: trunk@3448 -
2002-10-02 16:16:40 +00:00
lazarus
0b38b75404
MG: added various history lists
...
git-svn-id: trunk@3446 -
2002-10-02 14:23:23 +00:00
lazarus
690a7f150a
AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.
...
git-svn-id: trunk@3442 -
2002-10-01 18:00:04 +00:00
mattias
7ab779bbc8
added SelectDirectory dialog
...
git-svn-id: trunk@3430 -
2002-10-01 15:45:58 +00:00
mattias
01a8eab6d8
fixes for debugging lazarus
...
git-svn-id: trunk@3428 -
2002-10-01 15:45:57 +00:00
lazarus
dac81bf18e
MG: fixed mem leak
...
git-svn-id: trunk@3385 -
2002-10-01 10:41:47 +00:00
lazarus
fb9dc77cbe
MG: removed last clientrectbugfix switches
...
git-svn-id: trunk@3384 -
2002-10-01 10:16:34 +00:00
lazarus
e104598666
MG: fixed parsing textnodes
...
git-svn-id: trunk@3382 -
2002-10-01 08:27:35 +00:00
lazarus
df7fc46334
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@3375 -
2002-09-29 15:08:38 +00:00
lazarus
24f1528f15
MWE: Woops, forgot one file of "Andrew Johnson" <aj_genius@hotmail.com>'s
...
patch
git-svn-id: trunk@3374 -
2002-09-27 21:31:02 +00:00
lazarus
27f7ca3e31
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@3373 -
2002-09-27 20:52:23 +00:00
lazarus
e940f8c711
MG: fixed Menu.Free and gdkwindow=nil bug
...
git-svn-id: trunk@3363 -
2002-09-19 16:45:54 +00:00
lazarus
e4c398a208
MG: added patch from Andrew
...
git-svn-id: trunk@3361 -
2002-09-18 17:07:30 +00:00
lazarus
d3f24412e6
MG: fixed mem leak in TPixmap
...
git-svn-id: trunk@3354 -
2002-09-16 16:18:50 +00:00
lazarus
6f512029ae
MG: replaced halt with raiseexception
...
git-svn-id: trunk@3353 -
2002-09-16 16:06:21 +00:00
lazarus
37611d322b
MG: fixed calling DestroyHandle if not HandleAllocated
...
git-svn-id: trunk@3352 -
2002-09-16 15:42:17 +00:00
lazarus
c10b07e7b0
MG: gtk mlouse events can now be fetched before or after
...
git-svn-id: trunk@3350 -
2002-09-16 08:54:03 +00:00
lazarus
deecb51f4b
MG: fixed selection
...
git-svn-id: trunk@3348 -
2002-09-15 13:00:15 +00:00
lazarus
78911bbec5
MG: fixed icons
...
git-svn-id: trunk@3343 -
2002-09-14 14:47:41 +00:00
lazarus
4be5bbcd27
MG: added icons to unitdependencies
...
git-svn-id: trunk@3342 -
2002-09-14 12:35:59 +00:00
lazarus
1d4aa7e976
MG: added expanding to unit dependencies
...
git-svn-id: trunk@3341 -
2002-09-14 10:39:40 +00:00
lazarus
44e3418b75
MG: added TListView notification from Vincent
...
git-svn-id: trunk@3340 -
2002-09-14 08:38:06 +00:00
lazarus
5aab225599
MG: removed the 1x1 bitmap from TBitBtn
...
git-svn-id: trunk@3337 -
2002-09-13 16:58:27 +00:00
lazarus
c7aeefd819
Reverting statusbar changes.
...
git-svn-id: trunk@3336 -
2002-09-13 16:07:20 +00:00
lazarus
e18c37b2a4
Cleanups, extended TStatusBar, graphic control cleanups.
...
git-svn-id: trunk@3334 -
2002-09-13 11:49:47 +00:00
lazarus
11279dd04b
MG: gradient fill, minor issues from Andrew
...
git-svn-id: trunk@3328 -
2002-09-12 05:56:15 +00:00
lazarus
1e57a6f00c
MG: added stringhashlist.pas
...
git-svn-id: trunk@3326 -
2002-09-11 15:04:49 +00:00
lazarus
fc518c76b8
MG: TListView now works handleless and SetSelection implemented
...
git-svn-id: trunk@3312 -
2002-09-10 10:00:27 +00:00
lazarus
385cd1efb4
MG: fixed TCheckBox.DoAutoSize on loading
...
git-svn-id: trunk@3311 -
2002-09-10 07:33:37 +00:00
lazarus
b12c94294c
MG: scrollingwincontrol from Andrew
...
git-svn-id: trunk@3310 -
2002-09-10 06:49:25 +00:00
lazarus
f5bb1e4998
MG: added scrollingwincontrol.inc
...
git-svn-id: trunk@3309 -
2002-09-09 19:30:57 +00:00
lazarus
b385b12038
MG: started TTreeView dragging
...
git-svn-id: trunk@3308 -
2002-09-09 19:04:01 +00:00
lazarus
42c2244602
MG: added multiselection to TTreeView
...
git-svn-id: trunk@3307 -
2002-09-09 17:41:18 +00:00
lazarus
4d2b332a14
MG: improved TScreen and ShowModal
...
git-svn-id: trunk@3306 -
2002-09-09 14:01:05 +00:00
lazarus
109aaa2ab7
MG: started TCollectionPropertyEditor
...
git-svn-id: trunk@3304 -
2002-09-09 07:26:42 +00:00
lazarus
7c6093077f
Form deactivation fixes.
...
git-svn-id: trunk@3303 -
2002-09-09 06:27:06 +00:00
lazarus
4f2ae66e68
Fixed and simplified TRadioButton
...
git-svn-id: trunk@3302 -
2002-09-08 19:09:55 +00:00
lazarus
64d87305f7
MG: TComponentPropertyEditor now shows child properties
...
git-svn-id: trunk@3300 -
2002-09-08 12:23:43 +00:00
lazarus
a188d432fd
MG: fixed streaming visible=false
...
git-svn-id: trunk@3299 -
2002-09-08 10:01:59 +00:00
lazarus
bb06eb301c
EchoMode for TCustomEdit. emNone not implemented for GTK+, falls back to emPassword
...
behaviour.
git-svn-id: trunk@3296 -
2002-09-07 12:14:50 +00:00
lazarus
2dad37ebc4
MG: fixed scrollbars of TTreeView
...
git-svn-id: trunk@3294 -
2002-09-06 19:11:48 +00:00
lazarus
5c451a6971
MG: fixed notebook client area, send messages and minor bugs
...
git-svn-id: trunk@3293 -
2002-09-06 15:57:34 +00:00
lazarus
1e44a47b9f
MG: added show pages menu to TNotebookcomponenteditor
...
git-svn-id: trunk@3288 -
2002-09-05 14:57:55 +00:00
lazarus
df053a6541
MG: set default value for TStatusBar.SimplePanel
...
git-svn-id: trunk@3287 -
2002-09-05 13:33:10 +00:00
lazarus
98a15081f3
MG: fixed removing notebook
...
git-svn-id: trunk@3286 -
2002-09-05 13:21:12 +00:00
lazarus
7c8d67a7ad
MG: TNotebook is now streamable
...
git-svn-id: trunk@3284 -
2002-09-05 12:11:43 +00:00
lazarus
054b715d8d
New dialog for multiline caption of TCustomLabel.
...
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.
git-svn-id: trunk@3283 -
2002-09-05 10:12:07 +00:00
lazarus
4523126a26
MG: improved streaming error handling
...
git-svn-id: trunk@3280 -
2002-09-04 09:32:17 +00:00
lazarus
939e1f6074
Intermediate UI patch to show a bug.
...
git-svn-id: trunk@3279 -
2002-09-03 20:02:01 +00:00
lazarus
da2e467433
Added shortcut keys to labels
...
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.
git-svn-id: trunk@3278 -
2002-09-03 11:32:49 +00:00
lazarus
c63ab4f76d
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3277 -
2002-09-03 09:03:07 +00:00
lazarus
539b2d26ca
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3276 -
2002-09-03 08:07:20 +00:00
lazarus
7de1f22503
MG: fixed GetActivePage
...
git-svn-id: trunk@3275 -
2002-09-02 20:05:44 +00:00
lazarus
443c0e5ae2
MG: double click in designer now invokes component editors
...
git-svn-id: trunk@3272 -
2002-09-01 19:57:03 +00:00
lazarus
a670440d50
MG: double, triple and quad clicks now works
...
git-svn-id: trunk@3271 -
2002-09-01 16:11:21 +00:00
lazarus
dd17214a28
MG: fixed destroying combobox
...
git-svn-id: trunk@3268 -
2002-08-31 11:37:09 +00:00
lazarus
9caac69e35
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
...
git-svn-id: trunk@3265 -
2002-08-30 12:32:25 +00:00
lazarus
e78acde725
Fixed alignment of multiline TLabel.
...
Simplified and prettified MessageBoxen.
git-svn-id: trunk@3264 -
2002-08-30 10:06:07 +00:00
lazarus
77006e3b51
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@3263 -
2002-08-30 06:46:03 +00:00
lazarus
ebf7b9a916
Make CreatePixmapIndirect work for Win32. Work done by Markus Luedin.
...
git-svn-id: trunk@3262 -
2002-08-29 16:22:02 +00:00
lazarus
5e4938af5d
MG: fixed TComboBox and InvalidateControl
...
git-svn-id: trunk@3258 -
2002-08-29 00:07:01 +00:00
lazarus
3e9ae9aac4
Keith: Win32 fixes. Much appreciation to Markus L�din.
...
git-svn-id: trunk@3257 -
2002-08-28 17:28:11 +00:00
lazarus
810dd75926
MG: reduced paint messages and DC getting/releasing
...
git-svn-id: trunk@3254 -
2002-08-28 09:40:52 +00:00
lazarus
0820232958
MG: propedits text improvements from Andrew, uncapturing, improved comobobox
...
git-svn-id: trunk@3253 -
2002-08-27 18:45:13 +00:00
lazarus
ee117c5aeb
MG: fixed designer component deletion
...
git-svn-id: trunk@3252 -
2002-08-27 14:33:37 +00:00
lazarus
86fa4833c4
MG: ShortCut support for buttons from Andrew
...
git-svn-id: trunk@3248 -
2002-08-27 06:40:50 +00:00
lazarus
ad27a83fd6
MG: fixed speedbutton in designmode
...
git-svn-id: trunk@3246 -
2002-08-26 17:28:21 +00:00
lazarus
cc8a613f02
MG: calendar now ignores double clicks
...
git-svn-id: trunk@3244 -
2002-08-25 14:32:10 +00:00
lazarus
60de83b33e
MG: fixed unallocated spinedit handle bug
...
git-svn-id: trunk@3243 -
2002-08-25 14:27:45 +00:00
lazarus
6670f3b92c
MG: replaced C-style operators
...
git-svn-id: trunk@3242 -
2002-08-25 13:31:35 +00:00
lazarus
3355e474de
MG: fixed mouse capturing, OI edit focus
...
git-svn-id: trunk@3238 -
2002-08-24 12:54:59 +00:00
lazarus
982d2882b7
MG: from Andrew: style list fixes, autosize for radio/checkbtns
...
git-svn-id: trunk@3237 -
2002-08-24 06:51:22 +00:00
lazarus
bde677c04c
MG: started debugging of mouse capturing
...
git-svn-id: trunk@3233 -
2002-08-22 16:22:39 +00:00
lazarus
f52cfc56ef
MG: accelerated new/dispose of gdiobjects
...
git-svn-id: trunk@3227 -
2002-08-21 08:13:37 +00:00
lazarus
10c89e7da7
MG: improved Clipping, TextOut, Polygon functions
...
git-svn-id: trunk@3226 -
2002-08-19 20:34:49 +00:00
mattias
907efa7e6e
implemented TPairSplitter
...
git-svn-id: trunk@3225 -
2002-08-19 15:15:24 +00:00
mattias
b027a05a07
fixed realizing bounds after loading form
...
git-svn-id: trunk@3224 -
2002-08-19 15:15:22 +00:00
marc
f89844ce46
+ Added TCheckListBox component
...
git-svn-id: trunk@3223 -
2002-08-19 15:15:22 +00:00
mattias
73e74d5d4c
fixed update on changing package usage options
...
git-svn-id: trunk@3222 -
2002-08-19 15:15:22 +00:00
mattias
15b83f20c6
started codeexplorer
...
git-svn-id: trunk@3221 -
2002-08-19 15:15:21 +00:00
mattias
d2d8952e67
added package gtkopengl
...
git-svn-id: trunk@3220 -
2002-08-19 15:15:21 +00:00
mattias
da81182b58
implemented tabstop
...
git-svn-id: trunk@3219 -
2002-08-19 15:15:21 +00:00
mattias
06a165bdb2
fixed changing unitname during update
...
git-svn-id: trunk@3218 -
2002-08-19 15:15:21 +00:00
mattias
16c012f163
custom controls now support child wincontrols
...
git-svn-id: trunk@3217 -
2002-08-19 15:15:20 +00:00
mattias
7e59d4ab19
added TMaskEdit from Tony
...
git-svn-id: trunk@3216 -
2002-08-19 15:15:20 +00:00
mattias
2ff1eed9f6
fixes for current fpc 1.1
...
git-svn-id: trunk@3215 -
2002-08-19 15:15:20 +00:00
mattias
5598cc0a7f
fixed popupmenu on menueditor
...
git-svn-id: trunk@3214 -
2002-08-19 15:15:20 +00:00
mattias
d7831025ee
more localization for gtk- and win32-interface and lcl
...
git-svn-id: trunk@3213 -
2002-08-19 15:15:19 +00:00
mattias
983e30de88
fixed using streamed clientwith/height for child anchors
...
git-svn-id: trunk@3212 -
2002-08-19 15:15:19 +00:00
mattias
c24d389ecc
added Tonys printer units
...
git-svn-id: trunk@3211 -
2002-08-19 15:15:19 +00:00
lazarus
08bdae4050
MG: TNotebook is now streamable
...
git-svn-id: trunk@3210 -
2002-08-19 15:15:19 +00:00
mattias
9a5a6c7cb4
added grids.pas from Jesus Reyes A.
...
git-svn-id: trunk@3209 -
2002-08-19 15:15:18 +00:00
mattias
0e4058c81d
fixed Set/GetPixel
...
git-svn-id: trunk@3208 -
2002-08-19 15:15:18 +00:00
lazarus
23df05bedb
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3207 -
2002-08-19 15:15:18 +00:00
lazarus
41e525a169
MG: TNoteBook now starts with no Page and TPage has no auto names
...
git-svn-id: trunk@3206 -
2002-08-19 15:15:18 +00:00
lazarus
b3fe77eb27
MG: broke LCL<->interface circles
...
git-svn-id: trunk@3205 -
2002-08-19 15:15:17 +00:00
mattias
ebbda8c55b
published TNoteBook.Anchors and started context diff
...
git-svn-id: trunk@3204 -
2002-08-19 15:15:17 +00:00
lazarus
e0c3666868
MG: added DrawItem to TComboBox/TListBox
...
git-svn-id: trunk@3203 -
2002-08-19 15:15:16 +00:00
mattias
16640241d8
implemented tabstop
...
git-svn-id: trunk@3202 -
2002-08-19 15:15:16 +00:00
lazarus
6b8d0dbcd3
MG: added stringhashlist.pas
...
git-svn-id: trunk@3201 -
2002-08-19 15:15:15 +00:00
mattias
3b6cd50bfe
started TLabeledEdit
...
git-svn-id: trunk@3200 -
2002-08-19 15:15:15 +00:00
lazarus
2eebcf1245
MG: accelerated new/dispose of gdiobjects
...
git-svn-id: trunk@3199 -
2002-08-19 15:15:14 +00:00
mattias
f4c461d73a
implemented installing components in component palette
...
git-svn-id: trunk@3198 -
2002-08-19 15:15:14 +00:00
mattias
b26adcd479
started package registration
...
git-svn-id: trunk@3197 -
2002-08-19 15:15:13 +00:00
mattias
a265979cb3
fixed scrollbars of TIpHtmlPanel
...
git-svn-id: trunk@3196 -
2002-08-19 15:15:12 +00:00
mattias
00d9a93c44
added TCheckGroup.CheckEnabled
...
git-svn-id: trunk@3195 -
2002-08-19 15:15:11 +00:00
mattias
74c881a3d3
added TCheckGroup
...
git-svn-id: trunk@3194 -
2002-08-19 15:15:10 +00:00
mattias
7ca83621a2
fixed TRadioGroup.ItemIndex=-1
...
git-svn-id: trunk@3193 -
2002-08-19 15:15:09 +00:00
mattias
2760896215
more localization for gtk- and win32-interface and lcl
...
git-svn-id: trunk@3192 -
2002-08-19 15:15:08 +00:00
mattias
2b030f261c
reduced speedbutton invalidates, added TCanvas.Frame
...
git-svn-id: trunk@3191 -
2002-08-19 15:15:07 +00:00
mattias
0f81c84b8b
applied patch from Jesus for many grid improvements
...
git-svn-id: trunk@3190 -
2002-08-19 15:15:06 +00:00
mattias
d05fbd3dac
published TNoteBook.Align
...
git-svn-id: trunk@3189 -
2002-08-19 15:15:05 +00:00
mattias
fc9b991d4a
fixes for htmllite
...
git-svn-id: trunk@3188 -
2002-08-19 15:15:04 +00:00
mattias
01a22fb28e
improved designer rubberband
...
git-svn-id: trunk@3187 -
2002-08-19 15:15:03 +00:00
lazarus
1aa7a67927
MG: fixed LM_LVChangedItem, OnShowHint, small bugs
...
git-svn-id: trunk@3186 -
2002-08-19 15:15:02 +00:00
lazarus
5b20a8514f
MG: implemented hints
...
git-svn-id: trunk@3185 -
2002-08-19 15:15:01 +00:00
lazarus
9409ca9778
MG: implemented TIdleTimer and fixed small bugs
...
git-svn-id: trunk@3184 -
2002-08-19 15:15:00 +00:00
lazarus
dadb8e496c
AJ: added TShape
...
git-svn-id: trunk@3183 -
2002-08-19 15:14:59 +00:00
lazarus
65d78922ce
MG: fixed changing notebook pageindex at designtime
...
git-svn-id: trunk@3182 -
2002-08-19 15:14:58 +00:00
lazarus
1edd1dcd19
MG: broke some interfaces.pp circles
...
git-svn-id: trunk@3181 -
2002-08-19 15:14:57 +00:00
lazarus
859c531dc5
MG: broke extctrls.pp <-> forms.pp circle
...
git-svn-id: trunk@3180 -
2002-08-19 15:14:56 +00:00
lazarus
b644518ae5
MG: fixed TnoteBook AddPage and double creation of MeinMenu
...
git-svn-id: trunk@3179 -
2002-08-19 15:14:55 +00:00
lazarus
c54dbe2373
AJ:switched TImage.Autosize to use DoAutoSize
...
git-svn-id: trunk@3178 -
2002-08-19 15:14:54 +00:00
lazarus
14ce4cf73b
MG: fixes for 1.1
...
git-svn-id: trunk@3177 -
2002-08-19 15:14:53 +00:00
lazarus
a537fadc78
MG: fixed TPage.Visible
...
git-svn-id: trunk@3176 -
2002-08-19 15:14:52 +00:00
lazarus
e1797ddf53
MG: fixed timers
...
git-svn-id: trunk@3175 -
2002-08-19 15:14:51 +00:00
lazarus
5591e09f52
MG: changed PDeviceContext into class TDeviceContext
...
git-svn-id: trunk@3174 -
2002-08-19 15:14:50 +00:00
lazarus
934d75f15b
MG: started TCollectionPropertyEditor
...
git-svn-id: trunk@3173 -
2002-08-19 15:14:49 +00:00
lazarus
e30f550e27
MG: TNotebook is now streamable
...
git-svn-id: trunk@3172 -
2002-08-19 15:14:48 +00:00
lazarus
46a3c71dbf
New dialog for multiline caption of TCustomLabel.
...
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.
git-svn-id: trunk@3171 -
2002-08-19 15:14:47 +00:00
lazarus
ba11c85e35
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@3170 -
2002-08-19 15:14:46 +00:00
lazarus
3609c3cda9
MG: TNoteBook now starts with no Page and TPage has no auto names
...
git-svn-id: trunk@3169 -
2002-08-19 15:14:45 +00:00
lazarus
0193a0daf3
MG: activated environment opts in debugger
...
git-svn-id: trunk@3168 -
2002-08-19 15:14:44 +00:00
mattias
ae12a98a40
fixes for debugging
...
git-svn-id: trunk@3166 -
2002-08-18 16:50:09 +00:00