summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-22g_bytes_icon_new is only in glib >= 2.38Caolán McNamara
2016-06-22G_MENU_ATTRIBUTE_ICON is only in glib >= 2.38Caolán McNamara
2016-06-22g_icon_serialize is only in glib >= 2.38Caolán McNamara
2016-06-20Convert PART to scoped enumNoel Grandin
2016-06-19loplugin:redundantcastStephan Bergmann
2016-06-19Resolve: tdf#100429 gtk3: set custom icons in native gtk menusCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-16Resolves: tdf#100327 gtk3 fpicker yes/no dialog modal troubleCaolán McNamara
2016-06-16tdf#100412: Cope with recursive gdk_threads_enter/_leaveStephan Bergmann
2016-06-14silence warning about unknown ACTIVE_DESCENDANT_CHANGED_NOFOCUSCaolán McNamara
2016-06-13Related: tdf#100337 revert x-crossplatform ToTop...Caolán McNamara
2016-06-13looks to me we can merge these ctorsCaolán McNamara
2016-06-12remove some unnecessary castingNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-08Convert ButtonValue to scoped enumNoel Grandin
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara
2016-06-07gtk3: wrongly activating the parent menu and not the desired childCaolán McNamara
2016-06-02loplugin:unusedfieldsNoel Grandin
2016-05-31gtk3: crash on reusing a popup menu that has a sub menuCaolán McNamara
2016-05-31Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevelCaolán McNamara
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-22Convert SetType to scoped enumNoel Grandin
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-17The other Invalidate is a OSL_TRACE, so silence here likewiseCaolán McNamara
2016-05-17shut up about the PAGE_CHANGED event from slide pane slide switchingCaolán McNamara
2016-05-17fix indentCaolán McNamara
2016-05-16it would seem safer to update before HandleMenuDeActivateEventCaolán McNamara
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-12Remove wrong TODOJulien Nabet
2016-05-11-Werror=unused-variable for non debug buildJulien Nabet
2016-05-11loplugin:implicitboolconversionTor Lillqvist
2016-05-11Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6Caolán McNamara
2016-05-11gtk[3]: the frame argument is now unusedCaolán McNamara
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Convert SALOBJ_EVENT to scoped enumNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-05-10EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong fieldCaolán McNamara
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-06Resolves: tdf#98636 if the menubar hierarchy has been changedCaolán McNamara
2016-05-06reroute UpdateFull through ActivateAllSubmenusCaolán McNamara
2016-05-06gtk3: getting new entries added after the menu is visible is problematicCaolán McNamara
2016-05-06Resolves: tdf#92067 and tdf#99599, use a foolproof action naming schemeCaolán McNamara
2016-05-06gtk3: separate the two different usages of ActivateCaolán McNamara
2016-05-05drop commented out codeCaolán McNamara
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann