summaryrefslogtreecommitdiff
path: root/gtk/gtkmenutoolbutton.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop GtkArrow use in GtkMenuToolButtonMatthias Clasen2014-05-131-1/+0
| | | | This was just an unneeded include anyway.
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
| | | | Instead of Return value:
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
| | | | | With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well.
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
| | | | https://wiki.gnome.org/Design/OS/Typography
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
|
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
|
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
| | | | Specifically, switch to using markdown syntax for sections.
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119
* Trivial formatting fixesMatthias Clasen2013-09-041-4/+4
|
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-2/+3
|
* GtkMenuButton: rename _set_menu() to _set_popup()Ryan Lortie2012-08-201-6/+6
| | | | | | | | It's too close to the release so we'll keep _set_menu() around, but deprecate it, pointing to the new API. It will be removed (and the name reused) before the 3.6.0 release. https://bugzilla.gnome.org/show_bug.cgi?id=682235
* gtkmenutoolbutton: Use GtkMenuButtonBastien Nocera2012-06-151-242/+27
| | | | | | To implement the drop-down menu. https://bugzilla.gnome.org/show_bug.cgi?id=668013
* Revert "gtkmenutoolbutton: Use GtkMenuButton"Matthias Clasen2012-05-301-25/+242
| | | | This reverts commit 1519a1e8c295bc1c97e765d4cee0f866bf8398c6.
* gtkmenutoolbutton: Use GtkMenuButtonBastien Nocera2012-05-301-242/+25
| | | | | | To implement the drop-down menu. https://bugzilla.gnome.org/show_bug.cgi?id=668013
* gtkmenutoolbutton: Fix show-menu API docsBastien Nocera2012-05-301-1/+1
| | | | | | It's "set" not "get" that one needs to call to set the menu. https://bugzilla.gnome.org/show_bug.cgi?id=677055
* gtkmenutoolbutton: Remove unused variableBastien Nocera2012-05-301-3/+0
| | | | | | Set but unused. https://bugzilla.gnome.org/show_bug.cgi?id=677055
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkmenutoolbutton: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
|
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
| | | | | This uses the new workarea API to avoid placing popups underneath panels, docks, etc.
* Clean up unneeded includesMatthias Clasen2011-08-281-2/+1
|
* Move documentation to inline comments: GtkMenuToolButtonJavier Jardón2011-04-151-0/+36
|
* Added GtkBuilder support for "menu" child type of GtkMenuToolButtonTristan Van Berkom2011-01-101-1/+32
|
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-3/+3
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
|
* Use accessor functions to access GtkButtonJavier Jardón2010-10-261-1/+1
|
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+7
| | | | Also make GtkWidget derive from GInitiallyUnowned
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense to keep them separate as GtkSizeRequest requires a GtkWidget and GtkWidget implements GtkSizeRequest, so you can never have one without the other. It also makes the code a lot easier because no casts are required when calling functions. Also, the names would translate to gtk_widget_get_width() and people agreed that this would be a too generic name, so a "preferred" was added to the names. So this patch moves the functions: gtk_size_request_get_request_mode() => gtk_widget_get_request_mode() gtk_size_request_get_width() => gtk_widget_get_preferred_width() gtk_size_request_get_height() => gtk_widget_get_preferred_height() gtk_size_request_get_size() => gtk_widget_get_preferred_size() gtk_size_request_get_width_for_height() => gtk_widget_get_preferred_width_for_height() gtk_size_request_get_height_for_width() => gtk_widget_get_preferred_height_for_width() ... and moves the corresponding vfuncs to the GtkWidgetClass. The patch also renames the implementations of the vfuncs in widgets to include the word "preferrred".
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+2
|
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+7
| | | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=629598 Signed-off-by: Javier Jardón <jjardon@gnome.org> Signed-off-by: Tristan Van Berkom <tristanvb@openismus.com>
* gtk/gtkmenutoolbutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-18/+31
|
* GtkMenuToolButton: unseal private pointerJavier Jardón2010-07-131-3/+3
|
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
|
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Remove deprecated GtkTooltipsChristian Dywan2010-05-031-2/+0
|
* [gtk/gtktoolitem] Remove deprecated GtkToolItem stuffJavier Jardón2010-05-031-2/+2
| | | | This completes 221dcb6955cb89d1f89e71f442fc4c42fb76fcf3
* Remove deprecated GtkMenuToolButton functionChristian Dywan2010-05-031-27/+0
|
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
| | | | | | Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
| | | | | | Use gtk_widget_is_sensitive() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
| | | | | | | | This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
| | | | | | | | The Gtk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GTK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations.
* Doc additionsMatthias Clasen2008-12-301-0/+13
| | | | svn path=/trunk/; revision=22010
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * gtk/gtkaboutdialog.c * gtk/gtkcellrendereraccel.c * gtk/gtkcellrenderercombo.c * gtk/gtkcellrendererspin.c * gtk/gtkcellrenderertext.c * gtk/gtkclipboard.c * gtk/gtkcolorsel.c * gtk/gtkcombo.c * gtk/gtkcombobox.c * gtk/gtkdnd-quartz.c * gtk/gtkdnd.c * gtk/gtkentry.c * gtk/gtkentrycompletion.c * gtk/gtkfilechooserbutton.c * gtk/gtkfilechooserdefault.c * gtk/gtkfilechooserentry.c * gtk/gtkfontsel.c * gtk/gtkinputdialog.c * gtk/gtkmenutoolbutton.c * gtk/gtkpathbar.c * gtk/gtktooltip.c: use canonical signal names in g_signal_connect(). svn path=/trunk/; revision=21060
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-3/+2
| | | | | | | | | | | | | | | | | | | | | 2008-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.c * gtk/gtkcontainer.c * gtk/gtkfilechooserbutton.c * gtk/gtkgamma.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtkradiobutton.c * gtk/gtkradiomenuitem.c * gtk/gtktipsquery.c * gtk/gtktree.c * gtk/gtktreeview.c: chain up unconditionally in destroy(). * gtk/gtkhandlebox.c: remove empty destroy() implementation. svn path=/trunk/; revision=21035
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.cMichael Natterer2008-06-171-1/+4
| | | | | | | | | | | | | | | | | 2008-06-17 Michael Natterer <mitch@imendio.com> * gtk/gtkfilesel.c * gtk/gtkinputdialog.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtktoolitem.c * gtk/gtktooltips.c: add or move around #undef GTK_DISABLE_DEPRECATED so it's possible to build without deprecated stuff again (with the minor glitch that it doesn't link ;) but at least it's a tool to keep the code clean). svn path=/trunk/; revision=20426
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-2/+1
| | | | | | | | | | | | | | | | 2008-05-19 Michael Natterer <mitch@imendio.com> * gtk/gtkcellrenderer.c * gtk/gtkcellrendererpixbuf.c * gtk/gtkcellrenderertoggle.c * gtk/gtkimagemenuitem.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtkstatusbar.c * gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP. svn path=/trunk/; revision=20112
* when creating a new box, be sure to transfer a possible tooltip from theKristian Rietveld2007-09-101-0/+11
| | | | | | | | | | | 2007-09-10 Kristian Rietveld <kris@imendio.com> * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents): when creating a new box, be sure to transfer a possible tooltip from the old to the new box. (Fixes #458283, reported by Christian Persch). svn path=/trunk/; revision=18785