summaryrefslogtreecommitdiff
path: root/src/scale.c
Commit message (Expand)AuthorAgeFilesLines
* Set dialog 'heading', not 'title'Adam Williamson2023-04-201-1/+1
* Initial port to libadwaitaLogan Rathbone2023-01-231-24/+14
* scale: set a page increment so mouse wheel can be used on widgetHg2022-09-211-1/+2
* Use g_auto* where possible.Logan Rathbone2021-12-291-3/+1
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-2/+2
* Make remaining C files build against gtk4Logan Rathbone2021-02-111-54/+67
* Fix styleArx Cruz2017-04-071-121/+136
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-021-1/+1
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-211-4/+0
|\
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-221-4/+0
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-211-1/+11
|/
* added attach option for transient windowWeitian Leung2013-08-311-1/+1
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-051-0/+5
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-251-0/+3
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-261-0/+15
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-171-1/+1
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-161-1/+1
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-271-1/+1
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-201-15/+14
* set value range before setting value in order to correctly set initialLucas Rocha2008-03-171-1/+1
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-131-0/+5
* add --hide-value to scale dialog.Lucas Rocha2005-12-151-0/+3
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-131-0/+122