summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-28Resolves: tdf#106155 avoid opengl for toplevel X window iconsCaolán McNamara1-0/+3
2017-03-27Resolves: rhbz#1436050 im window misplaced for gtk3Caolán McNamara1-1/+1
2017-03-26Fixes tdf#106772 show the window in X11 in VCL gtk3 plugin.Arnaud Versini1-0/+4
2017-03-25Fix typosAndrea Gelmini8-8/+8
2017-03-24ofz: explicitly release fontconfig options on every iterationCaolán McNamara2-0/+15
2017-03-24shared_ptr->unique_ptrCaolán McNamara2-3/+3
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-23Related: rhbz#1334915 tdf#100158 hack using startcenter icon under waylandCaolán McNamara1-0/+16
2017-03-22Related: tdf#106645 make gtk3 scrollbar themes with arrows workCaolán McNamara1-71/+90
2017-03-22Resolves: tdf#106645 gtk3 scrollbar is too wideCaolán McNamara1-24/+410
2017-03-22min_slider_length is unusedCaolán McNamara1-3/+1
2017-03-22stepper_spacing is unusedCaolán McNamara1-2/+0
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-2/+2
2017-03-21tdf#105415 Use the system caret width on GTKColomban Wendling2-0/+12
2017-03-21cppcheck: alloca (vcl/i18n_status)Julien Nabet1-3/+3
2017-03-20only toggle debugs on down, not also on upCaolán McNamara1-18/+21
2017-03-19cppcheck: alloca (vcl/printerjob)Julien Nabet1-6/+2
2017-03-18Use char instead of unsigned charJulien Nabet2-6/+6
2017-03-18vcl: make GtkData use osl::Condition instead of oslConditionChris Sherlock2-12/+10
2017-03-16Keep menubar hidden after Unity registrar activatedMaxim Monastirsky3-4/+7
2017-03-16This conditional isn't neededMaxim Monastirsky1-2/+0
2017-03-16gtk3: Keep menubar hidden after customizationMaxim Monastirsky1-1/+1
2017-03-16fix tinderbox build, ends up using gen backend and icons are missingCaolán McNamara3-5/+5
2017-03-16KDE fix various clang plugin complainsJan-Marek Glogowski3-25/+9
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann1-2/+3
2017-03-13rhbz#1431476 dnd has started copying instead of moving slidesCaolán McNamara1-1/+1
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-10The previous commit wasn't really thought throughStephan Bergmann1-1/+1
2017-03-10loplugin:loopvartoosmallStephan Bergmann1-4/+3
2017-03-09Don't use SetDisplayable when enabling Unity modeMaxim Monastirsky1-7/+16
2017-03-08valgrind: fix leakCaolán McNamara2-53/+42
2017-03-08const this upCaolán McNamara1-1/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann3-7/+9
2017-03-07Destroy menu widget when enabling Unity integrationMaxim Monastirsky1-1/+4
2017-03-07Remove redundant 'inline' keyword, Linux reduxStephan Bergmann1-3/+3
2017-03-06tdf#106271 Cannot disable Menubar under UnitySamuel Mehrbrodt1-1/+9
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-03-01Revert my fix for tdf#71409, to hopefully fix tdf#104381.Kohei Yoshida15-232/+258
2017-02-28loplugin:unoanyStephan Bergmann1-1/+1
2017-02-28new loplugin unoanyNoel Grandin2-16/+16
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-2/+2
2017-02-23m_nExtStyle isn't used in gtk[2|3]Caolán McNamara2-14/+2
2017-02-21GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinterStephan Bergmann1-0/+2
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini1-1/+1
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann4-4/+4
2017-02-20tdf#105256 gtk findfocus return only if focusedJustin Luth2-4/+4
2017-02-20remove unused enumerators from PrinterCapTypeNoel Grandin1-4/+0
2017-02-20remove unused ModalDialogue from WMWindowType enumNoel Grandin1-20/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin3-12/+12