summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Implement gtk-primary-button-warps-slider GtkSettingKristian Rietveld2012-09-111-2/+18
* range: read and use CSS margin values for the trough componentCosimo Cecchi2012-05-171-14/+29
* range: remove commented out codeCosimo Cecchi2012-05-171-7/+0
* Add a 'fine adjustment' mode to rangesMatthias Clasen2012-04-271-8/+34
* Change button bindings for range widgets aroundMatthias Clasen2012-04-271-7/+7
* gtk: Don't call gdk_window_process_updates() when scrollingBenjamin Otte2012-04-051-30/+0
* Avoid infinite recursion when removing a grabMatthias Clasen2012-03-121-2/+3
* range: Straighten the wheel delta calculationMatthias Clasen2012-03-041-34/+17
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-6/+7
* range: Use the correct size for scalingMatthias Clasen2012-03-011-4/+10
* gtk: Implement smooth scrolling in scrolledwindow/rangeMichael Natterer2012-03-011-16/+49
* range: Have slider jump to the pointer coordinates on touch devicesCarlos Garnacho2012-03-011-9/+14
* range: Remove gtk-touchscreen-mode usageCarlos Garnacho2012-03-011-9/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* range: Don't perform a GTK+ grabCarlos Garnacho2012-02-231-9/+5
* Consistently private headersMatthias Clasen2012-02-141-1/+1
* Allow context menus on scale slidersMatthias Clasen2012-02-141-0/+10
* Draw no trough for color scalesMatthias Clasen2012-02-141-9/+12
* gtkrange: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-10/+12
* GtkRange: fix resize-grip overlap handlingMatthias Clasen2012-01-141-1/+1
* range: Use the widget state flags as a base for drawingRui Matos2012-01-091-38/+34
* Add has-origin property for GtkScaleAndrea Cimitan2011-12-141-29/+91
* Drop uses of @returns syntaxMatthias Clasen2011-11-211-2/+3
* Add top/left/bottom/right style classes to steppersAlexander Larsson2011-11-171-0/+17
* gtk: Fix compiler warnings from include fixesBenjamin Otte2011-11-161-0/+1
* Fix some implicit declaration warningsRico Tzschichholz2011-11-111-0/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* GtkRange: use the right widget for coordinate translationCosimo Cecchi2011-10-211-1/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* Convert GailRange to GtkRangeAccessibleMatthias Clasen2011-07-051-0/+3
* GtkRangePrivate: Improve struct packingMatthias Clasen2011-04-121-3/+4
* range: allow stepper-spacing > 0 and trough-under-steppers = TRUECosimo Cecchi2011-03-161-11/+1
* range: x and y coordinates of the arrow rendering should be doubleCosimo Cecchi2011-03-031-2/+2
* range: don't set junction sides on scrollbar steppersCosimo Cecchi2011-03-031-2/+8
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-42/+38
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+5
* Set horizontal/vertical style classes to GtkRangesCarlos Garnacho2011-01-191-0/+1
* Fix a typoMatthias Clasen2011-01-151-1/+1
* Add accessors for GtkRange::round-digitsMatthias Clasen2011-01-151-9/+68
* Fixed issues with "hierarchy-changed" signal.Tristan Van Berkom2011-01-061-1/+1
* range: Update adjustment usage for sealingBenjamin Otte2011-01-051-68/+67
* range: Rewrite attachment setters to use sealed APIBenjamin Otte2011-01-051-14/+20
* API: range: Remove update policyBenjamin Otte2011-01-051-158/+1
* 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/+0
* Port GtkRange widgets to GtkStyleContextCarlos Garnacho2010-12-131-166/+176
* gtk: properly indent calls to gdk_threads_add_timeout()Michael Natterer2010-12-021-7/+9