]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoRename configure.in to configure.ac
Martin Nordholts [Fri, 7 May 2010 07:53:03 +0000 (09:53 +0200)]
Rename configure.in to configure.ac

In the autoconf manual the recomended name for the autoconf input file
is configure.ac and not configure.in. Follow this recomendation.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598768

14 years ago[test] Do not test deprecated GtkText
Javier Jardón [Fri, 7 May 2010 07:26:36 +0000 (09:26 +0200)]
[test] Do not test deprecated GtkText

14 years agoReintroduce gtk_progress_* api in gtk.symbols
Javier Jardón [Fri, 7 May 2010 07:24:34 +0000 (09:24 +0200)]
Reintroduce gtk_progress_* api in gtk.symbols

This api is deprecated but GtkToolBar still uses it

14 years agoRemove deprecated functions from GtkProgressBar
Javier Jardón [Fri, 7 May 2010 07:10:52 +0000 (09:10 +0200)]
Remove deprecated functions from GtkProgressBar

14 years agoClean up docs, disable testtext for now.
Matthias Clasen [Fri, 7 May 2010 04:04:57 +0000 (00:04 -0400)]
Clean up docs, disable testtext for now.

14 years agoMerge branch 'gtk-2-90'
Matthias Clasen [Fri, 7 May 2010 02:55:02 +0000 (22:55 -0400)]
Merge branch 'gtk-2-90'

Conflicts:
gtk/gtkentry.h

14 years ago[GtkRadioAction] fix annotation _set_group, _get_group
John (J5) Palmieri [Thu, 6 May 2010 21:30:03 +0000 (17:30 -0400)]
[GtkRadioAction] fix annotation _set_group, _get_group

* should be element-type GtkRadioAction not GtkAction

14 years ago[GtkRadioAction] Annotate _set_group
Colin Walters [Thu, 6 May 2010 20:57:49 +0000 (16:57 -0400)]
[GtkRadioAction] Annotate _set_group

14 years agoUse event instead key in the previous patch
Javier Jardón [Wed, 5 May 2010 01:52:38 +0000 (03:52 +0200)]
Use event instead key in the previous patch

14 years agoAdded api to reset the im context in GtkTextView and GtkEntry
Javier Jardón [Tue, 4 May 2010 23:16:55 +0000 (01:16 +0200)]
Added api to reset the im context in GtkTextView and GtkEntry

Also, added api to allow an input method to internally handle
key press and release events in the GtkTextView and GtkEntry
cases.
This is simply a wrapper to the gtk_im_context_filter_keypress()
function, but It's added to not access the ->im_context
directly.
Based on a Christian Dywan patch

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=163251

14 years agoFix a problem with marks on vertical scales
Matthias Clasen [Wed, 5 May 2010 00:33:21 +0000 (20:33 -0400)]
Fix a problem with marks on vertical scales

14 years agoRemove the definition of libpixbufloader_gdip_png_la_*
Javier Jardón [Tue, 4 May 2010 13:27:08 +0000 (15:27 +0200)]
Remove the definition of libpixbufloader_gdip_png_la_*

libstatic-pixbufloader-gdip-png.la should not be built or at least not
included in STATIC_GDIPLUS_LIBS as we don't want to use the GDI+-based
loader for PNG, because if we do, we can't get (or was it set?) the
options of a PNG pixbuf that for instance some code in GIMP wants to do.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=607839

14 years agoExpose visible() and modify() as vcalls in class
Danielle Madeley [Wed, 9 Dec 2009 09:21:34 +0000 (20:21 +1100)]
Expose visible() and modify() as vcalls in class

This makes it possible to create filter subclasses by implementing the vcalls.
You can optionally chain up to the parent class' implementation, to make it
possible to have "your filter + additional custom filtering".

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604150

14 years agoAdded an extra validation in gdk_pixbuf_loader_set_size()
Javier Jardón [Mon, 3 May 2010 22:33:48 +0000 (00:33 +0200)]
Added an extra validation in gdk_pixbuf_loader_set_size()

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=380196

