| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Fix typo | Alexander Valavanis | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Prevent crash when get_primary_monitor() returns nullptr. (Second place.) | Tavmjong Bah | 2017-07-12 | 1 | -1/+5 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'shortcuts' (!41) | Eduard Braun | 2017-07-11 | 11 | -97/+115 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Only update shortcuts tree view once after updating (significantly reduces ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the time it takes to switch shortcut files or even set a shortcut) | |||||
| | * | | | | | | | | | | Add Super, Hyper and Meta keys to get in sync with ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d79cc2caf65007ac9d1d59886785ded5d5ac44a8 | |||||
| | * | | | | | | | | | | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 957 | -18711/+205935 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Use .xml when exporting shortcuts by default | Eduard Braun | 2017-06-23 | 1 | -6/+7 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&") | Eduard Braun | 2017-06-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 11 | -75/+97 | |
| | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | |||||
| * | | | | | | | | | | | Improve revision format | Eduard Braun | 2017-07-11 | 3 | -8/+8 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix duplicate definition | Alexander Valavanis | 2017-07-11 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | gimpcolorwheel: Fix event time | Alexander Valavanis | 2017-07-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | update GdkSeat usage | Alexander Valavanis | 2017-07-11 | 1 | -1/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | update GdkSeat usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+27 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use new GdkSeat API and update gimpcolorwheel comments | Alexander Valavanis | 2017-07-10 | 4 | -34/+73 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Drop obsolete SizeGroup::set_ignore_hidden | Alexander Valavanis | 2017-07-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Drop obsolete resize_mode usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | input devices: Update treeview usage | Alexander Valavanis | 2017-07-10 | 1 | -54/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update GtkMenu usage | Alexander Valavanis | 2017-07-10 | 2 | -20/+27 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-07-10 | 7 | -931/+260 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ↵ | Eduard Braun | 2017-07-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not properly set anymore) | |||||
| | * | | | | | | | | | | Shortcuts: remove default.xml from repo to resolve any confusion on what ↵ | Eduard Braun | 2017-07-09 | 3 | -900/+193 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file to update (inkscape.xml is the primary shortcut file!) - default.xml will now be autogenerated during "cmake install" - the changes to inkscape.xml correspond to the changes from 72f835c00565835a536531cd81dc6d9a607b615a that were only applied to default.xml - for the error-prone case of running inkscape without installation 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 should provide the proper fallback to inkscape.xml | |||||
| | * | | | | | | | | | | Shortcuts: if loading the shortcuts file set in preferences fails fall back ↵ | Eduard Braun | 2017-07-09 | 1 | -5/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to default.xml and finally to inkscape.xml | |||||
| | * | | | | | | | | | | Hackest regression: We can not exlude the shortcuts file default.xml from ↵ | Eduard Braun | 2017-07-08 | 1 | -5/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the list of shortcut files - it's the default and selected by default! (the exlusion in the original code was targeted at the default.xml file in the profile directory only, as only the user's modifications are stored there and it's not a complete shortcut map) Also properly sort the entries in the dropdown (default.xml first, rest of shortcut files alphabetically) | |||||
| | * | | | | | | | | | | Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocation | Eduard Braun | 2017-07-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Hackfest Regression: Fix profile_path() not returning the correct directory | Eduard Braun | 2017-07-08 | 2 | -17/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop some unnecessary defines from the pre-XP era | |||||
| | * | | | | | | | | | | cmake: fix inkscape-version for linked worktrees | Eduard Braun | 2017-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir) | |||||
| * | | | | | | | | | | | Update popup menu usage | Alexander Valavanis | 2017-07-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | SVGFountDrawingArea: handle draw signal | Alexander Valavanis | 2017-07-09 | 2 | -5/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Get rid of obsolete rules_hint in TreeView | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rm obsolete function | Alexander Valavanis | 2017-07-09 | 1 | -9/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update Gtk button press handling | Alexander Valavanis | 2017-07-09 | 2 | -6/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 5 | -6/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update Gtk margin handling | Alexander Valavanis | 2017-07-09 | 3 | -6/+53 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix build for Gtk < 3.12 | Alexander Valavanis | 2017-07-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update for Gtk alignment changes | Alexander Valavanis | 2017-07-09 | 6 | -31/+33 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update desktop-widget for GdkScreen/GdkMonitor changes | Alexander Valavanis | 2017-07-09 | 1 | -3/+29 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -5/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updates for GdkScreen/GdkMonitor API changes | Alexander Valavanis | 2017-07-09 | 5 | -260/+205 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | ege-color-prof-tracker: Cosmetic cleanup | Alexander Valavanis | 2017-07-08 | 1 | -32/+10 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 23 | -57/+86 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-07-07 | 4 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req' | Eduard Braun | 2017-07-06 | 4 | -3/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Update MSYS2 port for new dependency (libsoup) | su-v | 2017-07-06 | 4 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update script to install dependencies - update InstallMSYS2.cmake - fix Windows builds (uint -> unsigned int) | |||||
| * | | | | | | | | | | | | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 2 | -0/+27 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-07-06 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix DefineDependsandFlags.cmake (remove spaces in pkg_check_modules) | Marc Jeanmougin | 2017-07-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 13 | -87/+70 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 6 | -62/+59 | |
| | | | | | | | | | | | | ||||||
