summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix coding styleJabier Arraiza2019-06-135-12/+6
| |
* | Fix CI problemJabiertxof2019-06-133-3/+3
| |
* | Fix step valueJabiertxof2019-06-131-5/+5
| |
* | Try to fix issue with focus with thomas and add also stops to combos and ↵Jabiertxof2019-06-136-11/+32
| | | | | | | | unitcombos
* | Improve event handleJabier Arraiza2019-06-131-2/+2
| |
* | allow page increments with control keyJabier Arraiza2019-06-131-0/+3
| |
* | Fixes hover scrool bugJabiertxof2019-06-132-2/+31
| |
* | Better word last commitJabiertxof2019-06-131-1/+1
| |
* | Warn if CSS value in stylesheet is wrongJabiertxof2019-06-131-1/+5
| |
* | Gix a bug dragging/droping selectorsJabiertxof2019-06-121-0/+1
| |
* | Update objects style when remove from selectorJabiertxof2019-06-121-1/+6
|/
* Update comments to match reality.Tavmjong Bah2019-06-122-4/+5
|
* Fix a bug changing desktopJabiertxof2019-06-121-1/+1
|
* Fix coding styleJabiertxof2019-06-111-7/+3
|
* Allow not reorder commented styles and refresh stiles on selectors dragJabiertxof2019-06-112-46/+50
|
* Fixing coding styleJabiertxof2019-06-111-39/+32
|
* Add @doctormo UX improvementsJabiertxof2019-06-113-306/+361
|
* trying to improbe @doctormo feedbackJabier Arraiza2019-06-114-15/+43
|
* Fix coding styleJabier Arraiza2019-06-112-7/+7
|
* Add panned to XMLDialog and ArrtDialogJabier Arraiza2019-06-115-36/+74
|
* Move XMLDialog and Attributes Dialog to Gtk::PanedJabier Arraiza2019-06-104-22/+69
|
* Add shortcutJabiertxof2019-06-101-1/+1
|
* Dialogs improvementJabiertxof2019-06-102-5/+4
|
* Fix pos on toggleJabiertxof2019-06-101-0/+1
|
* Fix dialog orderJabier Arraiza2019-06-102-2/+2
|
* Fixing coding styleJabier Arraiza2019-06-105-98/+88
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-108-194/+213
|
* Fix typo bug found by PeterKJabiertxof2019-06-101-2/+2
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-06-093-252/+347
|\
| * Minor cleanup (remove unneeded win32-specific defines)Patrick Storz2019-06-091-4/+1
| |
| * fix rebaseJabier Arraiza2019-06-081-1/+0
| |
| * fix coding styleJabier Arraiza2019-06-082-47/+40
| |
| * Fixes on selector dialog based in LGM inputJabier Arraiza2019-06-082-246/+352
| |
* | SnapToolbar: Stop using GtkActionAlexander Valavanis2019-06-093-0/+474
|/
* 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
|
* ComboBoxEntryToolItem: Add tooltip support (Fix issue #290)Alexander Valavanis2019-06-071-1/+1
|
* ComboToolItem: Add tooltip support (Partial fix for issue #290)Alexander Valavanis2019-06-071-0/+2
|
* ComboToolItem: Add missing proxy-menu labelAlexander Valavanis2019-06-071-1/+1
|
* Fix build (loading icon).Tavmjong Bah2019-06-061-1/+2
|
* Style fixes.Shlomi Fish2019-06-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Fish2019-06-067-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Valavanis2019-06-0527-1026/+1395
|\
| * Finish TextToolbar migrationAlexander Valavanis2019-06-055-43/+874
| |
| * 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: Add an entry to ComboBoxToolItemAlexander Valavanis2019-05-282-6/+10
| |
| * Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-2818-489/+69
| |