Thread: [Gambas-devel-svn] SF.net SVN: gambas:[4808] gambas/trunk/gb.gtk/src (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2012-06-05 07:26:25
|
Revision: 4808 http://gambas.svn.sourceforge.net/gambas/?rev=4808&view=rev Author: gambas Date: 2012-06-05 07:26:14 +0000 (Tue, 05 Jun 2012) Log Message: ----------- [GB.GTK] * BUG: Screen geometry and available geometry is now computed the same way as in gb.qt4. In other words, it is screen based, and does not crash with Xinerama anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-06-17 23:50:31
|
Revision: 4845 http://gambas.svn.sourceforge.net/gambas/?rev=4845&view=rev Author: gambas Date: 2012-06-17 23:50:25 +0000 (Sun, 17 Jun 2012) Log Message: ----------- [GB.GTK] * BUG: Workaround GTK+ limitations and make containers clip their children like in gb.qt4. Not perfect yet, as Enter and Leave events may not take the clipping into account, and some GTK+ widgets like TextBox cannot be clipped as they keep having their own X11 window. * BUG: Splitter children coordinates are accurate now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gcontainer.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdraw.h gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsplitter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-14 22:44:49
|
Revision: 4949 http://gambas.svn.sourceforge.net/gambas/?rev=4949&view=rev Author: gambas Date: 2012-07-14 22:44:43 +0000 (Sat, 14 Jul 2012) Log Message: ----------- [GB.GTK] * BUG: Fix Drag & drop management when dragging outside of the application. * BUG: Fix Drag & drop management of controls that already handle Drag and drop, like Textbox controls. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdrag.cpp gambas/trunk/gb.gtk/src/gdrag.h gambas/trunk/gb.gtk/src/gsignals.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-17 20:04:42
|
Revision: 4963 http://gambas.svn.sourceforge.net/gambas/?rev=4963&view=rev Author: gambas Date: 2012-07-17 20:04:36 +0000 (Tue, 17 Jul 2012) Log Message: ----------- [GB.GTK] * BUG: Panel with an explicit background color now have their own X11 window so that they can cover any over controls. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/gframe.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-17 20:38:41
|
Revision: 4964 http://gambas.svn.sourceforge.net/gambas/?rev=4964&view=rev Author: gambas Date: 2012-07-17 20:38:34 +0000 (Tue, 17 Jul 2012) Log Message: ----------- [GB.GTK] * BUG: The child search method now takes clientX and clientY into account. Consequently, clicking on TabStrip tab buttons work correcty again. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gtabstrip.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-10 14:28:35
|
Revision: 5026 http://gambas.svn.sourceforge.net/gambas/?rev=5026&view=rev Author: gambas Date: 2012-08-10 14:28:25 +0000 (Fri, 10 Aug 2012) Log Message: ----------- [GB.GTK] * BUG: Correctly check GTK+ version. * BUG: gdk_device_get_source() does not exist before GTK+ 2.22. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmouse.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtree.cpp gambas/trunk/gb.gtk/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-19 17:06:20
|
Revision: 5058 http://gambas.svn.sourceforge.net/gambas/?rev=5058&view=rev Author: gambas Date: 2012-08-19 17:06:14 +0000 (Sun, 19 Aug 2012) Log Message: ----------- [GB.GTK] * BUG: Better draw the background color of Button, ToolButton and ToggleButton controls. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gbutton.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gtools.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-22 09:18:57
|
Revision: 5067 http://gambas.svn.sourceforge.net/gambas/?rev=5067&view=rev Author: gambas Date: 2012-08-22 09:18:45 +0000 (Wed, 22 Aug 2012) Log Message: ----------- [GB.GTK] * BUG: Make gb.gtk compile with GTK+ 2.16. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmouse.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-27 00:26:42
|
Revision: 5082 http://gambas.svn.sourceforge.net/gambas/?rev=5082&view=rev Author: gambas Date: 2012-08-27 00:26:34 +0000 (Mon, 27 Aug 2012) Log Message: ----------- [GB.GTK] * BUG: Window should not raise useless resize events anymore. * BUG: Windows embedded inside a Splitter correctly raise their Resize events. * BUG: Don't try to resize the window inner container with a negative size when the window is too small. * BUG: Draw window background correctly. * BUG: Don't try to synchronize X11 when the debugger goes forward if there is no X11 connection yet! Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gsplitter.cpp gambas/trunk/gb.gtk/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-27 20:10:30
|
Revision: 5086 http://gambas.svn.sourceforge.net/gambas/?rev=5086&view=rev Author: gambas Date: 2012-08-27 20:10:24 +0000 (Mon, 27 Aug 2012) Log Message: ----------- [GB.GTK] * BUG: Fix TreeView, ListView, ColumnView and ListBox click detection. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtreeview.cpp gambas/trunk/gb.gtk/src/gtreeview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-09-30 20:05:06
|
Revision: 5213 http://gambas.svn.sourceforge.net/gambas/?rev=5213&view=rev Author: gambas Date: 2012-09-30 20:05:00 +0000 (Sun, 30 Sep 2012) Log Message: ----------- [GB.GTK] * BUG: Fix the Control.Grab() method. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-10-22 13:51:49
|
Revision: 5247 http://gambas.svn.sourceforge.net/gambas/?rev=5247&view=rev Author: gambas Date: 2012-10-22 13:51:39 +0000 (Mon, 22 Oct 2012) Log Message: ----------- [GB.GTK] * BUG: Fix event handling when a window has only invisible top-level menus. * BUG: Fix a possible crash in TrayIcon mouse wheel event handling. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-10-30 01:35:36
|
Revision: 5265 http://gambas.svn.sourceforge.net/gambas/?rev=5265&view=rev Author: gambas Date: 2012-10-30 01:35:29 +0000 (Tue, 30 Oct 2012) Log Message: ----------- [GB.GTK] * BUG: Fix crash in menu deletion. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CImage.cpp gambas/trunk/gb.gtk/src/CMenu.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-01 01:54:40
|
Revision: 5269 http://gambas.svn.sourceforge.net/gambas/?rev=5269&view=rev Author: gambas Date: 2012-11-01 01:54:33 +0000 (Thu, 01 Nov 2012) Log Message: ----------- [GB.GTK] * BUG: Label, TextLabel, PictureBox and MovieBox now draw their plain border with the foreground color, like gb.qt4 does. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/glabel.h gambas/trunk/gb.gtk/src/gmoviebox.h gambas/trunk/gb.gtk/src/gpicturebox.cpp gambas/trunk/gb.gtk/src/gpicturebox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-04 20:34:47
|
Revision: 5299 http://gambas.svn.sourceforge.net/gambas/?rev=5299&view=rev Author: gambas Date: 2012-11-04 20:34:40 +0000 (Sun, 04 Nov 2012) Log Message: ----------- [GB.GTK] * BUG: Scrollbar width is correctly respected. * BUG: Setting the background color of a Panel should not have spurious effects anymore (they were due to the internal reparenting). Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gframe.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-08 20:44:07
|
Revision: 5308 http://gambas.svn.sourceforge.net/gambas/?rev=5308&view=rev Author: gambas Date: 2012-11-08 20:43:59 +0000 (Thu, 08 Nov 2012) Log Message: ----------- [GB.GTK] * BUG: Fix implementation of cursor inheritance. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-15 01:23:25
|
Revision: 5328 http://gambas.svn.sourceforge.net/gambas/?rev=5328&view=rev Author: gambas Date: 2012-11-15 01:23:18 +0000 (Thu, 15 Nov 2012) Log Message: ----------- [GB.GTK] * BUG: Fix management of multiple modal dialogs and popups. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-30 17:07:26
|
Revision: 5402 http://gambas.svn.sourceforge.net/gambas/?rev=5402&view=rev Author: gambas Date: 2012-11-30 17:07:18 +0000 (Fri, 30 Nov 2012) Log Message: ----------- [GB.GTK] * NEW: Go on replacing the old GDK drawing API by Cairo. * BUG: Fix a memory leak with Cairo in the border drawing routine. * BUG: Fix a memory leak with Cairo in the image drawing routine. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.gtk/src/gtools.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-09 16:30:22
|
Revision: 5421 http://sourceforge.net/p/gambas/code/5421 Author: gambas Date: 2012-12-09 16:30:20 +0000 (Sun, 09 Dec 2012) Log Message: ----------- [GB.GTK] * BUG: Fix a possible crash if a menu is destroyed while being popped up. * BUG: Fix a possible crash if the control getting the focus is destroyed during the activation of its window. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmenu.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-29 13:22:34
|
Revision: 5473 http://sourceforge.net/p/gambas/code/5473 Author: gambas Date: 2012-12-29 13:22:30 +0000 (Sat, 29 Dec 2012) Log Message: ----------- [GB.GTK] * BUG: Should compile again with older version of librsvg. Modified Paths: -------------- gambas/trunk/gb.gtk/src/csvgimage.h gambas/trunk/gb.gtk/src/gslider.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-01 16:04:01
|
Revision: 5634 http://sourceforge.net/p/gambas/code/5634 Author: gambas Date: 2013-05-01 16:03:56 +0000 (Wed, 01 May 2013) Log Message: ----------- [GB.GTK] * BUG: Menus work correctly again. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/gmenu.cpp gambas/trunk/gb.gtk/src/gmenu.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-07-20 15:38:16
|
Revision: 5748 http://sourceforge.net/p/gambas/code/5748 Author: gambas Date: 2013-07-20 15:38:14 +0000 (Sat, 20 Jul 2013) Log Message: ----------- [GB.GTK] * BUG: Support for Ubuntu scrollbar overlays. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gslider.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-12 14:12:36
|
Revision: 5840 http://sourceforge.net/p/gambas/code/5840 Author: gambas Date: 2013-09-12 14:12:34 +0000 (Thu, 12 Sep 2013) Log Message: ----------- [GB.GTK] * BUG: Calling TrayIcon.Delete now correctly updates the internal number of visible tray icons. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-20 23:58:49
|
Revision: 5847 http://sourceforge.net/p/gambas/code/5847 Author: gambas Date: 2013-09-20 23:58:47 +0000 (Fri, 20 Sep 2013) Log Message: ----------- [GB.GTK] * BUG: Fix Enabled property behaviour by just renaming a method. There is something weird I didn't understood. :-/ Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gbutton.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-12-09 19:59:12
|
Revision: 5994 http://sourceforge.net/p/gambas/code/5994 Author: gambas Date: 2013-12-09 19:59:09 +0000 (Mon, 09 Dec 2013) Log Message: ----------- [GB.GTK] * BUG: Correctly implement the Mouse.Translate() method. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gmouse.cpp gambas/trunk/gb.gtk/src/gmouse.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |