Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1693] gambas/trunk/gb.gtk/src
Brought to you by:
gambas
From: <ga...@us...> - 2008-11-10 17:01:52
|
Revision: 1693 http://gambas.svn.sourceforge.net/gambas/?rev=1693&view=rev Author: gambas Date: 2008-11-10 17:01:48 +0000 (Mon, 10 Nov 2008) Log Message: ----------- [GB.GTK] * BUG: Forgot to send the files! Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-03-04 18:22:30
|
Revision: 1896 http://gambas.svn.sourceforge.net/gambas/?rev=1896&view=rev Author: gambas Date: 2009-03-04 18:22:20 +0000 (Wed, 04 Mar 2009) Log Message: ----------- [GB.GTK] * NEW: GridView.AutoResize is a new property, set by default. The last column of the GridView is automatically stretched only if this property is set. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CGridView.cpp gambas/trunk/gb.gtk/src/CGridView.h gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/ggridview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-04-03 23:06:47
|
Revision: 1919 http://gambas.svn.sourceforge.net/gambas/?rev=1919&view=rev Author: gambas Date: 2009-04-03 23:06:45 +0000 (Fri, 03 Apr 2009) Log Message: ----------- [GB.GTK] * BUG: Fix the corruption of the Text property in editable combo-boxes. * BUG: Fix again the Font property for non-control classes. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CFont.cpp gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gcombobox.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...> - 2009-07-21 19:55:39
|
Revision: 2144 http://gambas.svn.sourceforge.net/gambas/?rev=2144&view=rev Author: gambas Date: 2009-07-21 19:55:22 +0000 (Tue, 21 Jul 2009) Log Message: ----------- [GB.GTK] * NEW: Use GtkComboBoxEntry to implement read-write combo-box, so that they have a standard look. * BUG: Move windows before showing them, so that they do not flicker the first time they are shown. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gtree.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-09-13 00:19:37
|
Revision: 2334 http://gambas.svn.sourceforge.net/gambas/?rev=2334&view=rev Author: gambas Date: 2009-09-12 23:49:09 +0000 (Sat, 12 Sep 2009) Log Message: ----------- [GB.GTK] * NEW: Remove useless old basic event handlers. * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/gsignals.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...> - 2009-11-15 14:47:38
|
Revision: 2423 http://gambas.svn.sourceforge.net/gambas/?rev=2423&view=rev Author: gambas Date: 2009-11-15 14:47:28 +0000 (Sun, 15 Nov 2009) Log Message: ----------- [GB.GTK] * BUG: Frame label inherits foreground color correctly. 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...> - 2009-12-30 20:59:34
|
Revision: 2567 http://gambas.svn.sourceforge.net/gambas/?rev=2567&view=rev Author: gambas Date: 2009-12-30 20:59:27 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [GB.GTK] * BUG: Fix splitter arrangement again. * OPT: gFont::height() has been cached. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gfont.cpp gambas/trunk/gb.gtk/src/gfont.h 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...> - 2010-02-10 12:02:47
|
Revision: 2688 http://gambas.svn.sourceforge.net/gambas/?rev=2688&view=rev Author: gambas Date: 2010-02-10 12:02:39 +0000 (Wed, 10 Feb 2010) Log Message: ----------- [GB.GTK] * NEW: Remove symbolic links to old gb.qt sources again. Removed Paths: ------------- gambas/trunk/gb.gtk/src/x11.c gambas/trunk/gb.gtk/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-10 12:04:40
|
Revision: 2689 http://gambas.svn.sourceforge.net/gambas/?rev=2689&view=rev Author: gambas Date: 2010-02-10 12:04:30 +0000 (Wed, 10 Feb 2010) Log Message: ----------- [GB.GTK] * NEW: Replace previously removed symbolic links by symbolic links to gb.qt4 source files. Added Paths: ----------- gambas/trunk/gb.gtk/src/x11.c gambas/trunk/gb.gtk/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-07 17:56:22
|
Revision: 2764 http://gambas.svn.sourceforge.net/gambas/?rev=2764&view=rev Author: gambas Date: 2010-03-07 17:56:16 +0000 (Sun, 07 Mar 2010) Log Message: ----------- [GB.GTK] * BUG: Setting the ComboBox.Text property now never raises the Click event. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-14 22:02:27
|
Revision: 2797 http://gambas.svn.sourceforge.net/gambas/?rev=2797&view=rev Author: gambas Date: 2010-03-14 22:02:21 +0000 (Sun, 14 Mar 2010) Log Message: ----------- [GB.GTK] * BUG: Tons of hacks to make the Printer class (almost) work correctly. * BUG: Fix painting on a painted DrawingArea. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/cprinter.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gprinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-15 21:09:58
|
Revision: 2801 http://gambas.svn.sourceforge.net/gambas/?rev=2801&view=rev Author: gambas Date: 2010-03-15 21:09:50 +0000 (Mon, 15 Mar 2010) Log Message: ----------- [GB.GTK] * BUG: Forgot to add gtkprinter.h. * BUG: Fix some bugs in printing management. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gprinter.cpp Added Paths: ----------- gambas/trunk/gb.gtk/src/gtkprinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-27 08:14:12
|
Revision: 2833 http://gambas.svn.sourceforge.net/gambas/?rev=2833&view=rev Author: gambas Date: 2010-03-27 08:14:06 +0000 (Sat, 27 Mar 2010) Log Message: ----------- [GB.GTK] * BUG: Printer.PaperWidth and Printer.PaperHeight should return the expected values for predefined papers. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gprinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-05-30 14:11:43
|
Revision: 2984 http://gambas.svn.sourceforge.net/gambas/?rev=2984&view=rev Author: gambas Date: 2010-05-30 14:11:36 +0000 (Sun, 30 May 2010) Log Message: ----------- [GB.GTK] * BUG: Menu items have a better look now. * BUG: Windows with Resizable set to FALSE work correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.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...> - 2010-08-10 19:06:58
|
Revision: 3099 http://gambas.svn.sourceforge.net/gambas/?rev=3099&view=rev Author: gambas Date: 2010-08-10 19:06:52 +0000 (Tue, 10 Aug 2010) Log Message: ----------- [GB.GTK] * BUG: The Control.Tracking property should work on all controls now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-08-13 11:30:07
|
Revision: 3103 http://gambas.svn.sourceforge.net/gambas/?rev=3103&view=rev Author: gambas Date: 2010-08-13 11:30:01 +0000 (Fri, 13 Aug 2010) Log Message: ----------- [GB.GTK] * BUG: Draw.Style() now respects clipping. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gdraw.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-09 22:58:52
|
Revision: 3204 http://gambas.svn.sourceforge.net/gambas/?rev=3204&view=rev Author: gambas Date: 2010-09-09 22:58:46 +0000 (Thu, 09 Sep 2010) Log Message: ----------- [GB.GTK] * BUG: Try to make gb.gtk compile with GTK+ version < 2.18. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gdrawingarea.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...> - 2010-10-02 22:28:59
|
Revision: 3248 http://gambas.svn.sourceforge.net/gambas/?rev=3248&view=rev Author: gambas Date: 2010-10-02 22:28:53 +0000 (Sat, 02 Oct 2010) Log Message: ----------- [GB.GTK] * BUG: MouseMove event should be correctly raised in all case now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gapplication.cpp 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...> - 2010-10-04 23:46:57
|
Revision: 3252 http://gambas.svn.sourceforge.net/gambas/?rev=3252&view=rev Author: gambas Date: 2010-10-04 23:46:49 +0000 (Mon, 04 Oct 2010) Log Message: ----------- [GB.GTK] * BUG: Remove a debugging message. * BUG: Menu bar now follows the window font and colors. Only the menu items do not care and keep their default foreground colors at the moment. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h 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...> - 2010-12-04 16:08:00
|
Revision: 3342 http://gambas.svn.sourceforge.net/gambas/?rev=3342&view=rev Author: gambas Date: 2010-12-04 16:07:53 +0000 (Sat, 04 Dec 2010) Log Message: ----------- [GB.GTK] * BUG: Fix a bad code path in event management, which leads to warnings from the GTK+ library when displaying the printer configuration dialog. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gprinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-13 05:38:18
|
Revision: 3358 http://gambas.svn.sourceforge.net/gambas/?rev=3358&view=rev Author: gambas Date: 2010-12-13 05:38:11 +0000 (Mon, 13 Dec 2010) Log Message: ----------- [GB.GTK] * BUG: Stop Event now works during the Close event of a modal form. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gb.gtk.h 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...> - 2010-12-16 00:18:14
|
Revision: 3370 http://gambas.svn.sourceforge.net/gambas/?rev=3370&view=rev Author: gambas Date: 2010-12-16 00:18:08 +0000 (Thu, 16 Dec 2010) Log Message: ----------- [GB.GTK] * BUG: Fix the Printer.OutputFile property for space and non-ascii characters. * BUG: Don't show the configuration dialog briefly when calling Printer.Print(). Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gprinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-23 14:42:22
|
Revision: 3396 http://gambas.svn.sourceforge.net/gambas/?rev=3396&view=rev Author: gambas Date: 2010-12-23 14:42:16 +0000 (Thu, 23 Dec 2010) Log Message: ----------- |GB.GTK] * NEW: The Image.Picture and the Picture.Image property do not change the internal type of the image (server or memory). That change is done only if necessary. Instead, these properties return a deep copy of the object. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CImage.cpp gambas/trunk/gb.gtk/src/CPicture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-12-29 00:12:12
|
Revision: 3405 http://gambas.svn.sourceforge.net/gambas/?rev=3405&view=rev Author: gambas Date: 2010-12-29 00:12:06 +0000 (Wed, 29 Dec 2010) Log Message: ----------- [GB.GTK] * BUG: Hiding the active control now correctly gives the focus to the next control in the focus chain. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp 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...> - 2011-01-01 22:30:23
|
Revision: 3425 http://gambas.svn.sourceforge.net/gambas/?rev=3425&view=rev Author: gambas Date: 2011-01-01 22:30:16 +0000 (Sat, 01 Jan 2011) Log Message: ----------- [GB.GTK] * BUG: Reparenting a GridView directly or indirectly should work correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/ggridview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |