summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/salnativewidgets-gtk.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-02loplugin:useuniqueptr in NWPixmapCacheDataNoel Grandin1-19/+16
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara1-0/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-38/+38
2018-02-02loplugin:useuniqueptr in NWPixmapCacheNoel Grandin1-5/+3
2018-01-31Modernize a bit vcl (part5)Julien Nabet1-76/+72
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2018-01-11loplugin:redundantcast: vclStephan Bergmann1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-11/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-34/+35
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-5/+2
2017-11-06loplugin:constparams in various(2)Noel Grandin1-2/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-9/+9
2017-10-21Replace lists by vectors in gtkgdi (vcl)Julien Nabet1-31/+31
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin1-1/+1
2017-09-19rename GtkData to GtkSalDataNoel Grandin1-2/+2
2017-08-03loplugin:checkunusedparams in variousNoel Grandin1-55/+35
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-10/+5
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin1-4/+4
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-2/+0
2017-05-05loplugin:checkunusedparams in vclNoel Grandin1-88/+47
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-60/+22
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-160/+160
2017-03-21tdf#105415 Use the system caret width on GTKColomban Wendling1-0/+6
2017-01-25Resolves: tdf#104598 make bright theme shadow the same as it always wasCaolán McNamara1-8/+6
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar1-0/+1
2016-12-20Update duplicated / outdated NWS documentationJan-Marek Glogowski1-37/+0
2016-11-29Resolves: tdf#90214 set gtk[2|3] lightshadow halfway between darkshadow and bgCaolán McNamara1-15/+9
2016-11-29Related: tdf#90214 gtk2 use a darkcolor based on the themeCaolán McNamara1-1/+5
2016-11-17Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entriesCaolán McNamara1-1/+5
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-2/+0
2016-09-13tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-07less dlopen, call gtk2 things direct, baseline is newer nowCaolán McNamara1-5/+2
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-1/+1
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara1-1/+1
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-4/+0
2016-06-20Convert PART to scoped enumNoel Grandin1-153/+153
2016-06-13looks to me we can merge these ctorsCaolán McNamara1-10/+0
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-38/+38
2016-06-08Convert ButtonValue to scoped enumNoel Grandin1-6/+6
2016-05-31Convert ControlType to scoped enumNoel Grandin1-92/+93
2016-03-19tdf#97973 - cleanup spinbuttons theming logic.Gurkaran1-13/+1
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-12/+12