14 years agoDutch translation updated by Wouter Bolsterlee
Wouter Bolsterlee [Mon, 3 May 2010 21:35:18 +0000 (23:35 +0200)]
Dutch translation updated by Wouter Bolsterlee

14 years agoDo not use C99 constant INFINITY
Javier Jardón [Mon, 3 May 2010 19:38:36 +0000 (21:38 +0200)]
Do not use C99 constant INFINITY

Use G_MAXDOUBLE instead

14 years agoMake toolbutton not call functions on non-GtkMisc
Benjamin Otte [Mon, 3 May 2010 16:22:42 +0000 (18:22 +0200)]
Make toolbutton not call functions on non-GtkMisc

14 years agoadd a get_indices_with_depth method to GtkTreePath with proper GI array annotations
John (J5) Palmieri [Tue, 27 Apr 2010 21:12:41 +0000 (17:12 -0400)]
add a get_indices_with_depth method to GtkTreePath with proper GI array annotations

* get_indices does not return a length so we can not annotate it to return an
  array in bindings that use GObject Introspection
* this method is the same as get_indices except it takes an int * as the depth
  parameter which we can then use in the array annotation
* in C this function returns an integer pointer array and updates depth to the
  number of integers in the array
* in a GI binding this returns the native array type for the bound language
  (e.g. in PyGI this returns a list of integers)

14 years agoUpdate the Makefile for scribble-xinput
Tor Lillqvist [Mon, 3 May 2010 10:44:23 +0000 (13:44 +0300)]
Update the Makefile for scribble-xinput

Don't use GTK_DISABLE_DEPRECATED as scribble-xinput does use
deprecated API. Also, make the CC command line more canonical.

14 years agoUpdates
Matthias Clasen [Sun, 2 May 2010 23:21:27 +0000 (19:21 -0400)]
Updates

14 years agotests: Too many arguments in call to 'create_menu'
Javier Jardón [Mon, 3 May 2010 00:56:29 +0000 (02:56 +0200)]
tests: Too many arguments in call to 'create_menu'

14 years agoUse accessor functions to access GtkLabel variables
Javier Jardón [Sat, 27 Mar 2010 05:19:10 +0000 (06:19 +0100)]
Use accessor functions to access GtkLabel variables

14 years agoDo not use deprecated GtkNoteBook api in testgtk
Javier Jardón [Mon, 26 Apr 2010 03:26:42 +0000 (05:26 +0200)]
Do not use deprecated GtkNoteBook api in testgtk

14 years agoRemove deprecated GtkProgress functionality from testgtk
Javier Jardón [Mon, 26 Apr 2010 00:08:04 +0000 (02:08 +0200)]
Remove deprecated GtkProgress functionality from testgtk

14 years agoRemove GtkTreeItem completely
Javier Jardón [Sat, 24 Apr 2010 03:45:38 +0000 (05:45 +0200)]
Remove GtkTreeItem completely

14 years agoRemove GtkTree completely
Javier Jardón [Sat, 24 Apr 2010 03:43:09 +0000 (05:43 +0200)]
Remove GtkTree completely

14 years agoRemove GtkText completely
Javier Jardón [Sat, 24 Apr 2010 03:37:14 +0000 (05:37 +0200)]
Remove GtkText completely

14 years agoRestore non-deprecated GtkToolbar functions in gtk.symbols
Javier Jardón [Sat, 24 Apr 2010 03:24:58 +0000 (05:24 +0200)]
Restore non-deprecated GtkToolbar functions in gtk.symbols

The functions gtk_toolbar_set_icon_size() and
gtk_toolbar_unset_icon_size() are not deprecated

14 years agoRemove GtkTooltips completely
Javier Jardón [Sat, 24 Apr 2010 03:15:05 +0000 (05:15 +0200)]
Remove GtkTooltips completely

14 years agoRemove GtkOptionMenu completely
Javier Jardón [Sat, 24 Apr 2010 02:52:27 +0000 (04:52 +0200)]
Remove GtkOptionMenu completely

