summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* spinbutton: Use 0 as default for (max-)width-charsTimm Bäder2017-07-191-2/+4
* spinbutton: Add accessors for (max-)width-charsTimm Bäder2017-07-191-0/+45
* spinbutton: Fix activationTimm Bäder2017-07-191-6/+9
* Slightly rework clip handlingTimm Bäder2017-07-191-1/+1
* spinbutton: Add text propertyTimm Bäder2017-07-191-0/+49
* spinbutton: Inherit from GtkWidgetTimm Bäder2017-07-191-145/+78
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-4/+0
* spinbutton: Add undershoot nodes to CSS docsTimm Bäder2017-04-241-0/+4
* spinbutton: Remove an unused defineTimm Bäder2017-04-241-1/+0
* spinbutton: Fix right and middle click on +/- buttonsTimm Bäder2017-02-011-0/+4
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+2
* spinbutton: Restore gtk3 focus behaviorTimm Bäder2017-01-161-2/+4
* Avoid some more type checks for internal callsAlexander Larsson2017-01-111-1/+1
* Unparent child widgetsTimm Bäder2017-01-071-0/+3
* spinbutton: Use widgets for up/down buttonsTimm Bäder2017-01-071-422/+150
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* spinbutton: Remove _get_panelsTimm Bäder2016-12-031-12/+0
* snapshot: Convert entry and spinbuttonBenjamin Otte2016-11-151-10/+10
* spinbutton: Fix some gadget handling issuesMatthias Clasen2016-11-101-4/+6
* spinbutton: Convert to indirect renderingTimm Bäder2016-11-051-12/+10
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-43/+17
* spinbutton: Use gdk_window_new_input()Benjamin Otte2016-10-181-27/+16
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-16/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-3/+3
* Use g_snprintf instead of snprintf.Ignacio Casal Quinteiro2016-08-101-1/+2
* Fix build of commit f23e99bChun-wei Fan2016-06-271-1/+1
* scale, spinbutton: Avoid -0.0Matthias Clasen2016-06-071-1/+14
* box gadget: Redo expand flag handlingMatthias Clasen2016-04-281-6/+6
* spinbutton: Fix drag highlight problemsMatthias Clasen2016-03-111-1/+1
* spin button: Limit the entry width to reasonable valuesMatthias Clasen2016-03-051-4/+5
* spin button: Use the Ctrl modifier for Home and End key bindingsJean-François Fortin Tam2016-02-231-2/+2
* spinbutton: Free the gadget in finalizeTimm Bäder2016-02-101-0/+1
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* spin button: Document sizing peculiaritiesMatthias Clasen2016-01-271-1/+5
* spinbutton: Don't expand the buttonsBenjamin Otte2016-01-261-14/+18
* spinbutton: Add a base gadgetBenjamin Otte2016-01-251-195/+53
* entry: Move spinbutton size hackBenjamin Otte2016-01-251-29/+29
* spinbutton: Make the entry gadget be the entry's gadgetBenjamin Otte2016-01-221-24/+11
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-4/+2
* spinbutton: fix a typoCosimo Cecchi2016-01-021-1/+1
* entry: use a gadgetMatthias Clasen2015-12-171-4/+0
* spinbutton: Port the buttons to gadgetsBenjamin Otte2015-12-151-122/+48
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-3/+4
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-2/+2
* iconhelper: Get rid of _gtk_icon_helper_set_window()Benjamin Otte2015-12-091-1/+0
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-1/+1
* Chain up in state_flags_changedBenjamin Otte2015-12-021-0/+2