summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+3
- eliminate value_default - make value private (-> _value) - add value() method
2019-10-29Update bounding box on changing blurNathan Lee1-0/+2
2019-10-28Fix some blurs iddle large loopsJabiertxof1-8/+5
2019-10-28refactor SPIEnum: more type safetyThomas Holder3-10/+10
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
2019-10-21Remove isolate check. Need to find a way to isolate all containersJabier Arraiza1-2/+10
2019-10-20Improvements to blending and tooltipJabier Arraiza3-4/+14
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza4-40/+121
2019-10-17Fix logic for Tool Combobox's group labelNathan Lee2-12/+30
2019-10-14Fix a bug in previous commitJabier Arraiza2-5/+5
2019-10-14Fix a extra blend enumJabier Arraiza2-27/+6
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza3-34/+99
2019-10-11Initialize some uninitialized variablesMarc Jeanmougin3-2/+5
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee3-5/+6
2019-10-10Fix uninitialized valueMarc Jeanmougin1-0/+1
2019-10-09Change color entry widget UXNathan Lee2-20/+65
- Previous alpha value used in autofill - Always filter non-hex input - Autocomplete on enter - Treat 1-2 digit input as grey colors - Treat short input (3/4) as shorthand hex notation - 8 digit hex with # no longer clipped when pasted - Side effect: filtered input moves cursor forward https://gitlab.com/inkscape/inkscape/issues/346
2019-10-09Fix memory leaks in color wheelNathan Lee1-1/+4
2019-10-09Minimise artefacts on edge of color wheelNathan Lee1-10/+65
- Clamp values for linear interpolation - Make color in padding more accurate - Use stride to move between rows - See https://gitlab.com/inkscape/inbox/issues/954
2019-09-26Remove pixman_log_error from consoleNathan Lee1-0/+1
2019-09-12Fix unsetting variable font values giving wrong font name (Issue 842).Tavmjong Bah1-1/+2
2019-09-12Fix non changing value on combobox. This can also be used in other toolbarsJabier Arraiza4-2/+17
2019-09-07Add Text direction iconsJabiertxof1-2/+14
2019-09-07Last improvements to line heightJabier Arraiza3-5/+13
2019-09-07Add line height UX improvementsJabier Arraiza2-0/+7
2019-08-28Puts back translator commentsMarc Jeanmougin1-2/+2
Fixes https://gitlab.com/inkscape/inkscape/issues/391
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
-Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
2019-08-17Formatting last commitvanntile2-19/+16
2019-08-17Some useful hatch changesvanntile2-5/+19
2019-08-02Remove line height code and ficx coding styleJabiertxof2-13/+0
2019-08-02Fix coding styleJabiertxof1-2/+2
2019-08-02Add font size units and Adam UX sugestionJabiertxof2-0/+13
2019-08-02Add lineheight proposalJabier Arraiza3-32/+2
2019-08-02Fix coding styleJabier Arraiza1-3/+4
2019-08-02add hamburger line height menuJabier Arraiza1-1/+2
2019-08-02moving hamburger to only line height partJabier Arraiza2-0/+28
2019-07-27Make doc2dt a document propertyThomas Holder1-1/+1
Closes #340
2019-07-08fix issue on theme changeJabier Arraiza2-13/+1
2019-07-08Fix coding styleJabiertxof1-1/+0
2019-07-08Allow pop in front and disable color buttons viewJabiertxof2-9/+12
2019-07-08Coding Style FixesJabiertxof1-7/+2
2019-07-08Add coloring default to themeJabiertxof1-2/+6
2019-07-08Add initial commitJabiertxof1-0/+5
2019-07-08Initial code to fixJabiertxof2-7/+17
2019-07-01Fix various minor typosYuri Chornoivan3-3/+3
2019-06-29Remove gimp ruler.Tavmjong Bah1-3/+6
2019-06-29Make ruler tickes line up with other GUI elements (e.g. grids).Tavmjong Bah1-1/+1
2019-06-29Fix rendering on high DPI screens.Tavmjong Bah2-8/+11
2019-06-29Reimplement ruler in C++.Tavmjong Bah2-0/+545
2019-06-18Show correct selected font feature for large listsNathan Lee1-1/+1
2019-06-16Remove custom tab order in Document PropertiesKarl Cheng2-8/+0
The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway.
2019-06-16Replace deprecated Gtk::Menu::popup() -> popup_at_pointer()Karl Cheng2-15/+6