Commit Graph

2360 Commits

Author SHA1 Message Date
mattias
937b768cdb reduced focus handling and improved focus setting
git-svn-id: trunk@2360 -
2002-08-17 23:41:18 +00:00
mattias
29c3d65cc9 added exception handling for createpixmapindirect
git-svn-id: trunk@2359 -
2002-08-17 23:41:18 +00:00
ajgenius
4def2008b0 started fixin for gtk2
git-svn-id: trunk@2358 -
2002-08-17 23:41:18 +00:00
lazarus
f4f9829723 AJ: started GNOME interface & modified gtk interface so everything is public/protected
git-svn-id: trunk@2357 -
2002-08-17 23:41:17 +00:00
mattias
9fb3b77928 activated TDataSource
git-svn-id: trunk@2356 -
2002-08-17 23:41:17 +00:00
mattias
a2198d73d7 fixed updating OI when moving components
git-svn-id: trunk@2355 -
2002-08-17 23:41:17 +00:00
lazarus
5e4056d425 MG: accelerated GDIColor allocating
git-svn-id: trunk@2354 -
2002-08-17 23:41:17 +00:00
mattias
7853ec4955 made Form.Close more Delphish, added some windows compatibility functions
git-svn-id: trunk@2353 -
2002-08-17 23:41:17 +00:00
mattias
af7576e3e9 small bugfixes and fixed non checked menu items activate
git-svn-id: trunk@2352 -
2002-08-17 23:41:17 +00:00
lazarus
b19c77c8fa MG: image support, TScrollBox, and many other things from Andrew
git-svn-id: trunk@2351 -
2002-08-17 23:41:17 +00:00
lazarus
e6c9b594e5 MG: started lclproc.pas
git-svn-id: trunk@2350 -
2002-08-17 23:41:17 +00:00
lazarus
1341f5ea7e 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@2349 -
2002-08-17 23:41:17 +00:00
lazarus
0eb83e02b1 AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.
git-svn-id: trunk@2348 -
2002-08-17 23:41:17 +00:00
mattias
a588a5180c improved focus debugging output
git-svn-id: trunk@2347 -
2002-08-17 23:41:17 +00:00
mattias
7f85cc9da8 fixed default font
git-svn-id: trunk@2346 -
2002-08-17 23:41:17 +00:00
mattias
57ac27ed73 started package registration
git-svn-id: trunk@2345 -
2002-08-17 23:41:17 +00:00
mattias
101f3e53bf freeing GDIObjects without AppTerminate
git-svn-id: trunk@2344 -
2002-08-17 23:41:17 +00:00
mattias
9663bb24d2 added TCheckGroup
git-svn-id: trunk@2343 -
2002-08-17 23:41:17 +00:00
mattias
349a866ddf added exception handling for createpixmapindirect
git-svn-id: trunk@2342 -
2002-08-17 23:41:17 +00:00
mattias
cd2bff90cf fixed changing menuitem separator and normal
git-svn-id: trunk@2341 -
2002-08-17 23:41:17 +00:00
mattias
41923f209b double byte char font started
git-svn-id: trunk@2340 -
2002-08-17 23:41:17 +00:00
mattias
28ecefce85 started gtk2 interface
git-svn-id: trunk@2339 -
2002-08-17 23:41:16 +00:00
mattias
7db6a5f194 activated TDataSource
git-svn-id: trunk@2338 -
2002-08-17 23:41:16 +00:00
mattias
09d4639c89 implemented fsUnderLine for ExtTextOut for gtk
git-svn-id: trunk@2337 -
2002-08-17 23:41:16 +00:00
mattias
f464fb755f fixed scrollbars of TIpHtmlPanel
git-svn-id: trunk@2336 -
2002-08-17 23:41:16 +00:00
mattias
79e5ca06f1 fixed snap to grid and snap to guidelines
git-svn-id: trunk@2335 -
2002-08-17 23:41:16 +00:00
mattias
8d1fa7e19f added package gtkopengl
git-svn-id: trunk@2334 -
2002-08-17 23:41:16 +00:00
lazarus
4695d0049b 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@2333 -
2002-08-17 23:41:16 +00:00
mattias
ef9170c44d fixed TControl.Show in design mode
git-svn-id: trunk@2332 -
2002-08-17 23:41:16 +00:00
mattias
6c4cd7ad3e started typeinfo for double extended
git-svn-id: trunk@2331 -
2002-08-17 23:41:16 +00:00
lazarus
4409fc8095 MG: double, triple and quad clicks now works
git-svn-id: trunk@2330 -
2002-08-17 23:41:16 +00:00
mattias
710da206a5 reduced speedbutton invalidates, added TCanvas.Frame
git-svn-id: trunk@2329 -
2002-08-17 23:41:16 +00:00
mattias
ac761c9890 improved but not fixed transient windows
git-svn-id: trunk@2328 -
2002-08-17 23:41:16 +00:00
lazarus
c453c1e568 MG: fixed TPanel and Frame3D
git-svn-id: trunk@2327 -
2002-08-17 23:41:16 +00:00
lazarus
316d307f66 MG: accelerated SelectGDKPenProps
git-svn-id: trunk@2326 -
2002-08-17 23:41:16 +00:00
mattias
3ad2a817de fixed default font
git-svn-id: trunk@2325 -
2002-08-17 23:41:16 +00:00
mattias
19b1eab0d1 added syneditregexsearch.pas
git-svn-id: trunk@2324 -
2002-08-17 23:41:15 +00:00
mattias
db29a16dcd statusbar now uses invalidaterect
git-svn-id: trunk@2323 -
2002-08-17 23:41:15 +00:00
mattias
e1e1456fdc Escape in Designer now select parent
git-svn-id: trunk@2322 -
2002-08-17 23:41:15 +00:00
mattias
468d8abc3c fixed clipboard waiting and kwrite targets
git-svn-id: trunk@2321 -
2002-08-17 23:41:15 +00:00
mattias
3b454a34f1 improved configure build lazarus dialog
git-svn-id: trunk@2320 -
2002-08-17 23:41:15 +00:00
mattias
caaf6bb9c3 localized gtk interface
git-svn-id: trunk@2319 -
2002-08-17 23:41:15 +00:00
mattias
bd90789646 added TControl.HandleObjectShouldBeVisible
git-svn-id: trunk@2318 -
2002-08-17 23:41:15 +00:00
mattias
3dfd4af32c IpHtmlPanel can show simple HTML pages, but there are mem bugs
git-svn-id: trunk@2317 -
2002-08-17 23:41:15 +00:00
lazarus
57a49dfd6b MG: removed the 1x1 bitmap from TBitBtn
git-svn-id: trunk@2316 -
2002-08-17 23:41:15 +00:00
mattias
6220cddd2c started typeinfo for double extended
git-svn-id: trunk@2315 -
2002-08-17 23:41:15 +00:00
lazarus
cfb580846c MG: accelerated designer drawings
git-svn-id: trunk@2314 -
2002-08-17 23:41:15 +00:00
lazarus
f05e7890e9 MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
git-svn-id: trunk@2313 -
2002-08-17 23:41:15 +00:00
lazarus
214b874f65 MG: changed PDeviceContext into class TDeviceContext
git-svn-id: trunk@2312 -
2002-08-17 23:41:15 +00:00
mattias
698e35eff8 reduced focus handling and improved focus setting
git-svn-id: trunk@2311 -
2002-08-17 23:41:15 +00:00