| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req' | Eduard Braun | 2017-07-06 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Update MSYS2 port for new dependency (libsoup) | su-v | 2017-07-06 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | - 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 |
| |/ / | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 13 | -87/+70 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 6 | -62/+59 |
| | | | |||||
| * | | http: Migrate to new LibSoup API | Alexander Valavanis | 2017-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API ↵ | Alexander Valavanis | 2017-07-06 | 1 | -3/+3 |
| | | | | | | | | | (theme could allow gradients/imgs) | ||||
| * | | Remove more checks if icon exists in default theme. | Tavmjong Bah | 2017-07-06 | 4 | -33/+13 |
| | | | |||||
| * | | Don't check if icon exists in default theme since that prevents use of ↵ | Tavmjong Bah | 2017-07-06 | 1 | -8/+2 |
| |/ | | | | fallback icons. | ||||
| * | Add new libsoup based http access with caching and async | Martin Owens | 2017-07-06 | 4 | -0/+215 |
| | | |||||
| * | Upgrade dropper with fixed for each of the modes | Martin Owens | 2017-07-05 | 3 | -122/+120 |
| | | |||||
| * | cursors: rm deprecated gtkstyle custom black/white | Alexander Valavanis | 2017-07-05 | 4 | -13/+7 |
| | | |||||
| * | Merge branch 'ccrb/inkscape-fix-template-preview-crash' | Martin Owens | 2017-07-05 | 1 | -19/+26 |
| |\ | |||||
| | * | Fix crash in "New from template" dialog | Christophe Lebras | 2017-07-04 | 1 | -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 Owens | 2017-07-05 | 5 | -77/+120 |
| |\ \ | |||||
| | * | | Use std::transform instead of a for loop | Tobias Ellinghaus | 2017-07-05 | 2 | -11/+14 |
| | | | | |||||
| | * | | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 5 | -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 Bah | 2017-07-05 | 2 | -7/+6 |
| |/ / | |||||
| * | | Clean up color-profile and use io/resource for dir scanning | Martin Owens | 2017-07-05 | 1 | -45/+12 |
| | | | |||||
| * | | Make path scanning recursive, add ustring get_filenames and clean up | Martin Owens | 2017-07-05 | 2 | -16/+16 |
| | | | |||||
| * | | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 4 | -25/+29 |
| | | | |||||
| * | | Prevent crash when get_primary_monitor() returns nullptr. | Tavmjong Bah | 2017-07-04 | 1 | -1/+4 |
| |/ | |||||
| * | Merge branch 'ccrb/inkscape-save-document-as-template' | Martin Owens | 2017-07-02 | 8 | -21/+276 |
| |\ | |||||
| | * | Skip empty template information | Christophe Lebras | 2017-07-02 | 2 | -18/+25 |
| | | | |||||
| | * | Manage template informations | Christophe Lebras | 2017-07-02 | 3 | -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 template | Christophe Lebras | 2017-07-02 | 5 | -23/+46 |
| | | | | | | | | | | | Saves template as default. Does not save template informations yet. | ||||
| | * | Add Save Template Dialog | Christophe Lebras | 2017-07-02 | 3 | -0/+158 |
| | | | | | | | | | This add just dialog widget only, don't save template yet. | ||||
| | * | Add new verb "save template" | Christophe Lebras | 2017-07-02 | 3 | -12/+20 |
| | | | |||||
| * | | Fix windows builds with filename in symbols dialog | Martin Owens | 2017-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Remove duplicate error message | Martin Owens | 2017-07-02 | 1 | -8/+1 |
| | | | |||||
| * | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-02 | 11 | -351/+121 |
| |\ \ | |||||
| | * | | Move directory scanners to new get_filenames(...) calls | Martin Owens | 2017-07-02 | 11 | -351/+121 |
| | |/ | |||||
| * | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-01 | 298 | -8105/+179127 |
| |\| | |||||
| | * | Hackfest: Tidy and test for file exists in output. | Martin Owens | 2017-07-01 | 1 | -3/+6 |
| | | | |||||
| | * | Merge branch 'master' of gitlab.com:Frigory33/inkscape | Marc Jeanmougin | 2017-07-01 | 291 | -8021/+178948 |
| | |\ | |||||
