summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* | Remove more checks if icon exists in default theme.Tavmjong Bah2017-07-064-33/+13
| |
* | Don't check if icon exists in default theme since that prevents use of ↵Tavmjong Bah2017-07-061-8/+2
|/ | | | fallback icons.
* Add new libsoup based http access with caching and asyncMartin Owens2017-07-064-0/+215
|
* Upgrade dropper with fixed for each of the modesMartin Owens2017-07-053-122/+120
|
* cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis2017-07-054-13/+7
|
* Merge branch 'ccrb/inkscape-fix-template-preview-crash'Martin Owens2017-07-051-19/+26
|\
| * Fix crash in "New from template" dialogChristophe Lebras2017-07-041-19/+26
| | | | | | | | | | | | Selecting template in "New from template" dialog, causes Inkscape to crash because the method SPCanvas::paintSingleBuffer is called before _backing_store is initialized. Checking _backing_store value and returning if null, prebent crash.
* | Merge branch 'houz/inkscape-color-profiles-cleanup'Martin Owens2017-07-055-77/+120
|\ \
| * | Use std::transform instead of a for loopTobias Ellinghaus2017-07-052-11/+14
| | |
| * | Clean up color profiles codeTobias Ellinghaus2017-07-055-76/+116
| | | | | | | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* | | Fix 'direction' gui.Tavmjong Bah2017-07-052-7/+6
|/ /
* | Clean up color-profile and use io/resource for dir scanningMartin Owens2017-07-051-45/+12
| |
* | Make path scanning recursive, add ustring get_filenames and clean upMartin Owens2017-07-052-16/+16
| |
* | Fix a bug with select knots and modifiersJabier Arraiza2017-07-044-25/+29
| |
* | Prevent crash when get_primary_monitor() returns nullptr.Tavmjong Bah2017-07-041-1/+4
|/
* Merge branch 'ccrb/inkscape-save-document-as-template'Martin Owens2017-07-028-21/+276
|\
| * Skip empty template informationChristophe Lebras2017-07-022-18/+25
| |
| * Manage template informationsChristophe Lebras2017-07-023-24/+83
| | | | | | | | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user.
| * Add function to save templateChristophe Lebras2017-07-025-23/+46
| | | | | | | | | | Saves template as default. Does not save template informations yet.
| * Add Save Template DialogChristophe Lebras2017-07-023-0/+158
| | | | | | | | This add just dialog widget only, don't save template yet.
| * Add new verb "save template"Christophe Lebras2017-07-023-12/+20
| |
* | Fix windows builds with filename in symbols dialogMartin Owens2017-07-021-1/+1
| |
* | Remove duplicate error messageMartin Owens2017-07-021-8/+1
| |
* | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-0211-351/+121
|\ \
| * | Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-0211-351/+121
| |/
* | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-01298-8105/+179127
|\|
| * Hackfest: Tidy and test for file exists in output.Martin Owens2017-07-011-3/+6
| |
| * Merge branch 'master' of gitlab.com:Frigory33/inkscapeMarc Jeanmougin2017-07-01291-8021/+178948
| |\