summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-2/+3
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+3
* spinbutton: Set GDK_SCROLL_MASK explicitlyCarlos Garnacho2012-03-011-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkspinbutton: Fix compilation warningJavier Jardón2012-01-311-1/+0
* entry: don't consider inner-border for allocation and layoutCosimo Cecchi2012-01-311-3/+1
* entry: change _gtk_entry_get_borders() to return a GtkBorderCosimo Cecchi2012-01-311-3/+3
* gtkspinbutton: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* Fall back to the builtin icons for spinbutton +/-Matthias Clasen2012-01-091-1/+2
* spinbutton: Pass the right sizeBenjamin Otte2012-01-091-1/+1
* spinbutton: Use the widget state flags as a base for drawingRui Matos2012-01-091-11/+13
* gtkspinbutton: Don't hilight buttons when !editableZeeshan Ali (Khattak)2012-01-061-1/+2
* gtkspinbutton: Ignore keynav when !editableZeeshan Ali (Khattak)2012-01-061-5/+6
* gtkspinbutton: Respect value of inherited 'editable' propertyZeeshan Ali (Khattak)2012-01-041-7/+9
* gtk/gtkspinbutton.c: Remove lingering ';'Chun-wei Fan2011-12-301-1/+1
* spinbutton: redesign to use an horizontal layoutCosimo Cecchi2011-11-281-403/+405
* 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