| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | moving hamburger to only line height part | Jabier Arraiza | 2019-08-02 | 1 | -22/+25 | |
| | | ||||||
| * | addpopover to textmenu | Jabier Arraiza | 2019-08-02 | 2 | -47/+74 | |
| | | ||||||
| * | Fixes for pressure pencil | Jabier Arraiza | 2019-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | Improvements finish pointed by Maren | Jabier Arraiza | 2019-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fix translations and coding style | Jabier Arraiza | 2019-07-19 | 2 | -27/+26 | |
| | | ||||||
| * | Improvemets to power pencil | Jabiertxof | 2019-07-19 | 2 | -92/+114 | |
| | | ||||||
| * | Fix maren pointed bugs | Jabiertxof | 2019-07-19 | 1 | -3/+3 | |
| | | ||||||
| * | fixing coding style | Jabier Arraiza | 2019-07-14 | 2 | -13/+10 | |
| | | ||||||
| * | remove some comments and a warning | Jabier Arraiza | 2019-07-14 | 1 | -4/+1 | |
| | | ||||||
| * | PoewePencil improvements | Jabier Arraiza | 2019-07-14 | 2 | -45/+68 | |
| | | ||||||
| * | Pre-Threading comment | Jabier Arraiza | 2019-07-14 | 1 | -3/+4 | |
| | | ||||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -1/+0 | |
| |\ | ||||||
| | * | 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(). | |||||
| * | | Sync pen toolbar mode change with tool | Nathan Lee | 2019-06-17 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | 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. | |||||
| * | SnapToolbar: Stop using GtkAction | Alexander Valavanis | 2019-06-09 | 2 | -0/+472 | |
| | | ||||||
| * | Stop crash when Text > Outermost element is active | Nathan Lee | 2019-06-08 | 1 | -1/+4 | |
| | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/289 | |||||
| * | TextToolbar: Fix superscript/subscript handling | Alexander Valavanis | 2019-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- 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. | |||||
| * | Finish TextToolbar migration | Alexander Valavanis | 2019-06-05 | 2 | -43/+33 | |
| | | ||||||
| * | TextToolbar: Migrate FontStyle widget | Alexander Valavanis | 2019-06-05 | 2 | -29/+24 | |
| | | ||||||
| * | TextToolbar: Migrate FontSize widget | Alexander Valavanis | 2019-06-05 | 2 | -46/+44 | |
| | | ||||||
| * | ComboBoxToolItem: Rebase on ToolItem | Alexander Valavanis | 2019-06-04 | 2 | -10/+10 | |
| | | ||||||
| * | Hackfest 2019: C++ify ComboBoxEntryAction | Alexander Valavanis | 2019-05-29 | 2 | -26/+29 | |
| | | ||||||
| * | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 2019-05-28 | 9 | -4/+24 | |
| | | ||||||
| * | Hackfest2019: Drop unused EgeAdjustmentAction | Alexander Valavanis | 2019-05-28 | 3 | -9/+0 | |
| | | ||||||
| * | Hackfest2019: TextToolbar: Start GtkAction migration | Alexander Valavanis | 2019-05-28 | 2 | -401/+315 | |
| | | ||||||
| * | Strip out all content from TextToolbar | Alexander Valavanis | 2019-05-27 | 2 | -8/+10 | |
| | | ||||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-05-26 | 2 | -2/+6 | |
| |\ | ||||||
| | * | Fix gradient toolbar comboboxes and reverse | Nathan Lee | 2019-05-26 | 2 | -2/+6 | |
| | | | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224 | |||||
| * | | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 5 | -33/+0 | |
| |/ | ||||||
| * | Regression fix: hide some toolbar icons on startup | Nathan Lee | 2019-05-13 | 4 | -70/+54 | |
| | | | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182 | |||||
| * | Make display unit change roll out to toolbars | Nathan Lee | 2019-04-30 | 3 | -3/+4 | |
| | | | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208 | |||||
| * | Restore select toolbar lock button | Nathan Lee | 2019-04-15 | 1 | -0/+1 | |
| | | | | | | | | | | Connection to other code (e.g. drag selection, pasting width) restored (dropped in GtkAction migration). Fixes https://gitlab.com/inkscape/inkscape/issues/161 Fixes https://gitlab.com/inkscape/inkscape/issues/173 | |||||
| * | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Don't rebuild font list is only selection changed. | Tavmjong Bah | 2019-03-18 | 1 | -1/+0 | |
| | | | | | (Rebuilding causes font family row to be unselected.) | |||||
| * | Error handling for reading pencil preferences | Nathan Lee | 2019-03-06 | 1 | -1/+1 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/92 | |||||
| * | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 2019-02-11 | 1 | -0/+1 | |
| | | ||||||
| * | MeshToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 2 | -277/+219 | |
| | | ||||||
| * | LPEToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 2 | -173/+130 | |
| | | ||||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 2 | -449/+319 | |
| | | ||||||
| * | ConnectorToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 2 | -137/+105 | |
| | | ||||||
| * | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 2 | -330/+279 | |
| | | ||||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 2 | -324/+245 | |
| | | ||||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 2 | -376/+405 | |
| | | ||||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 5 | -17/+12 | |
| | | ||||||
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 3 | -299/+276 | |
| | | ||||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 2 | -299/+260 | |
| | | ||||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 2 | -3/+3 | |
| | | ||||||