14 years agoRemove all gtk_marshal_* functions from the gtk.symbols
Javier Jardón [Sat, 24 Apr 2010 02:46:03 +0000 (04:46 +0200)]
Remove all gtk_marshal_* functions from the gtk.symbols

14 years agoPort testtreeview to new API
Javier Jardón [Sat, 24 Apr 2010 01:53:11 +0000 (03:53 +0200)]
Port testtreeview to new API

Use GtkComboBox instead the deprecated GtkOptionMenu

https://bugzilla.gnome.org/show_bug.cgi?id=616679

14 years agoRemove all gtk_draw_* deprecated functions completely
Javier Jardón [Sat, 24 Apr 2010 02:12:03 +0000 (04:12 +0200)]
Remove all gtk_draw_* deprecated functions completely

14 years agoRemove gtk_color_selection_set_update_policy() completely
Javier Jardón [Sat, 24 Apr 2010 02:05:54 +0000 (04:05 +0200)]
Remove gtk_color_selection_set_update_policy() completely

14 years agoDeclare random item correctly in stresstest-toolbar
Christian Dywan [Fri, 23 Apr 2010 16:07:21 +0000 (18:07 +0200)]
Declare random item correctly in stresstest-toolbar

14 years agoUse GtkComboBox, GtkOrientable and no GtkObject in testtoolbar
Christian Dywan [Fri, 23 Apr 2010 15:55:01 +0000 (17:55 +0200)]
Use GtkComboBox, GtkOrientable and no GtkObject in testtoolbar

14 years agoDon't set child-min-width/ height in the button box test
Christian Dywan [Tue, 13 Apr 2010 17:04:44 +0000 (19:04 +0200)]
Don't set child-min-width/ height in the button box test

This is not a property. The feature was removed.

14 years agoRevert accidental removal of book pixmap strings
Christian Dywan [Tue, 13 Apr 2010 16:55:50 +0000 (18:55 +0200)]
Revert accidental removal of book pixmap strings

14 years agoRemove unused dump_accels() function from testgtk
Christian Dywan [Tue, 13 Apr 2010 16:46:27 +0000 (18:46 +0200)]
Remove unused dump_accels() function from testgtk

14 years agoRemove GtkTipsQuery demo from testgtk
Christian Dywan [Tue, 13 Apr 2010 16:43:16 +0000 (18:43 +0200)]
Remove GtkTipsQuery demo from testgtk

14 years agoDon't use gtk_widget_set_uposition/size in testgtk
Christian Dywan [Tue, 13 Apr 2010 16:32:10 +0000 (18:32 +0200)]
Don't use gtk_widget_set_uposition/size in testgtk

Use gtk_window_move and gtk_widget_set_size_request instead.

14 years agoRemove unused text helper functions from testgtk
Christian Dywan [Tue, 6 Apr 2010 15:57:46 +0000 (17:57 +0200)]
Remove unused text helper functions from testgtk

14 years agoUse new 2.14 GtkColorSelection API in testgtk
Christian Dywan [Tue, 6 Apr 2010 15:45:56 +0000 (17:45 +0200)]
Use new 2.14 GtkColorSelection API in testgtk

14 years agoReplace GtkFileSelection with GtkFileChooser in testgtk
Christian Dywan [Tue, 6 Apr 2010 15:22:18 +0000 (17:22 +0200)]
Replace GtkFileSelection with GtkFileChooser in testgtk

14 years agoUse GtkComboBoxEntry for the display list in testgtk
Christian Dywan [Tue, 6 Apr 2010 14:57:19 +0000 (16:57 +0200)]
Use GtkComboBoxEntry for the display list in testgtk

14 years agoUse GtkComboBoxEntry in entry test in testgtk
Christian Dywan [Tue, 6 Apr 2010 14:36:05 +0000 (16:36 +0200)]
Use GtkComboBoxEntry in entry test in testgtk

14 years agoDeclare book_open/closed_xpm in testgtk notebook
Christian Dywan [Tue, 6 Apr 2010 14:27:31 +0000 (16:27 +0200)]
Declare book_open/closed_xpm in testgtk notebook

