summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.c
Commit message (Expand)AuthorAgeFilesLines
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-8/+5
* mountoperation: fix previous commitCosimo Cecchi2012-09-181-1/+2
* mountoperation: don't timeout proxied mount operation dialogsCosimo Cecchi2012-09-181-0/+2
* Improve the layout of the mount operation dialogWilliam Jon McCann2012-08-241-73/+79
* GtkMountOperation: Return the right password_saveAlexander Larsson2012-08-201-0/+1
* Don't export private GtkMountOperationHandler apiMatthias Clasen2012-06-251-33/+42
* mountoperation: use the Shell DBus proxy if availableCosimo Cecchi2012-06-221-31/+312
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* mountoperation: fix the buildCosimo Cecchi2011-09-271-1/+1
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-1/+1
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-2/+1
* More include cleanupsMatthias Clasen2011-08-281-2/+1
* Clean up unneeded includesMatthias Clasen2011-08-281-1/+1
* GtkMountOperation: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-9/+7
* gtk/gtkmountoperation: gtk_misc_set_alignmentDiego Celix2011-06-101-5/+8
* GtkMountOperation: don't use a GtkAlignmentMatthias Clasen2011-06-071-12/+6
* mount-operation: don't show the dialog until the tree is populatedCosimo Cecchi2011-01-281-4/+10
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-6/+6
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-6/+6
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* Remove separators from dialogsMatthias Clasen2010-09-021-2/+0
* Miscellaneous string fixesPhilip Withnall2010-08-221-1/+1
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-4/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Move documentation to inline comments: GtkMountOperationJavier Jardón2009-12-211-12/+12
* Fix a compilation warningJavier Jardón2009-10-211-9/+10
* Fix gccism - pointer arithmetic with void pointersHans Breuer2009-07-131-3/+3
* Bug 587485 – GMountOperation::show-processes supportDavid Zeuthen2009-07-061-4/+597
* Allow empty passwords in GtkMountOperationMatthias Clasen2009-04-081-2/+7
* Clear all optionally created widget pointer in priv. Initially priv isAlexander Larsson2009-03-101-0/+4
* Bug 573383 – GtkMountOperation fixes for ask_password()David Zeuthen2009-02-271-5/+28
* sort functions so their order is more "standard", some cosmetic cleanupMichael Natterer2009-02-191-60/+38
* Require GLib 2.19.7 for GMountOperation::aborted.Matthias Clasen2009-02-171-0/+19
* Set an empty title on password dialogs. Pointed out by Máirín Duffy.Matthias Clasen2008-12-131-0/+1
* Bug 562878 – password save incorrectly set in gtkmountoperationCarlos Garcia Campos2008-12-021-7/+20
* Bump gtk-doc dependency to 1.11 for nicer index-generation.Matthias Clasen2008-11-211-1/+1
* Fix a property definitionMatthias Clasen2008-10-241-1/+1
* missing Since 2.14, fixes #549236Gian Mario Tagliaretti2008-08-251-0/+2
* Move some mnemonics aroundMatthias Clasen2008-08-111-3/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Enable correctly dialog buttons sensitivity when the anonymous option isCarlos Garnacho2008-05-271-1/+6
* Set password dialog modal and transient for the parent window also if itCarlos Garnacho2008-05-271-1/+6
* Formatting fixesMatthias Clasen2008-05-261-8/+89
* set alternative button order on the password dialog.Sven Neumann2008-03-181-1/+6
* Implement GtkMountOperation, a subclass of GMountOperation to be used withChristian Kellner2008-03-171-0/+795