summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* moving hamburger to only line height partJabier Arraiza2019-08-021-22/+25
|
* addpopover to textmenuJabier Arraiza2019-08-022-47/+74
|
* Fixes for pressure pencilJabier Arraiza2019-07-191-2/+2
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-1/+1
|
* Fix translations and coding styleJabier Arraiza2019-07-192-27/+26
|
* Improvemets to power pencilJabiertxof2019-07-192-92/+114
|
* Fix maren pointed bugsJabiertxof2019-07-191-3/+3
|
* fixing coding styleJabier Arraiza2019-07-142-13/+10
|
* remove some comments and a warningJabier Arraiza2019-07-141-4/+1
|
* PoewePencil improvementsJabier Arraiza2019-07-142-45/+68
|
* Pre-Threading commentJabier Arraiza2019-07-141-3/+4
|
* Fix various minor typosYuri Chornoivan2019-07-012-2/+2
|
* Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-06-201-1/+0
|\
| * Remove deprecated gtk_adjustment_changed() callKarl Cheng2019-06-161-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 toolNathan Lee2019-06-171-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 Bah2019-06-171-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 GtkActionAlexander Valavanis2019-06-092-0/+472
|
* Stop crash when Text > Outermost element is activeNathan Lee2019-06-081-1/+4
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/289
* TextToolbar: Fix superscript/subscript handlingAlexander Valavanis2019-06-071-1/+1
|
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-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 migrationAlexander Valavanis2019-06-052-43/+33
|
* TextToolbar: Migrate FontStyle widgetAlexander Valavanis2019-06-052-29/+24
|
* TextToolbar: Migrate FontSize widgetAlexander Valavanis2019-06-052-46/+44
|
* ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis2019-06-042-10/+10
|
* Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis2019-05-292-26/+29
|
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-289-4/+24
|
* Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis2019-05-283-9/+0
|
* Hackfest2019: TextToolbar: Start GtkAction migrationAlexander Valavanis2019-05-282-401/+315
|
* Strip out all content from TextToolbarAlexander Valavanis2019-05-272-8/+10
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-05-262-2/+6
|\
| * Fix gradient toolbar comboboxes and reverseNathan Lee2019-05-262-2/+6
| | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-265-33/+0
|/
* Regression fix: hide some toolbar icons on startupNathan Lee2019-05-134-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 toolbarsNathan Lee2019-04-303-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 buttonNathan Lee2019-04-151-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 Storz2019-04-021-1/+1
|
* Don't rebuild font list is only selection changed.Tavmjong Bah2019-03-181-1/+0
| | | | (Rebuilding causes font family row to be unselected.)
* Error handling for reading pencil preferencesNathan Lee2019-03-061-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/92
* Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-111-0/+1
|
* MeshToolbar: GtkAction migrationAlexander Valavanis2019-02-102-277/+219
|
* LPEToolbar: GtkAction migrationAlexander Valavanis2019-02-102-173/+130
|
* SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-102-449/+319
|
* ConnectorToolbar: GtkAction migrationAlexander Valavanis2019-02-092-137/+105
|
* CalligraphyToolbar: GtkAction migrationAlexander Valavanis2019-02-092-330/+279
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-052-324/+245
|
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-042-376/+405
|
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-035-17/+12
|
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-033-299/+276
|
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-022-299/+260
|
* clang-tidy recent changesAlexander Valavanis2019-02-012-3/+3
|