summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Set top/bottom style classes on spinbutton buttonsAlexander Larsson2011-11-171-0/+4
* GtkSpinButton: Clarify clamping behavior in gtk_spin_button_set_range docStef Walter2011-11-151-0/+3
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* Fix entry drawing in the presence of marginsMatthias Clasen2011-08-091-11/+23
* First cut at GailEntry -> GtkEntryAccessibleMatthias Clasen2011-07-051-0/+4
* spinbutton: don't render an additional background below arrowsCosimo Cecchi2011-06-091-5/+0
* spinbutton: don't remove the entry style class while rendering arrowsCosimo Cecchi2011-06-091-1/+0
* GtkSpinButtonPrivate: Improve struct packingMatthias Clasen2011-04-121-1/+2
* spinbutton: remove unused variableXan Lopez2011-03-041-1/+1
* spinbutton: rework GtkSpinButton drawing handlerCosimo Cecchi2011-03-041-54/+35
* Revert "spinbutton: center-align by default"Cosimo Cecchi2011-03-041-2/+0
* spinbutton: center-align by defaultCosimo Cecchi2011-03-031-0/+2
* gtk: don't always invalidate spinbuttons on each leave_notify()Michael Natterer2011-02-161-10/+7
* gtk: get rid of two cases of invalidating the spinbutton when not neededMichael Natterer2011-02-061-9/+11
* gtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widget's state flagsMichael Natterer2011-01-211-3/+0
* gtk: save/restore the cairo_t around early upchaining in draw()Michael Natterer2011-01-211-5/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-5/+5
* Do not set junction sides to the entry frame in spinbuttons.Carlos Garnacho2011-01-171-5/+0
* spinbutton: Update adjustment usage for sealingBenjamin Otte2011-01-051-94/+96
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+2
* Don't use page_size in GtkSpinButtonMatthias Clasen2011-01-031-9/+7
* Move GtkSpinButton docs inlineMatthias Clasen2011-01-021-513/+635
* Use gtk_style_context_get_font() in GtkSpinButtonCarlos Garnacho2010-12-241-9/+4
* Do not set "entry" class in spinbutton buttons.Carlos Garnacho2010-12-241-0/+2
* GtkSpinButton: Use GtkStyleContextCarlos Garnacho2010-12-131-100/+143
* gtk: draw the frame around the spinbutton's buttons conditionallyMichael Natterer2010-11-191-6/+7
* gtk: fix automatic width of spin buttons which have no width in chars setMichael Natterer2010-10-311-6/+6
* Remove size_request from GtkSpinButtonMatthias Clasen2010-10-261-19/+24
* gtkspinbutton: Use accessor functions to access GtkEntryJavier Jardón2010-10-261-6/+6
* Make GtkEntry a no-window widgetMatthias Clasen2010-10-211-5/+6
* Make GtkSpinButton a no-window widgetMatthias Clasen2010-10-211-33/+26
* Remove unneded castsJavier Jardón2010-09-291-2/+2
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-2/+2
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-6/+5
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-5/+3
* spinbutton: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-3/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-8/+7
* spinbutton: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+3
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-3/+3
* spinbutton: Port to draw vfuncBenjamin Otte2010-09-261-112/+109
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-171-3/+6
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-8/+8
* gtk/gtkspinbutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-25/+39
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-16/+40
* Remove ::state-hint useMatthias Clasen2010-09-021-7/+2
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-47/+47