Commit Graph

26 Commits

Author SHA1 Message Date
lazarus
64182d6814 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@3561 -
2002-10-25 15:27:02 +00:00
lazarus
ba6073dd0c AJ: MessageDlgs -> PromptUser, better Cancel/Default order
git-svn-id: trunk@3560 -
2002-10-25 14:59:11 +00:00
lazarus
37b96cb4ee MG: broke interfacebase uses circles
git-svn-id: trunk@3558 -
2002-10-25 10:06:34 +00:00
lazarus
cf9743275e MG: added inputdialog.inc
git-svn-id: trunk@3557 -
2002-10-25 09:47:38 +00:00
lazarus
f24444ce29 MG: broke dialogs.pp <-> forms.pp circle
git-svn-id: trunk@3552 -
2002-10-24 10:37:05 +00:00
lazarus
d8abfdaf6a MG: broke graphics.pp <-> clipbrd.pp circle
git-svn-id: trunk@3549 -
2002-10-24 10:05:51 +00:00
lazarus
711f18100c AJ: made InputQuery Interface Dependant
git-svn-id: trunk@3499 -
2002-10-11 16:00:39 +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
bd91f45a43 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@2183 -
2002-08-17 23:41:05 +00:00
lazarus
0c9f57bd32 MG: moved TColor definition to graphtype.pp and registered TColor names
git-svn-id: trunk@1823 -
2002-08-06 09:32:48 +00:00
lazarus
80f0f1d9ed MG: removed ambigious TBitmap from LCLType and added Escape key to MessageDlgs
git-svn-id: trunk@1795 -
2002-07-29 13:39:07 +00:00
lazarus
c4fe5c8a10 MG: moved resourcestring to lclstrconsts.pas
git-svn-id: trunk@1771 -
2002-07-04 11:46:00 +00:00
lazarus
3a28d7a551 MG: improved TFont for XLFD font names
git-svn-id: trunk@1724 -
2002-06-04 15:17:26 +00:00
lazarus
9217c2841c MG: added filters and history to TOpenDialog
git-svn-id: trunk@1713 -
2002-05-30 14:11:12 +00:00
lazarus
ab8db5be9e MG: improved TCommon/File/OpenDialog, fixed TListView scrolling and broder
git-svn-id: trunk@1711 -
2002-05-29 21:44:38 +00:00
lazarus
d78e403562 MG: changed license to LGPL
git-svn-id: trunk@997 -
2002-02-09 01:47:36 +00:00
lazarus
4e53ea1b36 Keith: Improved events and common dialogs on Win32
git-svn-id: trunk@626 -
2002-01-25 19:42:57 +00:00
lazarus
ef40ef7d1b MG: started multiselection for TOpenDialog
git-svn-id: trunk@507 -
2001-12-11 14:36:41 +00:00
lazarus
0180f8302a Changed Application.Messagebox to use TMessageBox class.
Added icon images for mtError and mtConfirmation
Shane

git-svn-id: trunk@381 -
2001-11-01 18:48:52 +00:00
lazarus
1d13fae63c MG: added unit info, arrow xpms, and many changes from jens arm
git-svn-id: trunk@322 -
2001-07-31 18:40:24 +00:00
lazarus
fad535a99c MG: bugfixes
git-svn-id: trunk@286 -
2001-06-06 12:30:41 +00:00
lazarus
3416b940e1 MG: fixed mouse msg, added filedialog initialdir
git-svn-id: trunk@241 -
2001-03-27 11:11:13 +00:00
lazarus
7ef5168c08 + added support for message dialogs
stoppok

git-svn-id: trunk@207 -
2001-03-03 00:48:03 +00:00
lazarus
708a392932 Changed TCustomDialog to TCommonDialog
Shane

git-svn-id: trunk@26 -
2000-08-10 10:55:45 +00:00
lazarus
04bd08aab8 Added more code for the find function.
Shane

git-svn-id: trunk@25 -
2000-08-09 18:32:10 +00:00
michael
f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00