Commit Graph

447 Commits

Author SHA1 Message Date
lazarus
1f23bbaf62 MG: TNoteBook now starts with no Page and TPage has no auto names
git-svn-id: trunk@1022 -
2002-02-09 01:47:40 +00:00
lazarus
3cda4862b4 AJ: Partial HintWindow Fix; Added Screen.Font & Font.Name PropEditor; Started to fix ComboBox DropDown size/pos
git-svn-id: trunk@1017 -
2002-02-09 01:47:39 +00:00
lazarus
58eefd9d55 MG: double, triple and quad clicks now works
git-svn-id: trunk@1016 -
2002-02-09 01:47:39 +00:00
lazarus
a0c58dfe84 MG: changed PDeviceContext into class TDeviceContext
git-svn-id: trunk@1015 -
2002-02-09 01:47:39 +00:00
lazarus
3af75268c5 MG: fixed setcursor
git-svn-id: trunk@1013 -
2002-02-09 01:47:38 +00:00
lazarus
11b9180075 MG: reduced paint messages and DC getting/releasing
git-svn-id: trunk@1012 -
2002-02-09 01:47:38 +00:00
lazarus
3b16346f6f MG: fixed uncapturing of mouse
git-svn-id: trunk@1009 -
2002-02-09 01:47:38 +00:00
lazarus
8b2060a2f4 MG: ShortCut support for buttons from Andrew
git-svn-id: trunk@1006 -
2002-02-09 01:47:37 +00:00
lazarus
a316bf10d8 MG: fixed flickering of modal forms
git-svn-id: trunk@1004 -
2002-02-09 01:47:37 +00:00
lazarus
72fc9d9a57 MG: made mouse capturing more strict
git-svn-id: trunk@1002 -
2002-02-09 01:47:37 +00:00
lazarus
e1b7b07dec MG: improved theme support from Andrew
git-svn-id: trunk@999 -
2002-02-09 01:47:36 +00:00
lazarus
d78e403562 MG: changed license to LGPL
git-svn-id: trunk@997 -
2002-02-09 01:47:36 +00:00
lazarus
cbc3fc8a57 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@996 -
2002-02-09 01:47:36 +00:00
lazarus
e72316785a AJ: added forcelinebreaks
git-svn-id: trunk@995 -
2002-02-09 01:47:36 +00:00
lazarus
31152ada49 MG: added TDeviceContextMemManager
git-svn-id: trunk@994 -
2002-02-09 01:47:35 +00:00
lazarus
f3950e0137 MG: fixed timers
git-svn-id: trunk@992 -
2002-02-09 01:47:35 +00:00
lazarus
fd91cbcdad 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@989 -
2002-02-09 01:47:35 +00:00
lazarus
0c78e26a03 MWE: Fixed window color
git-svn-id: trunk@988 -
2002-02-09 01:47:34 +00:00
lazarus
0097aa6989 MG: added TGtkObject.WordWrap
git-svn-id: trunk@985 -
2002-02-09 01:47:34 +00:00
lazarus
6b0dc218cc MG: accelerated new/dispose of gdiobjects
git-svn-id: trunk@984 -
2002-02-09 01:47:34 +00:00
lazarus
7db307f022 MG: improved Clipping, TextOut, Polygon functions
git-svn-id: trunk@980 -
2002-02-09 01:47:33 +00:00
lazarus
7cb6ff5d49 MG: fixed TPanel and Frame3D
git-svn-id: trunk@979 -
2002-02-09 01:47:33 +00:00
lazarus
1fa96575b2 MG: fixed timer checking
git-svn-id: trunk@977 -
2002-02-09 01:47:33 +00:00
lazarus
4f7fdb1d4c MG: fixed zombie timers
git-svn-id: trunk@976 -
2002-02-09 01:47:32 +00:00
lazarus
9ee351f174 MG: design signals for gtk internal widgets
git-svn-id: trunk@973 -
2002-02-09 01:47:32 +00:00
lazarus
846c238acb MG: fixed Menu.Free and gdkwindow=nil bug
git-svn-id: trunk@971 -
2002-02-09 01:47:32 +00:00
lazarus
f66b6de4b5 MG: gtk interface now sends keyboard events via DeliverMessage
git-svn-id: trunk@967 -
2002-02-09 01:47:31 +00:00
lazarus
96daa9806d MG: removed ClientRectBugfix defines
git-svn-id: trunk@966 -
2002-02-09 01:47:31 +00:00
lazarus
6ad1e3e177 MG: added patch from Andrew
git-svn-id: trunk@965 -
2002-02-09 01:47:31 +00:00
lazarus
064238fa05 MG: accelerated GetTextMetrics
git-svn-id: trunk@962 -
2002-02-09 01:47:30 +00:00
lazarus
61f0e93e5d MG: added changes from Andrew (Clipping)
git-svn-id: trunk@961 -
2002-02-09 01:47:30 +00:00
lazarus
7c272bf58d Resize cursors in designer.
git-svn-id: trunk@960 -
2002-02-09 01:47:30 +00:00
lazarus
3a55a8be79 MG: fixed gtk warnings on creating TMemo
git-svn-id: trunk@958 -
2002-02-09 01:47:29 +00:00
lazarus
bfeaa2d226 MG: fixed SelectClipRegion
git-svn-id: trunk@956 -
2002-02-09 01:47:29 +00:00
lazarus
101aab268a MG: started menuitem icon, checked, radio and groupindex
git-svn-id: trunk@954 -
2002-02-09 01:47:29 +00:00
lazarus
5bb3552d16 MG: small bugfixes
git-svn-id: trunk@952 -
2002-02-09 01:47:28 +00:00
lazarus
5f04083c25 MG: added paint messages for some gtk internal widgets
git-svn-id: trunk@951 -
2002-02-09 01:47:28 +00:00
lazarus
077102c34e MG: added gdkpixbuf.pp and changes from Andrew Johnson
git-svn-id: trunk@949 -
2002-02-09 01:47:28 +00:00
lazarus
7a9b581d4e MG: small bugfixes
git-svn-id: trunk@946 -
2002-02-09 01:47:27 +00:00
lazarus
1ede65c325 MG: fixed loading TListView from stream
git-svn-id: trunk@945 -
2002-02-09 01:47:27 +00:00
lazarus
a3eb66ce49 MG: added graphics extensions from Andrew Johnson
git-svn-id: trunk@941 -
2002-02-09 01:47:27 +00:00
lazarus
45f57a9d2d MG: scrollingwincontrol from Andrew
git-svn-id: trunk@940 -
2002-02-09 01:47:26 +00:00
lazarus
84d293e54c MG: TMenuItem.Caption can now be set after creation
git-svn-id: trunk@938 -
2002-02-09 01:47:26 +00:00
lazarus
d0966f30ff MG: fixed cool little bug (menu double attaching bug)
git-svn-id: trunk@937 -
2002-02-09 01:47:26 +00:00
lazarus
eaa8cb466b MG: fixed settings negative widget sizes
git-svn-id: trunk@933 -
2002-02-09 01:47:25 +00:00
lazarus
34f2392939 MG: fixed streaming visible=false
git-svn-id: trunk@932 -
2002-02-09 01:47:25 +00:00
lazarus
76b581ca31 MG: fixed eventmask for realized windows
git-svn-id: trunk@930 -
2002-02-09 01:47:25 +00:00
lazarus
01a76018b7 Enabled cursor property + property editor.
git-svn-id: trunk@929 -
2002-02-09 01:47:24 +00:00
lazarus
a6570c456c MG: fixed small typos and accelerated TDynHashArray.Contains
git-svn-id: trunk@927 -
2002-02-09 01:47:24 +00:00
lazarus
a0fad73860 MG: added new tool: Guess misplaced $IFDEF/$ENDIF
git-svn-id: trunk@926 -
2002-02-09 01:47:24 +00:00