Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6329] gambas/trunk/gb.gtk/src (Page 5)
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-19 09:07:53
|
Revision: 6329 http://sourceforge.net/p/gambas/code/6329 Author: gambas Date: 2014-06-19 09:07:50 +0000 (Thu, 19 Jun 2014) Log Message: ----------- [GB.GTK] * BUG: Fix Frame children detection. [GB.GTK3] * BUG: Fix Frame children detection. 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...> - 2014-08-23 12:21:12
|
Revision: 6424 http://sourceforge.net/p/gambas/code/6424 Author: gambas Date: 2014-08-23 12:21:03 +0000 (Sat, 23 Aug 2014) Log Message: ----------- [GB.GTK] * BUG: Try to fix GTK+ keyboard events handling, whatever the input method does with them. [GB.GTK3] * BUG: Try to fix GTK+ keyboard events handling, whatever the input method does with them. Some problems specific to GTK+3 yet. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-27 11:53:41
|
Revision: 6431 http://sourceforge.net/p/gambas/code/6431 Author: gambas Date: 2014-08-27 11:53:37 +0000 (Wed, 27 Aug 2014) Log Message: ----------- [GB.GTK] * NEW: Remove useless gb.gtk exported functions. * OPT: Prevent an unneeded image conversion in Paint.DrawImage(). [GB.GTK3] * NEW: Remove useless gb.gtk3 exported functions. * OPT: Prevent an unneeded image conversion in Paint.DrawImage(). Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gb.gtk.h 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...> - 2014-09-07 20:27:13
|
Revision: 6457 http://sourceforge.net/p/gambas/code/6457 Author: gambas Date: 2014-09-07 20:27:04 +0000 (Sun, 07 Sep 2014) Log Message: ----------- [GB.GTK] * BUG: A reparented control does not lose its default foreground or background color anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CColor.cpp gambas/trunk/gb.gtk/src/CStyle.cpp gambas/trunk/gb.gtk/src/cpaint_impl.cpp 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/gdrawingarea.cpp gambas/trunk/gb.gtk/src/glabel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-13 12:41:35
|
Revision: 6469 http://sourceforge.net/p/gambas/code/6469 Author: gambas Date: 2014-09-13 12:41:31 +0000 (Sat, 13 Sep 2014) Log Message: ----------- [GB.GTK] * BUG: Fix input method handling. [GB.GTK3] * BUG: Fix input method handling. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gkey.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-27 23:44:05
|
Revision: 6585 http://sourceforge.net/p/gambas/code/6585 Author: gambas Date: 2014-10-27 23:43:56 +0000 (Mon, 27 Oct 2014) Log Message: ----------- [GB.GTK] * BUG: Fix input method handling: key events cancellation and key repeat are correctly taken into account now. The "X input method" does not work (key events are internally sent four times!). [GB.GTK3] * BUG: Fix input method handling: key events cancellation and key repeat are correctly taken into account now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-30 02:03:30
|
Revision: 6589 http://sourceforge.net/p/gambas/code/6589 Author: gambas Date: 2014-10-30 02:03:27 +0000 (Thu, 30 Oct 2014) Log Message: ----------- [GB.GTK] * BUG: Ensure that Clipboard.Paste() behaves the same as in gb.qt4. [GB.GTK3] * BUG: Ensure that Clipboard.Paste() behaves the same as in gb.qt4. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CClipboard.cpp gambas/trunk/gb.gtk/src/gdrag.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-11 01:46:39
|
Revision: 6629 http://sourceforge.net/p/gambas/code/6629 Author: gambas Date: 2014-11-11 01:46:28 +0000 (Tue, 11 Nov 2014) Log Message: ----------- [GB.GTK] * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/cpaint_impl.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...> - 2014-12-03 14:24:50
|
Revision: 6709 http://sourceforge.net/p/gambas/code/6709 Author: gambas Date: 2014-12-03 14:24:47 +0000 (Wed, 03 Dec 2014) Log Message: ----------- [GB.GTK] * BUG: Menu opened through the PopupMenu property work correctly now. [GB.GTK3] * BUG: Menu opened through the PopupMenu property work correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/CMenu.h gambas/trunk/gb.gtk/src/CWidget.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...> - 2015-02-22 21:06:57
|
Revision: 6904 http://sourceforge.net/p/gambas/code/6904 Author: gambas Date: 2015-02-22 21:06:50 +0000 (Sun, 22 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: Redesign the keyboard event management so that it works with all input methods. [GB.GTK3] * BUG: Redesign the keyboard event management so that it works with all input methods. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-23 00:21:42
|
Revision: 6905 http://sourceforge.net/p/gambas/code/6905 Author: gambas Date: 2015-02-23 00:21:34 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: The keyboard event management is being fixed again. Workaround the strange behaviour of the XIM input method that raises keyboard events twice. [GB.GTK3] * BUG: The keyboard event management is being fixed again. Workaround the strange behaviour of the XIM input method that raises keyboard events twice. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gkey.h gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/src/gtextbox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-23 00:46:55
|
Revision: 6906 http://sourceforge.net/p/gambas/code/6906 Author: gambas Date: 2015-02-23 00:46:53 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.GTK] * BUG: Fix a possible GTK+ warning when drawing widget borders. * BUG: Apply XIM workaround only on controls having their own input method. [GB.GTK3] * BUG: Fix a possible GTK+ warning when drawing widget borders. * BUG: Apply XIM workaround only on controls having their own input method. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gkey.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-09 10:00:27
|
Revision: 6961 http://sourceforge.net/p/gambas/code/6961 Author: gambas Date: 2015-03-09 10:00:20 +0000 (Mon, 09 Mar 2015) Log Message: ----------- [GB.GTK3] * BUG: Correctly handle widget grabs, i.e. popups, modal dialogs... * BUG: Read-only combo-boxes do not prevent windows to shrink vertically. * NEW: ComboBox height can be smaller. * BUG: SpinBox does not expand horizontally up to the right border of its parent anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gspinbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-28 20:42:32
|
Revision: 7007 http://sourceforge.net/p/gambas/code/7007 Author: gambas Date: 2015-03-28 20:42:30 +0000 (Sat, 28 Mar 2015) Log Message: ----------- [GB.GTK] * BUG: Fix a crash when calling Dialog.SaveFile() with a void Dialog.Path. * BUG: TextBox: Setting the Pos property during a KeyPress event now works in all cases. [GB.GTK3] * BUG: Fix a crash when calling Dialog.SaveFile() with a void Dialog.Path. * BUG: TextBox: Setting the Pos property during a KeyPress event now works in all cases. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gprinter.cpp gambas/trunk/gb.gtk/src/gtextbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-14 21:32:50
|
Revision: 7083 http://sourceforge.net/p/gambas/code/7083 Author: gambas Date: 2015-05-14 21:32:48 +0000 (Thu, 14 May 2015) Log Message: ----------- [GB.GTK] * OPT: Cache Pango layout in each painter so that it is not recreated at each text drawing. * BUG: Copying a control font now should works as expected. * OPT: Paint.TextSize does not compute text size twice anymore. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gfont.cpp gambas/trunk/gb.gtk/src/gfont.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-08 15:47:18
|
Revision: 7122 http://sourceforge.net/p/gambas/code/7122 Author: gambas Date: 2015-06-08 15:47:16 +0000 (Mon, 08 Jun 2015) Log Message: ----------- [GB.GTK] * BUG: Fix keyboard events handling. * BUG: Fix enter and leave events handling. 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 gambas/trunk/gb.gtk/src/gkey.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-09 20:22:36
|
Revision: 7125 http://sourceforge.net/p/gambas/code/7125 Author: gambas Date: 2015-06-09 20:22:35 +0000 (Tue, 09 Jun 2015) Log Message: ----------- [GB.GTK3] * BUG: Explicit call to gtk_printer_option_widget_get_type(), otherwise printing crashes. But why??? 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...> - 2015-09-25 21:13:06
|
Revision: 7343 http://sourceforge.net/p/gambas/code/7343 Author: gambas Date: 2015-09-25 21:13:05 +0000 (Fri, 25 Sep 2015) Log Message: ----------- [GB.GTK] * BUG: Newly opened windows are centered by default, to mimic the gb.qt4 and gb.qt5 behaviour. [GB.GTK3] * BUG: Newly opened windows are centered by default, to mimic the gb.qt4 and gb.qt5 behaviour. 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...> - 2015-09-27 13:29:51
|
Revision: 7353 http://sourceforge.net/p/gambas/code/7353 Author: gambas Date: 2015-09-27 13:29:49 +0000 (Sun, 27 Sep 2015) Log Message: ----------- [GB.GTK] * BUG: Try to fix popup menu behaviour in X11 TrayIcon context. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CTrayIcon.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gapplication.h 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...> - 2015-10-10 21:50:06
|
Revision: 7406 http://sourceforge.net/p/gambas/code/7406 Author: gambas Date: 2015-10-10 21:50:05 +0000 (Sat, 10 Oct 2015) Log Message: ----------- [GB.GTK] * BUG: Fix ScrollView ClientWidth and ClientHeight properties. * BUG: When searching for event targets, don't look at controls outside of containers client area. [GB.GTK3] * BUG: Fix ScrollView ClientWidth and ClientHeight properties. * BUG: When searching for event targets, don't look at controls outside of containers client area. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp 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...> - 2016-07-14 22:20:39
|
Revision: 7818 http://sourceforge.net/p/gambas/code/7818 Author: gambas Date: 2016-07-14 22:20:37 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Background and Foreground colors should work better with most of the controls. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.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...> - 2016-07-16 18:03:49
|
Revision: 7821 http://sourceforge.net/p/gambas/code/7821 Author: gambas Date: 2016-07-16 18:03:47 +0000 (Sat, 16 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Background and Foreground colors should work as expected now. * BUG: SpinBox: Minimum width is a bit larger now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/gframe.h gambas/trunk/gb.gtk/src/gspinbox.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...> - 2016-07-16 18:31:23
|
Revision: 7823 http://sourceforge.net/p/gambas/code/7823 Author: gambas Date: 2016-07-16 18:31:21 +0000 (Sat, 16 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Using colors with alpha component works correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.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...> - 2016-08-15 12:56:58
|
Revision: 7840 http://sourceforge.net/p/gambas/code/7840 Author: gambas Date: 2016-08-15 12:56:57 +0000 (Mon, 15 Aug 2016) Log Message: ----------- [GB.GTK] * NEW: Implement the Menu.Proxy property. * BUG: Prevent a crash when a non-void TabStrip is deleted. [GB.GTK3] * NEW: Implement the Menu.Proxy property. * BUG: Prevent a crash when a non-void TabStrip is deleted. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gcontrol.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...> - 2016-08-25 23:58:29
|
Revision: 7863 http://sourceforge.net/p/gambas/code/7863 Author: gambas Date: 2016-08-25 23:58:28 +0000 (Thu, 25 Aug 2016) Log Message: ----------- [GB.GTK] * BUG: Don't use gtk_window_set_resizable(), it has a broken behaviour in GTK+3. Use gtk_window_set_geometry_hints instead. * BUG: Destroying a parent menu automatically destroys its children as expected now. [GB.GTK3] * BUG: Don't use gtk_window_set_resizable(), it has a broken behaviour in GTK+3. Use gtk_window_set_geometry_hints instead. * BUG: Destroying a parent menu automatically destroys its children as expected now. * BUG: Patch all layout methods. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CImage.cpp gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/gcontrol.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/gtextarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |