summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-2/+3
* Remove redundant checks for NULLMarek Kasik2014-10-021-10/+2
* GtkAccelLabel: unconditionally chain up in drawMatthias Clasen2014-07-191-6/+2
* GtkAccelLabel: use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* GtkAccelLabel: Convert to g_object_class_install_propertiesMatthias Clasen2014-06-091-18/+22
* GtkAccelLabel: Drop use of GtkMiscMatthias Clasen2014-05-241-7/+2
* Fix a leftover deprecation warningMatthias Clasen2014-05-131-2/+1
* Deprecate GtkMiscMatthias Clasen2014-05-131-0/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-8/+7
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-7/+9
* docs: use proper quotesWilliam Jon McCann2014-02-051-4/+4
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: fix docs for out paramsWilliam Jon McCann2014-01-211-3/+3
* GtkAccelLabel: Add a setter for manual accelsMatthias Clasen2014-01-051-0/+24
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* GtkAccelLabel: Don't show "+" if there's no more keys to addBastien Nocera2013-02-181-2/+6
* GtkAccelLabel: adjust recent accel changesRyan Lortie2012-09-181-8/+22
* GtkAccelLabel: add manual accel APIRyan Lortie2012-09-171-6/+48
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* accellabel: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* Use a weak ref in GtkAccelLabelMatthias Clasen2011-08-241-18/+34
* accellabel: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* gtkaccellabel: Do not use GET_PRIV macroJavier Jardón2011-06-021-5/+6
* Fix an exampleMatthias Clasen2011-05-311-1/+1
* accellabel: Remove leftover debug codeBenjamin Otte2011-05-021-1/+1
* accellabel: Only daw accelerator after natural size has been reachedBenjamin Otte2011-05-011-2/+2
* GtkAccelLabel: Improve struct packingMatthias Clasen2011-04-121-2/+2
* Don't try to modify readonly stringsMatthias Clasen2011-02-091-22/+22
* Strip XF86 prefix from untranslated keysymsMatthias Clasen2011-02-041-2/+17
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* Make GtkAccelLabel use GtkStyleContext.Carlos Garnacho2010-12-241-8/+8
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+7
* accellabel: Remove gtk_widget_is_drawable() check from draw vfuncBenjamin Otte2010-09-261-70/+65
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-22/+10
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* accellabel: Port to draw vfuncBenjamin Otte2010-09-261-20/+26
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Update for GDK key name changesKristian Rietveld2010-09-131-13/+13
* Fixed accel label to do its derived work in ->get_width() instead of the old ...Tristan Van Berkom2010-08-181-10/+28
* gtkaccellabel: Remove unused class membersJavier Jardón2010-08-101-5/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Fix compilation warning: cast to GTK_WIDGETJavier Jardón2010-05-031-1/+1
* Move GSEAL'd members of GtkAccelLabel into private struct.Cody Russell2010-05-031-64/+88
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Move documentation to inline comments: GtkAccelLabelJavier Jardón2010-02-091-2/+84