summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
AgeCommit message (Expand)Author
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-06-26gtk3: gtk_window_set_transient_for on overwrite warning dlgCaolán McNamara
2015-06-26gtk3: fpicker, try removing both locationsCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-19HIG: the label should specify what it's a label forCaolán McNamara
2015-06-19HIG: 12 pixels from label to widget in file pickerCaolán McNamara
2015-06-19gtk3: gtk_dialog_get_header_bar new in 3.12Caolán McNamara
2015-06-19gtk3: hacky fpicker button removal needs updatingCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03tdf#91043 - attempted fix of filer-less gtk+ save dialog crash.Michael Meeks
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-05callcatcher: update unused codeCaolán McNamara
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-21-Werror,-Wunneeded-internal-declarationStephan Bergmann
2014-10-21Resolves: fdo#33598 don't show filter list any moreCaolán McNamara
2014-10-21Related: fdo#33598 don't show filter list if there is only one filterCaolán McNamara
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-21Revert "fdo#74064 The filename gets properly highlighted in the Save As dialog."Kohei Yoshida
2014-03-01fdo#74064 The filename gets properly highlighted in the Save As dialog.Rachit Gupta
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-06Related: rhbz#1061864 filtername is somehow NULLCaolán McNamara
2014-02-04fdo#44270: vcl: GTK+ file picker: fix non-grouped filter patternsMichael Stahl
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann
2013-07-12set primary and secondary text on the gtk overwrite queryboxCaolán McNamara
2013-07-11rhbz#980387 fix filter selection from file ext.David Tardon
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard
2013-05-11fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.Michael Meeks