summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah2018-02-031-1/+1
| | | | Link broken by commit e0957537 (removing GSList).
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3017-86/+120
| | | | A lot of header clean-up.
* Add pixmap and data (pointer) members to column.Tavmjong Bah2018-01-222-4/+16
|
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-192-4/+4
|
* panel: Cleanup codeStefano Facchini2018-01-172-28/+8
| | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-172-481/+7
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* panel: Remove the unused "title" labelStefano Facchini2018-01-162-42/+2
|
* panel: remove the "apply_label" APIStefano Facchini2018-01-162-10/+2
| | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
* Keep entries compact in Font Variant dialog.Tavmjong Bah2018-01-151-37/+37
|
* Add option for label with ComboBox in InkSelectOneAction.Tavmjong Bah2018-01-101-9/+9
|
* Misc. typosluz.paz2018-01-082-2/+2
| | | Found via `codespell`
* onvert eraser and calligraphy tools to use ink-select-one-action.Tavmjong Bah2018-01-082-0/+8
|
* Remove a console warning in envelope about ampersand and allow use markup in ↵Jabier Arraiza2018-01-071-1/+2
| | | | bool widget labels
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-262-0/+16
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-12-252-7/+18
|\
| * Bug fixes for radio action mode.Tavmjong Bah2017-12-242-7/+18
| |
* | Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
|/
* Name a few more widgets. Minor cleanup.Tavmjong Bah2017-12-246-21/+20
|
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-192-45/+77
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah2017-12-194-80/+89
| | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-187-63/+381
|
* Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.Tavmjong Bah2017-12-181-0/+2
|
* Minor header cleanup. Add a few class names.Tavmjong Bah2017-12-133-4/+6
|
* Name a few more widgets.Tavmjong Bah2017-12-113-0/+4
|
* Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be ↵Jabier Arraiza2017-12-061-2/+4
| | | | marked as 'changed', even though nothing was changed
* Attemp to fix compile bugJabiertxo Arraiza Cenoz2017-12-052-3/+2
|
* Working on compiling on linux problem. Another attemp to Eduard fixJabier Arraiza2017-12-052-1/+1
|
* Add sugested header by Eduard Braun to allow compilingJabier Arraiza2017-12-041-1/+1
|
* Working on compiling on linux problemJabier Arraiza2017-12-043-3/+7
|
* Minor fixes to remove WIPJabier Arraiza2017-12-041-5/+5
|
* Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-044-19/+20
|
* Add labelJabiertxo Arraiza Cenoz2017-11-161-1/+1
|
* Add tooggle icon button intead checkboxJabiertxo Arraiza Cenoz2017-11-162-13/+25
|
* Fix unincilizated value that not work in release mode. also remove duplicate ↵Jabiertxo Arraiza Cenoz2017-11-152-4/+3
| | | | variable
* Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz2017-11-152-3/+29
|
* Catch Gtk::IconThemeErrorTavmjong Bah2017-11-152-3/+15
|
* Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-102-16/+55
|
* Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-074-4/+4
|\
| * Misc. typosUnknown2017-11-074-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* | Make color selector visible hover white backgrounds if the selected color is ↵Jabier Arraiza2017-11-041-1/+0
|/ | | | opaque white
* Preferences: fix inputs not properly expanding horizontallyEduard Braun2017-10-221-1/+1
| | | | (gtk3 issue)
* Add preferences widget 'PrefMultiEntry'Eduard Braun2017-10-212-0/+43
| | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time.
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Use standard glib macro instead of a custom oneStefano Facchini2017-10-191-2/+1
|
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* First batchMarc Jeanmougin2017-10-011-2/+3
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-014-37/+30
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-302-9/+7
|
* Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-251-2/+5
|