summaryrefslogtreecommitdiffstats
path: root/src/ui/desktop/menubar.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-15Properly initialize sensitivity of menuitems with verb defaultPatrick Storz1-0/+3
2019-10-15Add checkboxes in flip menu optionsJabier Arraiza1-0/+6
2019-10-11Remove warnings of unhandled items on Mac check menu items, thanks to Nathan ↵Jabier Arraiza1-3/+17
Lee for the help.
2019-10-11Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu ↵Jabier Arraiza1-4/+187
items do not reflect currently-selected modes (Mac, 1.0a)
2019-09-21Make sure all conditions reached (minor touchup)Nathan Lee1-3/+3
2019-09-19Improvements from NathanlJabier Arraiza1-1/+1
2019-09-19sink with master and cleanupJabier Arraiza1-3/+2
2019-09-19Add nathanl improvementsJabier Arraiza1-6/+24
2019-09-19Add @nathanl fixesJabier Arraiza1-39/+11
2019-09-19Fix issue in toggle menu items like display mode and color mode. Partialy ↵Jabier Arraiza1-10/+23
fix https://gitlab.com/inkscape/inkscape/issues/157
2019-09-10Menubar: Fix translation of submenu namesPatrick Storz1-10/+11
* drop underscore from submenus' "name" attribute and extract for translation by default * avoid crash for submenus missing a name * fix ITS rules (only top-level menu names where extracted)
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-3/+0
2019-08-20This fix a mainmenu bug on toggle checkboxes on all desktops instead current oneJabier Arraiza1-8/+12
2019-08-11Silence a few warnings from 460193870ad22ad7611978c5d139149909f56664Patrick Storz1-5/+5
2019-08-11Fix issue pointed by NathanJabier Arraiza1-3/+5
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-1/+8
Hide warnings emitted if Aspell/Potrace missing
2019-07-29Remove unneded asignamentsJabiertxof1-2/+0
2019-07-29fix a clang marked issueJabiertxof1-1/+1
2019-07-29fix coding styleJabiertxof1-10/+7
2019-07-29Add Patrick improvements to verbs toggle menu itemsJabiertxof1-21/+24
2019-07-28Fix coding styleJabier Arraiza1-10/+8
2019-07-28Add verbs update checkbuttons in menu. Also do improvements requested in ↵Jabier Arraiza1-4/+31
https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-27/+42
Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
2019-06-16Replace deprecated Gtk::Misc functionsKarl Cheng1-1/+1
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-4/+5
Any change from previous behavior is a bug.
2019-02-09ui: Parse mnemonic for Open _RecentBryce Harrington1-1/+1
In Gtkmm, looks like when creating a MenuItem, there is a second boolean parameter to indicate if the string should be parsed for mnemonics. When the gtk code was converted to gtkmm (2c971690) the flag was left unspecified and defaulted to false. Fixes: https://gitlab.com/inkscape/inkscape/issues/57
2019-01-25Rewrite main menu bar code:Tavmjong Bah1-0/+513
Convert to GTKMM. General cleanup. Move to dedicated files.