summaryrefslogtreecommitdiffstats
path: root/src/ui/desktop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly initialize sensitivity of menuitems with verb defaultPatrick Storz2019-10-151-0/+3
|
* Add checkboxes in flip menu optionsJabier Arraiza2019-10-151-0/+6
|
* Remove warnings of unhandled items on Mac check menu items, thanks to Nathan ↵Jabier Arraiza2019-10-111-3/+17
| | | | Lee for the help.
* Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu ↵Jabier Arraiza2019-10-111-4/+187
| | | | items do not reflect currently-selected modes (Mac, 1.0a)
* Make sure all conditions reached (minor touchup)Nathan Lee2019-09-211-3/+3
|
* Improvements from NathanlJabier Arraiza2019-09-191-1/+1
|
* sink with master and cleanupJabier Arraiza2019-09-191-3/+2
|
* Add nathanl improvementsJabier Arraiza2019-09-191-6/+24
|
* Add @nathanl fixesJabier Arraiza2019-09-191-39/+11
|
* Fix issue in toggle menu items like display mode and color mode. Partialy ↵Jabier Arraiza2019-09-191-10/+23
| | | | fix https://gitlab.com/inkscape/inkscape/issues/157
* Menubar: Fix translation of submenu namesPatrick Storz2019-09-101-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)
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-3/+0
|
* This fix a mainmenu bug on toggle checkboxes on all desktops instead current oneJabier Arraiza2019-08-201-8/+12
|
* 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-292-11/+8
|
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-292-21/+25
|
* 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
|
* Misc. typosluz.paz2019-03-261-1/+1
| | | Found via `codespell`
* 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-253-0/+585
Convert to GTKMM. General cleanup. Move to dedicated files.