14 years agoRemove item factory test from testgtk
Christian Dywan [Tue, 6 Apr 2010 14:24:21 +0000 (16:24 +0200)]
Remove item factory test from testgtk

14 years agoUse "activate" rather than "clicked" for menu items
Christian Dywan [Wed, 31 Mar 2010 15:29:53 +0000 (17:29 +0200)]
Use "activate" rather than "clicked" for menu items

14 years agoUse GtkComboBox instead of GtkCombo in testsocket
Christian Dywan [Wed, 31 Mar 2010 15:24:50 +0000 (17:24 +0200)]
Use GtkComboBox instead of GtkCombo in testsocket

14 years agoDon't use GtkItemFactory in testsocket
Christian Dywan [Wed, 31 Mar 2010 14:44:40 +0000 (16:44 +0200)]
Don't use GtkItemFactory in testsocket

14 years agoReplace GtkText in testselection with GtkTextView
Christian Dywan [Wed, 31 Mar 2010 14:16:26 +0000 (16:16 +0200)]
Replace GtkText in testselection with GtkTextView

14 years agoRemove obsolete GtkText test from testgtk
Christian Dywan [Wed, 31 Mar 2010 13:32:03 +0000 (15:32 +0200)]
Remove obsolete GtkText test from testgtk

14 years agoRemove obsolete GtkTree test from testgtk
Christian Dywan [Wed, 31 Mar 2010 13:20:03 +0000 (15:20 +0200)]
Remove obsolete GtkTree test from testgtk

14 years agoUse an array and new toolbar API in testgtk
Christian Dywan [Wed, 31 Mar 2010 13:08:13 +0000 (15:08 +0200)]
Use an array and new toolbar API in testgtk

14 years agoReplace option menu with combo box in testoffscreen
Christian Dywan [Fri, 26 Mar 2010 17:21:17 +0000 (18:21 +0100)]
Replace option menu with combo box in testoffscreen

14 years agoReplace option menus in testgtk with combo boxes
Christian Dywan [Fri, 26 Mar 2010 16:55:07 +0000 (17:55 +0100)]
Replace option menus in testgtk with combo boxes

14 years agoUse new progress bar API in testgtk progress test
Christian Dywan [Fri, 26 Mar 2010 16:27:09 +0000 (17:27 +0100)]
Use new progress bar API in testgtk progress test

14 years agoUse a tree view in testgtk selection target test
Christian Dywan [Fri, 26 Mar 2010 15:49:48 +0000 (16:49 +0100)]
Use a tree view in testgtk selection target test

14 years agoRemove GTK_WIDGET_* macros
Javier Jardón [Wed, 24 Mar 2010 23:23:36 +0000 (00:23 +0100)]
Remove GTK_WIDGET_* macros

14 years agoRemove gtk_fixed_get_has_window() and gtk_fixed_set_has_window()
Javier Jardón [Thu, 11 Mar 2010 03:38:34 +0000 (04:38 +0100)]
Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window()

14 years agoRemove GtkCtree documentation
Javier Jardón [Thu, 11 Mar 2010 03:07:57 +0000 (04:07 +0100)]
Remove GtkCtree documentation

14 years agoRemove GtkOldEditable completely
Javier Jardón [Thu, 11 Mar 2010 02:59:45 +0000 (03:59 +0100)]
Remove GtkOldEditable completely

14 years agoRemove GtkOptionMenu tests
Javier Jardón [Thu, 11 Mar 2010 02:31:22 +0000 (03:31 +0100)]
Remove GtkOptionMenu tests

14 years agoRestore gtk_paned_get_handle_window()
Javier Jardón [Wed, 10 Mar 2010 22:28:45 +0000 (23:28 +0100)]
Restore gtk_paned_get_handle_window()

14 years agoRestore gtk_entry_get_icon_window() again
Javier Jardón [Wed, 10 Mar 2010 22:16:17 +0000 (23:16 +0100)]
Restore gtk_entry_get_icon_window() again

