summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Update ege-color-prof-tracker.cppMarc Jeanmougin2017-07-131-1/+1
| | | | | | | |
* | | | | | | | Fix src/ege-color-prof-tracker.cpp after ↵Marc Jeanmougin2017-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27cadae623ce5bc66b0401238bc7737b7b9d37d5 due to the modified signal having one less argument (thanks houz for the fix)
* | | | | | | | Fix typoAlexander Valavanis2017-07-121-1/+1
| | | | | | | |
* | | | | | | | Prevent crash when get_primary_monitor() returns nullptr. (Second place.)Tavmjong Bah2017-07-121-1/+5
| | | | | | | |
* | | | | | | | Merge branch 'shortcuts' (!41)Eduard Braun2017-07-1111-97/+115
|\ \ \ \ \ \ \ \
| * | | | | | | | Only update shortcuts tree view once after updating (significantly reduces ↵Eduard Braun2017-07-091-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 Braun2017-07-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d79cc2caf65007ac9d1d59886785ded5d5ac44a8
| * | | | | | | | Merge branch 'master' into shortcutsEduard Braun2017-07-09569-13089/+183223
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Use .xml when exporting shortcuts by defaultEduard Braun2017-06-231-6/+7
| | | | | | | | | |
| * | | | | | | | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&")Eduard Braun2017-06-231-1/+1
| | | | | | | | | |
| * | | | | | | | | Improve and simplify shortcut handling.Eduard Braun2017-06-2311-75/+97
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* | | | | | | | | Improve revision formatEduard Braun2017-07-111-1/+1
| | | | | | | | |
* | | | | | | | | Fix duplicate definitionAlexander Valavanis2017-07-111-1/+0
| | | | | | | | |
* | | | | | | | | gimpcolorwheel: Fix event timeAlexander Valavanis2017-07-111-1/+1
| | | | | | | | |
* | | | | | | | | update GdkSeat usageAlexander Valavanis2017-07-111-1/+20
| | | | | | | | |
* | | | | | | | | update GdkSeat usageAlexander Valavanis2017-07-101-7/+27
| | | | | | | | |
* | | | | | | | | Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2017-07-104-34/+73
| | | | | | | | |
* | | | | | | | | Drop obsolete SizeGroup::set_ignore_hiddenAlexander Valavanis2017-07-101-1/+0
| | | | | | | | |
* | | | | | | | | Drop obsolete resize_mode usageAlexander Valavanis2017-07-101-7/+0
| | | | | | | | |
* | | | | | | | | input devices: Update treeview usageAlexander Valavanis2017-07-101-54/+4
| | | | | | | | |
* | | | | | | | | Update GtkMenu usageAlexander Valavanis2017-07-102-20/+27
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-07-103-30/+66
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ↵Eduard Braun2017-07-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not properly set anymore)
| * | | | | | | | Shortcuts: if loading the shortcuts file set in preferences fails fall back ↵Eduard Braun2017-07-091-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to default.xml and finally to inkscape.xml
| * | | | | | | | Hackest regression: We can not exlude the shortcuts file default.xml from ↵Eduard Braun2017-07-081-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 SHGetFolderLocationEduard Braun2017-07-081-2/+2
| | | | | | | | |
| * | | | | | | | Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun2017-07-082-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop some unnecessary defines from the pre-XP era
* | | | | | | | | Update popup menu usageAlexander Valavanis2017-07-091-1/+5
| | | | | | | | |
* | | | | | | | | SVGFountDrawingArea: handle draw signalAlexander Valavanis2017-07-092-5/+3
| | | | | | | | |
* | | | | | | | | Get rid of obsolete rules_hint in TreeViewAlexander Valavanis2017-07-091-1/+0
| | | | | | | | |
* | | | | | | | | Rm obsolete functionAlexander Valavanis2017-07-091-9/+0
| | | | | | | | |
* | | | | | | | | Update Gtk button press handlingAlexander Valavanis2017-07-092-6/+6
| | | | | | | | |
* | | | | | | | | Update GtkDialog usageAlexander Valavanis2017-07-095-6/+6
| | | | | | | | |
* | | | | | | | | Update Gtk margin handlingAlexander Valavanis2017-07-093-6/+53
| | | | | | | | |
* | | | | | | | | Fix build for Gtk < 3.12Alexander Valavanis2017-07-091-0/+6
| | | | | | | | |
* | | | | | | | | Update for Gtk alignment changesAlexander Valavanis2017-07-096-31/+33
| | | | | | | | |
* | | | | | | | | Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-1/+0
| | | | | | | | |
* | | | | | | | | Update desktop-widget for GdkScreen/GdkMonitor changesAlexander Valavanis2017-07-091-3/+29
| | | | | | | | |
* | | | | | | | | Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-5/+0
| | | | | | | | |
* | | | | | | | | Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis2017-07-095-260/+205
| | | | | | | | |
* | | | | | | | | ege-color-prof-tracker: Cosmetic cleanupAlexander Valavanis2017-07-081-32/+10
|/ / / / / / / /
* | | | | | | | Fix Gtk alignment APIAlexander Valavanis2017-07-0823-57/+86
| | | | | | | |
* | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-07-072-2/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req'Eduard Braun2017-07-062-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update MSYS2 port for new dependency (libsoup)su-v2017-07-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update script to install dependencies - update InstallMSYS2.cmake - fix Windows builds (uint -> unsigned int)
* | | | | | | | | | Fix gtk margin APIAlexander Valavanis2017-07-062-0/+27
|/ / / / / / / / /
* | | | | | | | | Gtkmm deprecation fixesAlexander Valavanis2017-07-0613-87/+70
| | | | | | | | |
* | | | | | | | | Gtkmm deprecation fixesAlexander Valavanis2017-07-066-62/+59
| | | | | | | | |
* | | | | | | | | http: Migrate to new LibSoup APIAlexander Valavanis2017-07-061-1/+1
| | | | | | | | |
* | | | | | | | | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API ↵Alexander Valavanis2017-07-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (theme could allow gradients/imgs)