summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtksalmenu.cxx
AgeCommit message (Expand)Author
2015-09-20convert Link<> to typedNoel Grandin
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin
2015-06-25implement GtkSalFrame::GetKeyName with some code lying around handyCaolán McNamara
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-27Remove unused mpOldSalMenuStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-09-23Fix memory leaksMatthew J. Francis
2014-09-18fdo#69090 Avoid using a string after freeMatthew J. Francis
2014-08-24vcl::KeyCode fixesTor Lillqvist
2014-08-19use SolarMutex instead of a custom GdkThreadLockDavid Tardon
2014-08-19fix intermittent crash in make checkNoel Grandin
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-28fdo-50672 Escape underscores in menus for unitySamuel Mehrbrodt
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2013-08-12convert String to OUString in VCLNoel Grandin
2013-04-19lp#1085169: we overactivate here, as it does not seem to hurtBjoern Michaelsen
2013-04-17some more debug infoBjoern Michaelsen
2013-04-12fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.vjinoch
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30fix loplugin warningsPeter Foley
2012-11-30avoid circular dep between vcl and frameworkDavid Tardon
2012-11-21UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens
2012-11-21UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens
2012-11-14update license header for Canonical contributionBjoern Michaelsen
2012-11-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez
2012-11-14Some code refactoring.Antonio Fernandez
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez
2012-11-14Chart menu works now.Antonio Fernandez