Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3461] gambas/trunk/gb.gtk/src (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2011-01-16 23:26:09
|
Revision: 3461 http://gambas.svn.sourceforge.net/gambas/?rev=3461&view=rev Author: gambas Date: 2011-01-16 23:26:03 +0000 (Sun, 16 Jan 2011) Log Message: ----------- [GB.GTK] * BUG: The Label and TextLabel are not incorrectly made visible anymore. * NEw: Use '\t' instead of spaces to separate menu text from the shortcut. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/glabel.h 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...> - 2011-01-20 12:20:02
|
Revision: 3480 http://gambas.svn.sourceforge.net/gambas/?rev=3480&view=rev Author: gambas Date: 2011-01-20 12:19:56 +0000 (Thu, 20 Jan 2011) Log Message: ----------- [GB.GTK] * BUG: Windows receive all events now, not just keyboard events. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.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...> - 2011-01-28 18:11:28
|
Revision: 3504 http://gambas.svn.sourceforge.net/gambas/?rev=3504&view=rev Author: gambas Date: 2011-01-28 18:11:22 +0000 (Fri, 28 Jan 2011) Log Message: ----------- [GB.GTK] * BUG: Fix ComboBox.Add() when the position argument is specified. * BUG: Fix ListBox.Add() when the position argument is specified. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/glistbox.cpp gambas/trunk/gb.gtk/src/gtree.cpp gambas/trunk/gb.gtk/src/gtree.h 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...> - 2011-01-30 19:58:27
|
Revision: 3520 http://gambas.svn.sourceforge.net/gambas/?rev=3520&view=rev Author: gambas Date: 2011-01-30 19:58:21 +0000 (Sun, 30 Jan 2011) Log Message: ----------- [GB.GTK] * BUG: Menu events are propagated to the parent if they are not handled in the child. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/gapplication.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-04 01:06:14
|
Revision: 3536 http://gambas.svn.sourceforge.net/gambas/?rev=3536&view=rev Author: gambas Date: 2011-02-04 01:06:08 +0000 (Fri, 04 Feb 2011) Log Message: ----------- [GB.GTK] * BUG: Fix ScrollView scrollbar layout. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gscrollview.cpp gambas/trunk/gb.gtk/src/gscrollview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-16 01:38:30
|
Revision: 3575 http://gambas.svn.sourceforge.net/gambas/?rev=3575&view=rev Author: gambas Date: 2011-02-16 01:38:23 +0000 (Wed, 16 Feb 2011) Log Message: ----------- [GB.GTK] * NEW: TextArea.Undo() and TextArea.Redo() have been implemented. * NEW: Standard shortcuts in TextArea for copy, cut, paste, select all, undo & redo actions. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CTextArea.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-22 17:57:39
|
Revision: 3602 http://gambas.svn.sourceforge.net/gambas/?rev=3602&view=rev Author: gambas Date: 2011-02-22 17:57:33 +0000 (Tue, 22 Feb 2011) Log Message: ----------- [GB.GTK] * BUG: Fix TextArea.EnsureVisible(); * OPT: Some optimizations and clean-up in gtextarea.cpp. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-25 14:06:02
|
Revision: 3616 http://gambas.svn.sourceforge.net/gambas/?rev=3616&view=rev Author: gambas Date: 2011-02-25 14:05:56 +0000 (Fri, 25 Feb 2011) Log Message: ----------- [GB.GTK] * BUG: Color cursors work now! Modified Paths: -------------- gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gcursor.h gambas/trunk/gb.gtk/src/gdesktop.cpp Added Paths: ----------- gambas/trunk/gb.gtk/src/gcursor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-03-18 01:25:59
|
Revision: 3658 http://gambas.svn.sourceforge.net/gambas/?rev=3658&view=rev Author: gambas Date: 2011-03-18 01:25:53 +0000 (Fri, 18 Mar 2011) Log Message: ----------- [GB.GTK] * BUG: Setting ListBox.Index to an invalid value now should work as expected: if an item is selected, it is unselected. Modified Paths: -------------- gambas/trunk/gb.gtk/src/glistbox.cpp gambas/trunk/gb.gtk/src/glistbox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-03-19 02:45:57
|
Revision: 3663 http://gambas.svn.sourceforge.net/gambas/?rev=3663&view=rev Author: gambas Date: 2011-03-19 02:45:49 +0000 (Sat, 19 Mar 2011) Log Message: ----------- [GB.GTK.OPENGL] * NEW: Remove the gb.gtk.opengl component that does nothing yet. Modified Paths: -------------- gambas/trunk/gb.gtk/src/Makefile.am Removed Paths: ------------- gambas/trunk/gb.gtk/src/opengl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-04-13 08:20:11
|
Revision: 3762 http://gambas.svn.sourceforge.net/gambas/?rev=3762&view=rev Author: lordheavy Date: 2011-04-13 08:20:00 +0000 (Wed, 13 Apr 2011) Log Message: ----------- Fix some building with make CXXFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" See http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html Modified Paths: -------------- gambas/trunk/gb.gtk/src/CScreen.cpp gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gb.gtk.h gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtrayicon.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...> - 2011-06-11 16:04:11
|
Revision: 3881 http://gambas.svn.sourceforge.net/gambas/?rev=3881&view=rev Author: gambix Date: 2011-06-11 16:04:05 +0000 (Sat, 11 Jun 2011) Log Message: ----------- [GB.GTK] * OPT: Begin to change the source to remove all the deprecated function and remove all direct access to the object fiels and replace them by an accessor function instead. Modified Paths: -------------- gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gcolor.h gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gpicture.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...> - 2011-06-12 12:56:18
|
Revision: 3882 http://gambas.svn.sourceforge.net/gambas/?rev=3882&view=rev Author: gambix Date: 2011-06-12 12:56:11 +0000 (Sun, 12 Jun 2011) Log Message: ----------- [GB.GTK] * OPT: Cancel Last changes Modified Paths: -------------- gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gcolor.h gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gpicture.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...> - 2011-08-04 22:43:13
|
Revision: 3968 http://gambas.svn.sourceforge.net/gambas/?rev=3968&view=rev Author: gambas Date: 2011-08-04 22:43:07 +0000 (Thu, 04 Aug 2011) Log Message: ----------- [GB.GTK] * BUG: Compile again with GTK+ 2.x. * BUG: Fix how popup windows are displayed. 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...> - 2011-10-01 15:49:41
|
Revision: 4166 http://gambas.svn.sourceforge.net/gambas/?rev=4166&view=rev Author: gambas Date: 2011-10-01 15:49:35 +0000 (Sat, 01 Oct 2011) Log Message: ----------- [GB.GTK] * BUG: Fix an infinite resizing loop in GridView scrollbar layouting. Modified Paths: -------------- gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/ggridview.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...> - 2011-10-26 00:32:29
|
Revision: 4222 http://gambas.svn.sourceforge.net/gambas/?rev=4222&view=rev Author: gambas Date: 2011-10-26 00:32:22 +0000 (Wed, 26 Oct 2011) Log Message: ----------- [GB.GTK] * BUG: Try to workaround stupid GTK+ popup management. 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/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-15 04:48:15
|
Revision: 4278 http://gambas.svn.sourceforge.net/gambas/?rev=4278&view=rev Author: gambas Date: 2011-12-15 04:48:08 +0000 (Thu, 15 Dec 2011) Log Message: ----------- [GB.GTK] * OPT: Don't call GTK+ gtk_widget_modify_xxx() functions if not really necessary, they are slow, and slower as the number of created controls grows! Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontainer.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...> - 2011-12-22 13:14:19
|
Revision: 4313 http://gambas.svn.sourceforge.net/gambas/?rev=4313&view=rev Author: gambas Date: 2011-12-22 13:14:08 +0000 (Thu, 22 Dec 2011) Log Message: ----------- [GB.GTK] * BUG: Fix Printer.Print() when printing to a PS or SVG file. * BUG: Paint text routines now use the printer specific Pango routines when painting to a printer. [GB.REPORT] * BUG: Fix preview so that no useless scrollbar is displayed in "fit to page" mode. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.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...> - 2012-01-20 23:21:59
|
Revision: 4412 http://gambas.svn.sourceforge.net/gambas/?rev=4412&view=rev Author: gambas Date: 2012-01-20 23:21:52 +0000 (Fri, 20 Jan 2012) Log Message: ----------- [GB.GTK+] * BUG: Try to be compatible with GTK+ <= 2.16. Modified Paths: -------------- 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-02-05 15:08:56
|
Revision: 4451 http://gambas.svn.sourceforge.net/gambas/?rev=4451&view=rev Author: gambas Date: 2012-02-05 15:08:50 +0000 (Sun, 05 Feb 2012) Log Message: ----------- [GB.GTK] * BUG: The TreeView/ListView/ColumnView Click event now should behave the same way as in gb.qt4. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtree.cpp gambas/trunk/gb.gtk/src/gtree.h 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-02-25 01:48:21
|
Revision: 4504 http://gambas.svn.sourceforge.net/gambas/?rev=4504&view=rev Author: gambas Date: 2012-02-25 01:48:14 +0000 (Sat, 25 Feb 2012) Log Message: ----------- [GB.GTK] * BUG: If the DrawingArea Draw event handler raises an error, then the interpreter should not crash anymore. * BUG: Mouse events are now cancelable, like in gb.qt4, so that proxies cancelable prevent their propagation. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/gapplication.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-03-19 02:19:12
|
Revision: 4565 http://gambas.svn.sourceforge.net/gambas/?rev=4565&view=rev Author: gambas Date: 2012-03-19 02:19:06 +0000 (Mon, 19 Mar 2012) Log Message: ----------- [GB.GTK] * BUG: GTK+ callbacks must return a gboolean, not a bool. The C++ compiler does not compile the same thing in both cases! Modified Paths: -------------- gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gtabstrip.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/gtree.cpp gambas/trunk/gb.gtk/src/gtreeview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-04-05 21:36:29
|
Revision: 4600 http://gambas.svn.sourceforge.net/gambas/?rev=4600&view=rev Author: gambas Date: 2012-04-05 21:36:22 +0000 (Thu, 05 Apr 2012) Log Message: ----------- [GB.GTK] * BUG: The print output file name is correctly unescaped now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmessage.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...> - 2012-04-07 13:51:10
|
Revision: 4606 http://gambas.svn.sourceforge.net/gambas/?rev=4606&view=rev Author: gambas Date: 2012-04-07 13:51:02 +0000 (Sat, 07 Apr 2012) Log Message: ----------- [GB.GTK] * BUG: Try to handle Leave/Enter events the same way as in gb.qt4. Modified Paths: -------------- 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...> - 2012-05-17 21:31:24
|
Revision: 4738 http://gambas.svn.sourceforge.net/gambas/?rev=4738&view=rev Author: gambas Date: 2012-05-17 21:31:18 +0000 (Thu, 17 May 2012) Log Message: ----------- [GB.GTK] * BUG: Fix ScreenX and ScreenY properties for Window controls. * BUG: Consequently, windows with a menu bar work correctly again. * NEW: MovieBox is not opaque anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gpicturebox.cpp gambas/trunk/gb.gtk/src/gprogressbar.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |