lazarus
cc0fe8109e
MG: fixed menu streaming
...
git-svn-id: trunk@3537 -
2002-10-22 18:54:56 +00:00
lazarus
17b5d70d0b
MG: fixed setting modalresult on hide
...
git-svn-id: trunk@3533 -
2002-10-22 13:01:20 +00:00
lazarus
3bfe825372
AJ: moved TCustomStaticText code to include/customstatictext.inc
...
git-svn-id: trunk@3529 -
2002-10-21 15:51:27 +00:00
lazarus
78e3abadce
MG: fixes for 1.1
...
git-svn-id: trunk@3528 -
2002-10-21 14:40:52 +00:00
lazarus
53508f6de2
AJ:fixed statusbar border for SimpleText mode
...
git-svn-id: trunk@3527 -
2002-10-21 14:15:16 +00:00
lazarus
c22a450c11
AJ: rearranged GTK init stuff for proper GNOME init & less duplication between interfaces
...
git-svn-id: trunk@3526 -
2002-10-21 03:23:35 +00:00
lazarus
bb4cebd0bc
AJ:switched to gtk_widget_newv to work around array of const
...
git-svn-id: trunk@3525 -
2002-10-20 22:57:18 +00:00
lazarus
f7e74c0c19
AJ:switched TImage.Autosize to use DoAutoSize
...
git-svn-id: trunk@3524 -
2002-10-20 22:31:08 +00:00
lazarus
8ef3f22c76
MG: fixes for 1.1
...
git-svn-id: trunk@3523 -
2002-10-20 21:54:03 +00:00
lazarus
41b25f79a9
MG: fixes for fpc1.1
...
git-svn-id: trunk@3522 -
2002-10-20 21:49:09 +00:00
lazarus
8b6212b898
AJ: minor fixes for FPC 1.1
...
git-svn-id: trunk@3521 -
2002-10-20 19:03:56 +00:00
lazarus
f07eb318fe
AJ: Partial HintWindow Fix; Added Screen.Font & Font.Name PropEditor; Started to fix ComboBox DropDown size/pos
...
git-svn-id: trunk@3520 -
2002-10-18 16:08:10 +00:00
lazarus
85b9ae6942
MG: fixed handle allocating in TLabel
...
git-svn-id: trunk@3518 -
2002-10-16 17:06:33 +00:00
lazarus
5d6f509d63
AJ: fixed GTK DrawText to use WordWrap, and add DT_EditControl
...
git-svn-id: trunk@3515 -
2002-10-15 17:09:54 +00:00
lazarus
74f25c29c4
MG: fixed timers
...
git-svn-id: trunk@3514 -
2002-10-15 16:01:36 +00:00
lazarus
ea0cbc8243
MG: fixed zombie timers
...
git-svn-id: trunk@3513 -
2002-10-14 19:00:49 +00:00
lazarus
7112bf089f
AJ: Improvements/Fixes to new PromptUser API
...
git-svn-id: trunk@3512 -
2002-10-14 18:36:57 +00:00
lazarus
cc1ad2295f
AJ: Improvements to TUpDown; Added TStaticText & GNOME DrawText
...
git-svn-id: trunk@3510 -
2002-10-14 14:29:50 +00:00
lazarus
70db5f4b81
Cleanups. Fixed source generation for autocreated forms from project options.
...
git-svn-id: trunk@3504 -
2002-10-13 21:36:42 +00:00
lazarus
f64fd91acf
AJ: fixed GNOME Prompt/Notify dialogs to wrap long messages.
...
git-svn-id: trunk@3502 -
2002-10-13 16:06:49 +00:00
lazarus
81cc7f3a50
AJ: added new QueryUser/NotifyUser
...
git-svn-id: trunk@3500 -
2002-10-12 16:36:40 +00:00
lazarus
711f18100c
AJ: made InputQuery Interface Dependant
...
git-svn-id: trunk@3499 -
2002-10-11 16:00:39 +00:00
lazarus
21eea01db1
MG: fixed freeing Glyph in TBitBtn.SetKind
...
git-svn-id: trunk@3497 -
2002-10-10 20:34:33 +00:00
lazarus
35fd64f0b5
AJ: added LoadStockPixmap routine & minor fixes to/for GNOMEInt
...
git-svn-id: trunk@3496 -
2002-10-10 13:29:08 +00:00
lazarus
c813ca6960
MG: added paint messages for some gtk internal widgets
...
git-svn-id: trunk@3495 -
2002-10-10 08:51:13 +00:00
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