14 years agoRemove GtkSideType, GtkMatchType, GtkPreviewType and GtkSignalRunType
Christian Dywan [Fri, 11 Dec 2009 15:30:17 +0000 (16:30 +0100)]
Remove GtkSideType, GtkMatchType, GtkPreviewType and GtkSignalRunType

14 years agoRemove GtkType legacy API and type definitions
Christian Dywan [Thu, 10 Dec 2009 12:27:20 +0000 (13:27 +0100)]
Remove GtkType legacy API and type definitions

14 years agoRemove deprecated GtkTooltips
Christian Dywan [Thu, 10 Dec 2009 11:28:38 +0000 (12:28 +0100)]
Remove deprecated GtkTooltips

14 years agoRemove GtkObject floating, weak, arg and user data handling
Christian Dywan [Thu, 10 Dec 2009 10:38:27 +0000 (11:38 +0100)]
Remove GtkObject floating, weak, arg and user data handling

14 years agoLook for accessible file chooser dialogue instead of file selection
Christian Dywan [Wed, 9 Dec 2009 15:56:55 +0000 (16:56 +0100)]
Look for accessible file chooser dialogue instead of file selection

14 years agoRemove obsolete GtkOptionMenu test case from Gail tests
Christian Dywan [Wed, 9 Dec 2009 15:55:52 +0000 (16:55 +0100)]
Remove obsolete GtkOptionMenu test case from Gail tests

14 years agoRemove uses of GtkCombo and gtk_widget_set_uposition in Gail
Christian Dywan [Wed, 9 Dec 2009 15:53:42 +0000 (16:53 +0100)]
Remove uses of GtkCombo and gtk_widget_set_uposition in Gail

14 years agoCleaning gtk-symbols file
Javier Jardón [Wed, 9 Dec 2009 08:08:46 +0000 (09:08 +0100)]
Cleaning gtk-symbols file

Remove some already removed symbols

14 years ago[gdk] Remove gdki18n.h completely
Javier Jardón [Wed, 9 Dec 2009 08:00:40 +0000 (09:00 +0100)]
[gdk] Remove gdki18n.h completely

14 years ago[gdk/directfb] Remove deprecated gdkdirectfb stuff
Javier Jardón [Wed, 9 Dec 2009 07:43:20 +0000 (08:43 +0100)]
[gdk/directfb] Remove deprecated gdkdirectfb stuff

14 years ago[gtk/gtktoolitem] Remove deprecated GtkToolItem stuff
Javier Jardón [Mon, 7 Dec 2009 21:42:08 +0000 (22:42 +0100)]
[gtk/gtktoolitem] Remove deprecated GtkToolItem stuff

This completes 221dcb6955cb89d1f89e71f442fc4c42fb76fcf3

14 years agoRemoved a call to a recently removed test function
Javier Jardón [Mon, 30 Nov 2009 22:39:55 +0000 (23:39 +0100)]
Removed a call to a recently removed test function

The function was a test of the deprecated GtkList

14 years agoDon't use direct accessors to GtkAccelLabel in gail module
Javier Jardón [Mon, 30 Nov 2009 04:31:24 +0000 (05:31 +0100)]
Don't use direct accessors to GtkAccelLabel in gail module

14 years agoMove GtkAccelGroup private structure to shared header file
Javier Jardón [Mon, 30 Nov 2009 03:51:58 +0000 (04:51 +0100)]
Move GtkAccelGroup private structure to shared header file

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=602174

14 years ago[gdk] Remove deprecated GdkRGB stuff
Javier Jardón [Thu, 26 Nov 2009 04:48:52 +0000 (05:48 +0100)]
[gdk] Remove deprecated GdkRGB stuff

14 years ago[gdk] Remove deprecated GdkVisual stuff
Javier Jardón [Thu, 26 Nov 2009 04:37:06 +0000 (05:37 +0100)]
[gdk] Remove deprecated GdkVisual stuff

14 years ago[gdk] Remove deprecated gdktypes stuff.
Javier Jardón [Thu, 26 Nov 2009 04:33:50 +0000 (05:33 +0100)]
[gdk] Remove deprecated gdktypes stuff.

