Commit Graph

651 Commits

Author SHA1 Message Date
paul
11d686ee19 gtk2: improve EnableGtkThreading code
git-svn-id: trunk@20717 -
2009-06-23 03:45:06 +00:00
paul
859e98e674 lcl: formatting
git-svn-id: trunk@20422 -
2009-06-05 08:13:38 +00:00
paul
7b940b78ca gtk: draw Frame3d in a compatible with other widgetsets way (fixes bug #0013776)
git-svn-id: trunk@20110 -
2009-05-22 01:28:25 +00:00
paul
d066b57145 gtk: fix Frame3D painting
git-svn-id: trunk@20105 -
2009-05-21 12:42:07 +00:00
paul
9067fc5cdb gtk: move FillRect to TGtkDeviceContext, add argument SkipRop. Use SkipRop = True for winapi FillRect, use SkipRop = False for Polygon (fixes the last problem in issue #0013746)
git-svn-id: trunk@20034 -
2009-05-19 03:30:21 +00:00
paul
5951b71b2a gtk: formatting
git-svn-id: trunk@20032 -
2009-05-19 03:15:21 +00:00
paul
ef226daf23 gtk: skip ROP2 for FillRect (partly fixes issue #0013746)
git-svn-id: trunk@20031 -
2009-05-19 01:57:18 +00:00
paul
7dcf00f903 gtk: formatting
git-svn-id: trunk@20030 -
2009-05-19 01:54:41 +00:00
martin
fd3a03f494 Gtk widget => changed from ifdef gtk2 => ifNdef gtk1
git-svn-id: trunk@20007 -
2009-05-17 11:29:53 +00:00
martin
9a731134fb Gtk2: improving ScrollWindowEx (for SynEdit / issue #7717 )
git-svn-id: trunk@19999 -
2009-05-17 01:34:00 +00:00
paul
cf9bf7c039 gtk: improve MouseFromPoint return in case of using cache
git-svn-id: trunk@19973 -
2009-05-15 13:43:37 +00:00
paul
d6ebb0255e gtk: cache WindowFromPoint results to reduce slowleness (fixes issue #0013698)
git-svn-id: trunk@19967 -
2009-05-15 02:09:22 +00:00
paul
3cd340fe31 lcl: formatting
git-svn-id: trunk@19966 -
2009-05-15 01:57:42 +00:00
paul
b07d481b8d gtk: calculate width and height the same way for Ellipse as for Rectangle (fixes bug #0013666)
git-svn-id: trunk@19838 -
2009-05-07 09:08:07 +00:00
paul
e43c119502 gtk: use GtkFrame isntead of GtkViewPort for gtk1 TPanel implementation widget
git-svn-id: trunk@19715 -
2009-04-30 18:29:17 +00:00
paul
a6bc789bed gtk: fix compilation and some crashes after recent alpha support
git-svn-id: trunk@19506 -
2009-04-19 10:52:12 +00:00
paul
49a493794c gtk, gtk2: initial support for native alpha bitmaps (using pixbuf as storage) tested on windows only
git-svn-id: trunk@19503 -
2009-04-19 09:46:08 +00:00
paul
c42b65b456 gtk: fix memory leak (internal mask was never freed), cleanup
git-svn-id: trunk@19488 -
2009-04-18 16:16:06 +00:00
paul
263fa6c078 gtk, gtk2: return workarea for monitor under X
git-svn-id: trunk@19266 -
2009-04-07 06:33:27 +00:00
paul
a75bb49700 lcl: make sure HMONITOR <> 0 for valid monitors
git-svn-id: trunk@19263 -
2009-04-07 04:58:55 +00:00
paul
ddf2b15e66 gtk: implement TMonitor support
git-svn-id: trunk@19260 -
2009-04-07 01:37:50 +00:00
paul
d95ab32577 gtk, qt: don't draw a Ellipse if Width or Height = 0
git-svn-id: trunk@18866 -
2009-03-02 03:44:16 +00:00
paul
980be4b83e gtk, qt: don't draw a rectangle if Width or Height = 0 (bug #0010980)
git-svn-id: trunk@18864 -
2009-03-02 03:19:19 +00:00
paul
2580f132b8 correct few asterisk position in the header
git-svn-id: trunk@18850 -
2009-03-01 05:15:17 +00:00
paul
aa768c5872 gtk: simplify Frame3D
git-svn-id: trunk@18817 -
2009-02-24 06:41:38 +00:00
paul
dfc003e02b formatting
git-svn-id: trunk@18804 -
2009-02-23 08:33:27 +00:00
paul
31c01a588a gtk: don't move invisible windows to foreground (fixed bug #0013188)
git-svn-id: trunk@18745 -
2009-02-18 10:18:14 +00:00
paul
4a235bd95f gtk: implement DT_VCENTER, DT_BOTTOM flags for DrawText. Based on patch of Luiz Americo (issue #0008565)
git-svn-id: trunk@18702 -
2009-02-16 02:20:39 +00:00
martin
bc26d214a2 GTK1: Include "chr-cell" Fonts, into search for fixed pitch (Bug #12482)
git-svn-id: trunk@18536 -
2009-02-02 18:44:04 +00:00
mattias
204d1aa9b5 LCL: not focusing THintWindow on show
git-svn-id: trunk@18474 -
2009-01-28 15:39:55 +00:00
paul
7f8bec55bf gtk: another attempt to fix focus of controls on another forms (bug #0013004). Now without endless flickering.
git-svn-id: trunk@18455 -
2009-01-27 03:29:02 +00:00
paul
5dd6a577d0 gtk: temporary disable solution for SetFocus because of problems with IDE
git-svn-id: trunk@18453 -
2009-01-26 23:04:16 +00:00
paul
2518505d5a gtk: fix focus of controls on another forms based on patch of Fabrizio Fellini (bug #0013004)
git-svn-id: trunk@18449 -
2009-01-26 10:02:58 +00:00
paul
274cb5df0a gtk: fix code which set scrollbar visible if bRedraw = True in the SetScrollInfo
git-svn-id: trunk@18103 -
2009-01-04 16:44:56 +00:00
paul
a3e167cc37 gtk: don't crash on polygon when pen is clear, brush is not clear and winding fill mode is used (#0012759)
git-svn-id: trunk@17721 -
2008-12-08 07:23:13 +00:00
paul
1394f53c75 gtk, gtk2: fix visibility warnings and some other
git-svn-id: trunk@17620 -
2008-11-28 04:08:16 +00:00
mattias
7ed7f3098d gtk intf: fixed Application.Deactivate
git-svn-id: trunk@17589 -
2008-11-25 20:07:16 +00:00
mattias
d778c5fb8e gtk2: fixed reading gtk width/height by manually updating allocation.width/height
git-svn-id: trunk@17449 -
2008-11-19 17:12:26 +00:00
paul
25ad5bdfac gtk: don't modify selected pen on line, polyline painting
git-svn-id: trunk@17293 -
2008-11-09 12:51:19 +00:00
vincents
66ef33f52b reverted revison 17284: useful parts can be committed in seperate commits
git-svn-id: trunk@17287 -
2008-11-08 19:39:33 +00:00
jesus
b38dc6e63f updated localize script to handle only those dirs not handled by i18n feature, commented wake up gtk dbg ouput
git-svn-id: trunk@17284 -
2008-11-08 18:55:15 +00:00
tombo
c5e876817b LCL:
* SetScrollInfo - return new position
* SetScrollPos - return previous position

git-svn-id: trunk@17173 -
2008-11-01 17:24:46 +00:00
paul
8436b0266e gtk: fix bug in GetObject for ExtCreatePen
git-svn-id: trunk@17159 -
2008-10-30 23:19:53 +00:00
paul
1eebfd9824 gtk: implement GetObject for Pens made by ExtCreatePen
git-svn-id: trunk@17158 -
2008-10-30 15:22:25 +00:00
paul
7e1fb92a72 gtk, gtk2: implement ExtCreatePen
git-svn-id: trunk@17128 -
2008-10-24 15:10:58 +00:00
paul
116b83b78c gtk:
- don't compare GC with nil (it will create you a new GC on the fly) but use HasGC
- minor formatting

git-svn-id: trunk@16824 -
2008-10-01 09:13:07 +00:00
paul
05e23ab608 qt: if nil is passed to GetObject return needed Size
qt, gtk: forget that GetObject.Result = SizeOf structure

git-svn-id: trunk@16806 -
2008-09-30 05:45:19 +00:00
paul
d31a48a9d4 gtk, gtk2: implement GetObject for HPEN
git-svn-id: trunk@16805 -
2008-09-30 05:23:04 +00:00
paul
d8ca7e8a1b cleanup
git-svn-id: trunk@16784 -
2008-09-29 06:35:28 +00:00
paul
d0f9e88743 gtk, gtk2: PolyLine must skip last point draw to be delphi/win32 compatible
git-svn-id: trunk@16689 -
2008-09-23 23:29:10 +00:00