summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Prevent text dialog to become too wide.Tavmjong Bah2019-02-261-3/+6
| | | | This is probably not the optimal way to do this and should be studied further.
* Store pixbufs instead of names to reduce calls to sp_get_icon_pixbufMartin Owens2019-02-202-5/+5
|
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-032-2/+24
|
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-022-2/+8
|
* clang-tidy recent changesAlexander Valavanis2019-02-014-15/+13
|
* ComboToolItem: Temporary workaround to display pixbuf by defaultAlexander Valavanis2019-01-311-2/+2
|
* GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-292-0/+336
|
* SpinButtonToolItem: Allow default numeric menu descriptions & migrate ↵Alexander Valavanis2019-01-272-6/+11
| | | | RectToolbar
* SpinButtonToolItem: Allow custom numeric menu itemsAlexander Valavanis2019-01-272-5/+37
|
* SpinButtonToolItem: Allow labels on numeric menuAlexander Valavanis2019-01-272-13/+21
|
* SpinButtonToolItem: Make numeric menu items depend on adjustment parametersAlexander Valavanis2019-01-271-19/+15
|
* SpinButtonToolItem: Handle menu-button pressAlexander Valavanis2019-01-271-4/+13
|
* SpinButtonToolItem: Create popup menu on right-clickAlexander Valavanis2019-01-272-18/+68
|
* SpinButtonToolItem: Handle key events in correct orderAlexander Valavanis2019-01-271-3/+3
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-272-0/+11
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-271-1/+1
|\
| * Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-1/+1
| |
* | RectToolbar: GtkAction migration (first pass)Alexander Valavanis2019-01-263-1/+118
|/
* fix CIMarc Jeanmougin2019-01-242-4/+9
|
* SelectToolbar: GtkAction migrationAlexander Valavanis2019-01-222-0/+497
|
* fix double construction of Button membersThomas Holder2019-01-031-8/+0
|
* run clang tidy modernize passMarc Jeanmougin2019-01-021-1/+1
|
* modernize: add overridesMarc Jeanmougin2019-01-021-3/+3
|
* modernize loopsMarc Jeanmougin2019-01-029-29/+25
|
* Minor style fixesMarc Jeanmougin2019-01-012-3/+3
|
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-013-2/+668
|
* C++ify EekPreviewAlexander Valavanis2019-01-011-1/+1
|
* Fix namespace naming consistencyAlexander Valavanis2018-12-292-7/+11
|
* Move Button to Inkscape namespaceAlexander Valavanis2018-12-292-0/+371
|
* Rm deprecated budget widgetsAlexander Valavanis2018-12-293-133/+0
|
* Allow InkFlowBox (XMLInspector) remember opendes statusJabiertxof2018-12-261-3/+3
|
* Fixing stylesJabier Arraiza2018-12-262-32/+34
|
* Fix Tav inputsJabier Arraiza2018-12-262-7/+10
|
* Fix a prefs bugJabier Arraiza2018-12-261-1/+1
|
* Add inkFlowBox widget and apply to XML inspectorJabier Arraiza2018-12-262-0/+207
|
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-222-0/+419
|
* Fix failed cast in ColorWheel.Tavmjong Bah2018-12-031-8/+1
|
* -Werror=format-security: g_warning(_("..."))Thomas Holder2018-11-211-1/+1
|
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-164-51/+784
|
* Fix codding styleJabiertxof2018-11-099-9/+9
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0913-13/+13
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-4/+4
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-08116-140/+309
| | | | | | - 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
* Remove unused widget.Tavmjong Bah2018-11-062-564/+0
|
* Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-032-28/+29
|
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-292-4/+2
|
* SelectedStyle: Ensure constant field width of stroke widthEduard Braun2018-10-271-1/+4
| | | | %g omits trailing zeroes, %#g does not but adds trailing commas...
* Fix memory leakMarc Jeanmougin2018-10-191-0/+1
|