summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* toolbar: Stop reordering css nodes based on text directionTimm Bäder2018-06-181-24/+3
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-9/+7
* toolbar: Avoid a get_own_allocation callTimm Bäder2018-04-101-4/+4
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-8/+4
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-1/+1
* toolbar: Stop using legacy event signalsMatthias Clasen2017-12-121-9/+15
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* toolbar: Remove gdk_flush() callsBenjamin Otte2017-11-171-9/+0
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-3/+3
* toolbar: Remove icon sizesBenjamin Otte2017-11-151-160/+0
* widget: Turn screen-changed signal into display-changedBenjamin Otte2017-10-311-9/+6
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+4
* Toolbar: Clarify set_show_arrow() a bit moreDaniel Boles2017-09-031-1/+2
* Toolbar: Clarify how the arrow overflow menu worksDaniel Boles2017-09-031-4/+10
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-1/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-9/+11
* toolbar: Remove gadgetTimm Bäder2017-07-191-77/+9
* toolbar: Remove css box renderingTimm Bäder2017-07-191-31/+6
* gtktoolbar: Remove input windowCarlos Garnacho2017-05-251-74/+0
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-6/+1
* 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