summaryrefslogtreecommitdiffstats
path: root/src/ui/desktop/menubar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Gtk::Misc functionsKarl Cheng2019-06-161-1/+1
|
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-4/+5
| | | | Any change from previous behavior is a bug.
* ui: Parse mnemonic for Open _RecentBryce Harrington2019-02-091-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
* Rewrite main menu bar code:Tavmjong Bah2019-01-251-0/+513
Convert to GTKMM. General cleanup. Move to dedicated files.