summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Puts back translator commentsMarc Jeanmougin2019-08-281-2/+2
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/391
* Formatting last commitvanntile2019-08-171-13/+12
|
* Some useful hatch changesvanntile2019-08-171-1/+11
|
* Try to fix issue with focus with thomas and add also stops to combos and ↵Jabiertxof2019-06-131-1/+1
| | | | unitcombos
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-22/+0
|
* Allows 'none' palette to be drag and dropped onto Selected StyleNathan Lee2019-03-061-24/+33
| | | | | | | | Switches drag_target from x_color to x_oswb_color x_color only accepts RGB, while x_oswb_color has None and Clear as distinct types. Fixes https://gitlab.com/inkscape/inbox/issues/79
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-031-28/+27
|
* SelectedStyle: Ensure constant field width of stroke widthEduard Braun2018-10-271-1/+4
| | | | %g omits trailing zeroes, %#g does not but adds trailing commas...
* Make middle-click functionality on color fields discoverable.Maren Hachmann2018-10-071-2/+2
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-4/+4
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-4/+4
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-5/+5
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-15/+15
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-3/+3
|
* Base LPE refactorJabier Arraiza2018-03-261-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-23/+28
| | | | A lot of header clean-up.
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-0/+12
|
* Use standard glib macro instead of a custom oneStefano Facchini2017-10-191-2/+1
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-5/+3
|
* Update Gtk margin handlingAlexander Valavanis2017-07-091-3/+22
|
* Update for Gtk alignment changesAlexander Valavanis2017-07-091-20/+20
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-3/+6
|
* Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-151-7/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622)
* Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman2017-01-211-56/+1
| | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428)
* Enable swapping of fill and stroke when one is a mesh.Tavmjong Bah2016-11-091-0/+6
| | | (bzr r15230)
* Provide simple "preview" for mesh gradients.Tavmjong Bah2016-10-091-2/+2
| | | (bzr r15157)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-2/+2
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-45/+0
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | | | | (bzr r15023.2.8)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-37/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+3
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+8
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+1
|/ | | (bzr r15025)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-171-0/+1
| | | (bzr r14896)
* Hackfest 2016: fix critical warning on startupKrzysztof Kosi??ski2016-04-111-13/+11
| | | (bzr r14780)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-2/+2
| | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* Remove sp_style_new().Tavmjong Bah2014-12-251-14/+12
| | | (bzr r13822.1.6)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-36/+35
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-2/+2
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+1
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* Update to trunk r13621Liam P. White2014-10-171-1/+3
|\ | | | | (bzr r13341.1.278)
| * Fix crash with GTK+ 3.14 on launchBryce Harrington2014-10-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611)