| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add initial commit | Jabiertxof | 2019-07-08 | 7 | -58/+81 | |
| | | ||||||
| * | Fixing coding style | Jabiertxof | 2019-07-08 | 2 | -2/+2 | |
| | | ||||||
| * | Adding styles default | Jabiertxof | 2019-07-08 | 4 | -29/+34 | |
| | | ||||||
| * | Fix coding style | Jabiertxof | 2019-07-08 | 4 | -30/+27 | |
| | | ||||||
| * | Initial code to fix | Jabiertxof | 2019-07-08 | 6 | -39/+139 | |
| | | ||||||
| * | Display spiro pen preview right after backspace | Nathan Lee | 2019-07-06 | 1 | -6/+7 | |
| | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/282 | |||||
| * | Fix coding style | Jabiertxof | 2019-07-05 | 3 | -12/+11 | |
| | | ||||||
| * | Allow styling def sections and go to the eleemnt | Jabiertxof | 2019-07-05 | 3 | -2/+74 | |
| | | ||||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 14 | -19/+19 | |
| | | ||||||
| * | Remove gimp ruler. | Tavmjong Bah | 2019-06-29 | 2 | -4/+7 | |
| | | ||||||
| * | Make tick color the symbolic icon color if symbolic icons are used. | Tavmjong Bah | 2019-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Make ruler tickes line up with other GUI elements (e.g. grids). | Tavmjong Bah | 2019-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix rendering on high DPI screens. | Tavmjong Bah | 2019-06-29 | 2 | -8/+11 | |
| | | ||||||
| * | Reimplement ruler in C++. | Tavmjong Bah | 2019-06-29 | 3 | -0/+547 | |
| | | ||||||
| * | hatch.js | Valentin Ionita | 2019-06-28 | 1 | -3/+5 | |
| | | | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project. | |||||
| * | Fix coding style | Jabiertxof | 2019-06-24 | 2 | -13/+14 | |
| | | ||||||
| * | Fixes for scrolling on selectors and style dialogs | Jabiertxof | 2019-06-24 | 4 | -33/+160 | |
| | | ||||||
| * | Update pen tool path instantly on mode change | Nathan Lee | 2019-06-24 | 1 | -0/+2 | |
| | | ||||||
| * | Minor clean up of pen tool code | Nathan Lee | 2019-06-24 | 2 | -14/+2 | |
| | | ||||||
| * | Pen tool live update of green BPaths on Alt+Move | Nathan Lee | 2019-06-24 | 1 | -0/+1 | |
| | | | | | Regression fix gitlab.com/inkscape/inbox/issues/600 | |||||
| * | fix mising changes in previous commit | Jabier Arraiza | 2019-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix coding style | Jabier Arraiza | 2019-06-23 | 2 | -9/+6 | |
| | | ||||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 9 | -76/+85 | |
| | | ||||||
| * | Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscape | Marc Jeanmougin | 2019-06-20 | 9 | -53/+39 | |
| |\ | ||||||
| | * | Remove deprecated usage of custom Gtk::IconSize | Karl Cheng | 2019-06-16 | 2 | -25/+27 | |
| | | | | | | | | | | | | | | | | | | | | | Custom Gtk::IconSize values have been deprecated since GTK 3.10. Also fix incorrect usage of pixel values to the Gtk::IconSize() constructor (introduced in de13793763), these are in fact meant to be enum values. Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8 | |||||
| | * | Remove custom tab order in Document Properties | Karl Cheng | 2019-06-16 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway. | |||||
| | * | Replace deprecated Gtk::Menu::popup() -> popup_at_pointer() | Karl Cheng | 2019-06-16 | 2 | -15/+6 | |
| | | | ||||||
| | * | Remove deprecated gtk_adjustment_changed() call | Karl Cheng | 2019-06-16 | 1 | -1/+0 | |
| | | | | | | | | | | | As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed(). | |||||
| | * | Replace deprecated Gtk::Label numeric align values | Karl Cheng | 2019-06-16 | 1 | -3/+5 | |
| | | | ||||||
| | * | Replace deprecated Gtk::Misc functions | Karl Cheng | 2019-06-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'refactoring' of gitlab.com:shlomif/inkscape | Marc Jeanmougin | 2019-06-20 | 6 | -169/+169 | |
| |\ \ | ||||||
| | * | | Refactoring: replace funcs with methods. | Shlomi Fish | 2019-06-12 | 6 | -167/+167 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| | * | | Refactor: convert rotate_rel() to a method. | Shlomi Fish | 2019-06-12 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | fix horizontal palette scrolling for macOS | Thomas Holder | 2019-06-19 | 1 | -4/+22 | |
| | | | | ||||||
| * | | | Show correct selected font feature for large lists | Nathan Lee | 2019-06-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix a icon bug | Jabiertxof | 2019-06-18 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Improving styling | Jabiertxof | 2019-06-18 | 2 | -6/+29 | |
| | | | | ||||||
| * | | | Fix compiling issues | Jabiertxof | 2019-06-18 | 2 | -4/+5 | |
| | | | | ||||||
| * | | | Base of theming refactor | Jabiertxof | 2019-06-18 | 4 | -78/+44 | |
| | | | | ||||||
| * | | | Sync pen toolbar mode change with tool | Nathan Lee | 2019-06-17 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | Reverts a previous fix that did this but caused https://gitlab.com/inkscape/inkscape/issues/282 where the pen tool's green preview line vanished when deleting the last node with the pen tool. | |||||
| * | | | Fix rounding error issues with 'pt' line-height values that prvent using ↵ | Tavmjong Bah | 2019-06-17 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | mouse-scroll to change values. Does not fix problem with other units (which include non-integer values in drop-down menu. | |||||
| * | | | fix #305 Transform->Skew->Horizontal direction | Thomas Holder | 2019-06-17 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | Improve default colors and remove symlink icons | Jabier Arraiza | 2019-06-16 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | Improve nextgen icon set | Jabier Arraiza | 2019-06-16 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Fix a style bug | Jabier Arraiza | 2019-06-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add next gen theme for Adam Bellis | Jabier Arraiza | 2019-06-16 | 2 | -2/+28 | |
| | |/ |/| | ||||||
| * | | Fix a bug when multiple stylesheet | Jabier Arraiza | 2019-06-16 | 2 | -0/+4 | |
| | | | ||||||
| * | | PageSizer: Avoid writing terminating NULL to pages.csv | Patrick Storz | 2019-06-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | PageSizer: Allow spaces in pages.csv | Patrick Storz | 2019-06-14 | 2 | -80/+70 | |
| | | | ||||||
| * | | PageSizer: Do not require portrait page sizes | Patrick Storz | 2019-06-14 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | Lift needless expectation that all pages are defined as portrait. Fixes assertion errors that were triggered for the landscape paper formats in the list and prevented proper page size lookup. | |||||
