inkscape:removeMacosSpecificMenuItems

Last commit made on 2020-01-10
Get this branch:
git clone -b removeMacosSpecificMenuItems https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
removeMacosSpecificMenuItems
Repository:
lp:inkscape

Recent commits

566b2dc... by Thomas Holder <email address hidden>

AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER

00bc906... by Thomas Holder <email address hidden>

macOS: remove macOS specific menu items

3a5fe4a... by Mornie <email address hidden>

Update TRANSLATORS file with new contributor to Russian translations

f2cb888... by Sergei Izmailov

remove unused argument of setAttribute

8f6677a... by Martin Owens

Fix #651 do NOT mess about with rendering large fields in the attribute editor.

105aaaf... by Sergei Izmailov

Fix setAttribute overloads (!1263)

- Revisit `Inkscape::XML::Node::setAttribute` and `SPObject::setAttribute`
- New `Inkscape::Util::const_char_ptr` absorbs all diversity of strings zoo
- New `setAttributeOrRemoveIfEmpty` method
- New `removeAttribute` method
- Simplification of call sites of `setAttribute`

ab3df55... by Christopher M. Rogers

Update inkscape.xml

4560ed0... by Patrick Storz

Avoid redefining GTKMM_CHECK_VERSION and GLIBMM_CHECK_VERSION

GTKMM_CHECK_VERSION will actually be available in gtkmm proper
starting with version 4 (and possibly 3.26),
see https://gitlab.gnome.org/GNOME/gtkmm/issues/5

(currently no plans for GLIBMM_CHECK_VERSION but doesn't hurt)

62435ab... by Patrick Storz

Add and use GLIBMM_CHECK_VERSION macro to fix build with glibmm<2.56

Fixes https://gitlab.com/inkscape/inkscape/issues/661

4f04e47... by Thomas Holder <email address hidden>

Avoid XInclude warning if document loading failed

Follow-up on !1150 (e6eee384cc)