| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a couple of buglets in Font Selector widget... | Tavmjong Bah | 2018-04-14 | 1 | -3/+2 |
| | | | | | | Use designer face name rather than CSS face name in second style column. Add label for second style column. | ||||
| * | Replace C FontSelector by C++ FontSelector. | Tavmjong Bah | 2018-04-13 | 2 | -0/+550 |
| | | | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style. | ||||
| * | Extract and display ligatures in a font. | Tavmjong Bah | 2018-04-05 | 2 | -9/+44 |
| | | |||||
| * | a few more fixes to build warnings related to libnrtype | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -8/+10 |
| | | |||||
| * | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 2018-03-27 | 3 | -11/+4 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -1/+1 |
| | | |||||
| * | Avoid crash when confirming new value in InkSpinScale with Keyboard | Eduard Braun | 2018-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | It seems "InkSpinScale::set_focus_widget()" is never called, so "_focus_widget" is never initialized and has an arbitrary value. Avoid this by initializing to zero. Why we never call set_focus_widget() is TBD... Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1755464 | ||||
| * | Use upward pointing arrow cursor in InkSpinScale | Eduard Braun | 2018-03-12 | 1 | -1/+1 |
| | | | | | | Downward pointing cursors are confusing. Also this restores consistency with the replaced GimpSpinScale. | ||||
| * | Allow to constrain InkSpinScale slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 2 | -5/+25 |
| | | | | | Some common and useful step intervals are hardcoded. | ||||
| * | Allow to constrain color slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 3 | -5/+18 |
| | | | | | | | | Currently - steps of 16 (for sliders with 0-255 range) and - steps of 10 (for all other cases) are hardcoded but could be made a preference if there's demand for it. | ||||
| * | Fix for Bug #1643260, Step size changed to 0.1% for Blur and Opacity Spin ↵ | hellozee | 2018-03-06 | 1 | -2/+2 |
| | | | | | Buttons. | ||||
| * | Convert UnitTracker to use ink-select-one-action. | Tavmjong Bah | 2018-02-04 | 4 | -78/+140 |
| | | | | | Additional code clean up. | ||||
| * | Relink GtkAdjustments that use same UnitTracker. | Tavmjong Bah | 2018-02-03 | 1 | -1/+1 |
| | | | | | Link broken by commit e0957537 (removing GSList). | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 17 | -86/+120 |
| | | | | | A lot of header clean-up. | ||||
| * | Add pixmap and data (pointer) members to column. | Tavmjong Bah | 2018-01-22 | 2 | -4/+16 |
| | | |||||
| * | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 2018-01-19 | 2 | -4/+4 |
| | | |||||
| * | panel: Cleanup code | Stefano Facchini | 2018-01-17 | 2 | -28/+8 |
| | | | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup | ||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 2 | -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" label | Stefano Facchini | 2018-01-16 | 2 | -42/+2 |
| | | |||||
| * | panel: remove the "apply_label" API | Stefano Facchini | 2018-01-16 | 2 | -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 Bah | 2018-01-15 | 1 | -37/+37 |
| | | |||||
| * | Add option for label with ComboBox in InkSelectOneAction. | Tavmjong Bah | 2018-01-10 | 1 | -9/+9 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 2 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | onvert eraser and calligraphy tools to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 2 | -0/+8 |
| | | |||||
| * | Remove a console warning in envelope about ampersand and allow use markup in ↵ | Jabier Arraiza | 2018-01-07 | 1 | -1/+2 |
| | | | | | bool widget labels | ||||
| * | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 2 | -0/+16 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-12-25 | 2 | -7/+18 |
| |\ | |||||
| | * | Bug fixes for radio action mode. | Tavmjong Bah | 2017-12-24 | 2 | -7/+18 |
| | | | |||||
| * | | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 |
| |/ | |||||
| * | Name a few more widgets. Minor cleanup. | Tavmjong Bah | 2017-12-24 | 6 | -21/+20 |
| | | |||||
| * | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. | Tavmjong Bah | 2017-12-19 | 2 | -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 Bah | 2017-12-19 | 4 | -80/+89 |
| | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs. | ||||
| * | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 2017-12-18 | 7 | -63/+381 |
| | | |||||
| * | Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog. | Tavmjong Bah | 2017-12-18 | 1 | -0/+2 |
| | | |||||
| * | Minor header cleanup. Add a few class names. | Tavmjong Bah | 2017-12-13 | 3 | -4/+6 |
| | | |||||
| * | Name a few more widgets. | Tavmjong Bah | 2017-12-11 | 3 | -0/+4 |
| | | |||||
| * | Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be ↵ | Jabier Arraiza | 2017-12-06 | 1 | -2/+4 |
| | | | | | marked as 'changed', even though nothing was changed | ||||
| * | Attemp to fix compile bug | Jabiertxo Arraiza Cenoz | 2017-12-05 | 2 | -3/+2 |
| | | |||||
| * | Working on compiling on linux problem. Another attemp to Eduard fix | Jabier Arraiza | 2017-12-05 | 2 | -1/+1 |
| | | |||||
| * | Add sugested header by Eduard Braun to allow compiling | Jabier Arraiza | 2017-12-04 | 1 | -1/+1 |
| | | |||||
| * | Working on compiling on linux problem | Jabier Arraiza | 2017-12-04 | 3 | -3/+7 |
| | | |||||
| * | Minor fixes to remove WIP | Jabier Arraiza | 2017-12-04 | 1 | -5/+5 |
| | | |||||
| * | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 2017-12-04 | 4 | -19/+20 |
| | | |||||
| * | Add label | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | Add tooggle icon button intead checkbox | Jabiertxo Arraiza Cenoz | 2017-11-16 | 2 | -13/+25 |
| | | |||||
| * | Fix unincilizated value that not work in release mode. also remove duplicate ↵ | Jabiertxo Arraiza Cenoz | 2017-11-15 | 2 | -4/+3 |
| | | | | | variable | ||||
| * | Add auto update margins on checkbutton | Jabiertxo Arraiza Cenoz | 2017-11-15 | 2 | -3/+29 |
| | | |||||
| * | Catch Gtk::IconThemeError | Tavmjong Bah | 2017-11-15 | 2 | -3/+15 |
| | | |||||
| * | Add lock margins to document settings | Jabiertxo Arraiza Cenoz | 2017-11-10 | 2 | -16/+55 |
| | | |||||
| * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 4 | -4/+4 |
| |\ | |||||
