summaryrefslogtreecommitdiffstats
path: root/src/ui/desktop/menubar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Silence a few warnings from 460193870ad22ad7611978c5d139149909f56664Patrick Storz2019-08-111-5/+5
|
* Fix issue pointed by NathanJabier Arraiza2019-08-111-3/+5
|
* Hide spellcheck dialog if Aspell is missingNathan Lee2019-07-311-1/+8
| | | | Hide warnings emitted if Aspell/Potrace missing
* Remove unneded asignamentsJabiertxof2019-07-291-2/+0
|
* fix a clang marked issueJabiertxof2019-07-291-1/+1
|
* fix coding styleJabiertxof2019-07-291-10/+7
|
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-291-21/+24
|
* Fix coding styleJabier Arraiza2019-07-281-10/+8
|
* Add verbs update checkbuttons in menu. Also do improvements requested in ↵Jabier Arraiza2019-07-281-4/+31
| | | | https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering
* Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-211-27/+42
| | | | | Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
* 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.