| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dialogs improvement | Jabiertxof | 2019-06-10 | 1 | -0/+1 |
| | | |||||
| * | SnapToolbar: Stop using GtkAction | Alexander Valavanis | 2019-06-09 | 1 | -385/+20 |
| | | |||||
| * | Style fixes. | Shlomi Fish | 2019-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @Qantas94Heavy 's comments. ---- 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. | ||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Merge branch 'text-toolbar-migration' | Alexander Valavanis | 2019-06-05 | 9 | -2634/+70 |
| |\ | |||||
| | * | Finish TextToolbar migration | Alexander Valavanis | 2019-06-05 | 3 | -840/+0 |
| | | | |||||
| | * | TextToolbar: Migrate FontSize widget | Alexander Valavanis | 2019-06-05 | 2 | -9/+5 |
| | | | |||||
| | * | ComboBoxToolItem: Rebase on ToolItem | Alexander Valavanis | 2019-06-04 | 2 | -65/+60 |
| | | | |||||
| | * | Hackfest 2019: C++ify ComboBoxEntryAction | Alexander Valavanis | 2019-05-29 | 2 | -646/+422 |
| | | | |||||
| | * | Hackfest2019: Drop deprecated prep-method for toolbars | Alexander Valavanis | 2019-05-28 | 1 | -163/+52 |
| | | | |||||
| | * | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 2019-05-28 | 2 | -13/+18 |
| | | | |||||
| | * | Hackfest2019: Drop unused EgeAdjustmentAction | Alexander Valavanis | 2019-05-28 | 5 | -1385/+0 |
| | | | |||||
| | * | Strip out all content from TextToolbar | Alexander Valavanis | 2019-05-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge changes | Alexander Valavanis | 2019-06-05 | 2 | -0/+21 |
| |\ \ | |/ |/| | |||||
| | * | macOS: gtk-mac-integration | Thomas Holder | 2019-05-29 | 2 | -0/+21 |
| | | | |||||
| * | | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 6 | -66/+1 |
| |/ | |||||
| * | Fix alignment of ruler ticks | Diederik van Lierop | 2019-05-20 | 2 | -18/+20 |
| | | |||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 2 | -19/+19 |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | ||||
| * | Retrieve pattern object from ID before casting | Karl Cheng | 2019-05-12 | 1 | -14/+18 |
| | | | | | | | | | | The actual pattern object itself needs to be retrieved before casting as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*. Also move SP_IS_PATTERN() check to before it is used. Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595 | ||||
| * | Make display unit change roll out to toolbars | Nathan Lee | 2019-04-30 | 2 | -2/+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 | ||||
| * | Fixing coding style | Jabier Arraiza | 2019-04-27 | 1 | -2/+2 |
| | | |||||
| * | Fixes some crashes when selector is * and allow select multiple tags | Jabier Arraiza | 2019-04-27 | 1 | -9/+9 |
| | | |||||
| * | Restore select toolbar lock button | Nathan Lee | 2019-04-15 | 1 | -0/+3 |
| | | | | | | | | | | 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 | ||||
| * | Tidy UI for Object Properties/Attributes | Nathan Lee | 2019-04-02 | 1 | -1/+1 |
| | | |||||
| * | fixed drag-and-drop crash in xml tree | Ryan O'Connor | 2019-04-01 | 1 | -20/+9 |
| | | |||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 1 | -0/+4 |
| | | |||||
| * | Add window class along dark/bright to mark APP is using symbolic icons or ↵ | Jabiertxof | 2019-03-27 | 1 | -0/+8 |
| | | | | | regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary | ||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 3 | -51/+46 |
| | | |||||
| * | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 2019-03-20 | 1 | -19/+43 |
| | | |||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -1/+1 |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | | Merge addition of center on page button | Martin Owens | 2019-03-06 | 2 | -1/+6 |
| |\ \ | |/ |/| | |||||
| | * | Changed tabs to spaces | WizardOhio24 | 2019-02-11 | 2 | -2/+2 |
| | | | |||||
| | * | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 2019-02-11 | 2 | -1/+6 |
| | | | |||||
| * | | Stop crash, save dialog pos for floating dialog preference | Nathan Lee | 2019-02-27 | 2 | -27/+32 |
| | | | | | | | | | | | | | | | | | | | Adds error checking and calls sp_ruler_remove_track_widget before track widget is removed. Fixes: https://gitlab.com/inkscape/inkscape/issues/90 https://bugs.launchpad.net/inkscape/+bug/1674155 | ||||
| * | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 2 | -5/+5 |
| | | | | | | | | | Makes searching through code for them easier. | ||||
| * | | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 1 | -12/+3 |
| | | | |||||
| * | | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 1 | -5/+5 |
| | | | |||||
| * | | Header cleanup. | Tavmjong Bah | 2019-02-12 | 2 | -2/+0 |
| |/ | |||||
| * | MeshToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 |
| | | |||||
| * | LPEToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 |
| | | |||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 |
| | | |||||
| * | Toolbox: Move deprecated VerbAction to separate file | Alexander Valavanis | 2019-02-10 | 1 | -168/+1 |
| | | |||||
| * | ConnectorToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 1 | -1/+1 |
| | | |||||
| * | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 1 | -1/+1 |
| | | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 1 | -3/+3 |
| | | |||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 4 | -122/+1 |
| | | |||||
| * | rm unused InkRadioAction | Alexander Valavanis | 2019-02-03 | 3 | -257/+0 |
| | | |||||
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 4 | -383/+1 |
| | | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 2 | -12/+16 |
| | | |||||
