summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-6/+1
* widget: Save pointer to focus childTimm Bäder2017-03-311-4/+3
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-2/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* widget: Remove show_all vfuncTimm Bäder2017-01-201-30/+0
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-4/+4
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* toolbar: Implement snapshot()Benjamin Otte2016-12-191-21/+19
* toolbar: Replace button-press-event handler with gestureTimm Bäder2016-12-071-12/+34
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* gtk: Chain up in realize()Benjamin Otte2016-11-021-7/+2
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-29/+18
* toolbar: Remove max-child-expand child propertyTimm Bäder2016-10-181-27/+0
* toolbar: Remove button-relief style propertyTimm Bäder2016-10-181-71/+0
* toolbar: Use gdk_window_new_input()Benjamin Otte2016-10-181-19/+8
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* Remove various unused style propertiesTimm Bäder2016-10-161-67/+0
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-61/+34
* toolbar: Limit item position to number of contained elementsTimm Bäder2016-05-121-1/+3
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-19/+17
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* separatortoolitem: don't use custom sizing/renderingCosimo Cecchi2016-01-031-93/+9
* toolbar: deprecate GtkToolbarSpaceStyle and space-style style propertyCosimo Cecchi2016-01-031-1/+9
* toolbar: port to use a gadgetCosimo Cecchi2016-01-031-114/+154
* toolbar: use gtk_container_handle_border_width()Cosimo Cecchi2016-01-031-43/+32
* toolbar: trivial code cleanupCosimo Cecchi2016-01-031-3/+5
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-2/+2
* Cosmetic: Avoid explicit state variablesMatthias Clasen2015-11-141-4/+3
* Use gtk_widget_set_focus_on_click() instead of deprecated settersFlorian Müllner2015-11-031-1/+1
* toolbar: Use an element name instead of a style classMatthias Clasen2015-10-311-4/+6
* toolbar: Switch from get_path_for_child() to css node managingBenjamin Otte2015-07-161-145/+13
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-3/+4
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* GtkToolbar: Set clipMatthias Clasen2014-08-101-0/+2
* GtkToolbar: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+2
* GtkToolbar: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-3/+3
* Drop GtkArrow use in GtkToolbarMatthias Clasen2014-05-131-4/+3
* toolbar: Remove unneeded checksBenjamin Otte2014-05-011-8/+4
* Clean up private headersMatthias Clasen2014-04-051-0/+1
* all: Name more idles and timeoutsBastien Nocera2014-03-261-1/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-11/+11
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+4
* docs: use apostrophe in *'veWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* Redo csd window-draggingMatthias Clasen2014-01-121-1/+2
* toolbar: draw a full box for separatorsJonh Wendell2013-12-031-10/+24
* Add class toolbar before the style context is created for the widget.Marco Brito2013-12-011-3/+3
* menushell/toolbar/window: implement toggle maximize on double clickLionel Landwerlin2013-11-091-29/+3