14 years ago[gdk] Remove deprecated GdkSelection stuff.
Javier Jardón [Thu, 26 Nov 2009 04:28:25 +0000 (05:28 +0100)]
[gdk] Remove deprecated GdkSelection stuff.

14 years agoRemove deprecated GtkMenu stuff.
Javier Jardón [Tue, 24 Nov 2009 16:33:48 +0000 (17:33 +0100)]
Remove deprecated GtkMenu stuff.

Also, substitute the deprecated functions with the new ones in
documentation.

14 years agoRemove GtkCurve completely
Javier Jardón [Tue, 24 Nov 2009 04:06:43 +0000 (05:06 +0100)]
Remove GtkCurve completely

14 years agoRemove GtkGammaCurve completely
Javier Jardón [Tue, 24 Nov 2009 03:54:52 +0000 (04:54 +0100)]
Remove GtkGammaCurve completely

14 years agoRemove gtk_toggle_button_set_state() documentation
Javier Jardón [Tue, 24 Nov 2009 03:40:57 +0000 (04:40 +0100)]
Remove gtk_toggle_button_set_state() documentation

14 years agoRemove gtk_toggle_button_set_state() from GtkToggleButton
Javier Jardón [Tue, 24 Nov 2009 03:15:58 +0000 (04:15 +0100)]
Remove gtk_toggle_button_set_state() from GtkToggleButton

14 years agoSubstitute deprecated function
Javier Jardón [Wed, 18 Nov 2009 03:57:08 +0000 (04:57 +0100)]
Substitute deprecated function

Use gtk_editable_set_editable() instead gtk_entry_set_editable()

14 years agoRemove unused variable
Javier Jardón [Wed, 18 Nov 2009 03:46:17 +0000 (04:46 +0100)]
Remove unused variable

'default_spacing' is not used anymore

14 years agoRemove unused function
Javier Jardón [Wed, 18 Nov 2009 03:45:28 +0000 (04:45 +0100)]
Remove unused function

gtk_container_foreach_unmarshal() is not used anymore.

14 years agoFix compilation warning: cast to GTK_WIDGET
Javier Jardón [Wed, 18 Nov 2009 03:16:23 +0000 (04:16 +0100)]
Fix compilation warning: cast to GTK_WIDGET

14 years agoFix compilation error
Javier Jardón [Wed, 18 Nov 2009 03:14:35 +0000 (04:14 +0100)]
Fix compilation error

Substitute gtk_menu_bar_append() deprecated function by
gtk_menu_shell_append() and cast to correct type

14 years agoUse gtk_label_get_text() instead direct access
Javier Jardón [Wed, 18 Nov 2009 03:13:05 +0000 (04:13 +0100)]
Use gtk_label_get_text() instead direct access

14 years agoSubstitute deprecated stuff from GtkContainer in documentation
Javier Jardón [Mon, 9 Nov 2009 08:20:33 +0000 (09:20 +0100)]
Substitute deprecated stuff from GtkContainer in documentation

14 years agoRemove all deprecated stuff from GtkContainer
Javier Jardón [Mon, 9 Nov 2009 08:04:57 +0000 (09:04 +0100)]
Remove all deprecated stuff from GtkContainer

14 years agoDo not use lock_count of GtkAccelGroup directly in GtkWidget
Christian Dywan [Fri, 23 Oct 2009 00:54:07 +0000 (02:54 +0200)]
Do not use lock_count of GtkAccelGroup directly in GtkWidget

14 years agoRemove old GtkToolbar compatibility API
Christian Dywan [Fri, 23 Oct 2009 00:53:27 +0000 (02:53 +0200)]
Remove old GtkToolbar compatibility API

14 years agoRemove internal GtkNotebook tab homogeneousnes and border helpers
Christian Dywan [Fri, 23 Oct 2009 00:04:55 +0000 (02:04 +0200)]
Remove internal GtkNotebook tab homogeneousnes and border helpers