| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Allows 'none' palette to be drag and dropped onto Selected Style | Nathan Lee | 2019-03-06 | 1 | -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 Bah | 2019-02-26 | 1 | -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_pixbuf | Martin Owens | 2019-02-20 | 2 | -5/+5 | |
| | | ||||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 | |
| | | ||||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 2 | -2/+24 | |
| | | ||||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 2 | -2/+8 | |
| | | ||||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 4 | -15/+13 | |
| | | ||||||
| * | ComboToolItem: Temporary workaround to display pixbuf by default | Alexander Valavanis | 2019-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 2 | -0/+336 | |
| | | ||||||
| * | SpinButtonToolItem: Allow default numeric menu descriptions & migrate ↵ | Alexander Valavanis | 2019-01-27 | 2 | -6/+11 | |
| | | | | | RectToolbar | |||||
| * | SpinButtonToolItem: Allow custom numeric menu items | Alexander Valavanis | 2019-01-27 | 2 | -5/+37 | |
| | | ||||||
| * | SpinButtonToolItem: Allow labels on numeric menu | Alexander Valavanis | 2019-01-27 | 2 | -13/+21 | |
| | | ||||||
| * | SpinButtonToolItem: Make numeric menu items depend on adjustment parameters | Alexander Valavanis | 2019-01-27 | 1 | -19/+15 | |
| | | ||||||
| * | SpinButtonToolItem: Handle menu-button press | Alexander Valavanis | 2019-01-27 | 1 | -4/+13 | |
| | | ||||||
| * | SpinButtonToolItem: Create popup menu on right-click | Alexander Valavanis | 2019-01-27 | 2 | -18/+68 | |
| | | ||||||
| * | SpinButtonToolItem: Handle key events in correct order | Alexander Valavanis | 2019-01-27 | 1 | -3/+3 | |
| | | ||||||
| * | Toolbars: Fix alt+x focus switching | Alexander Valavanis | 2019-01-27 | 2 | -0/+11 | |
| | | ||||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | RectToolbar: GtkAction migration (first pass) | Alexander Valavanis | 2019-01-26 | 3 | -1/+118 | |
| |/ | ||||||
| * | fix CI | Marc Jeanmougin | 2019-01-24 | 2 | -4/+9 | |
| | | ||||||
| * | SelectToolbar: GtkAction migration | Alexander Valavanis | 2019-01-22 | 2 | -0/+497 | |
| | | ||||||
| * | fix double construction of Button members | Thomas Holder | 2019-01-03 | 1 | -8/+0 | |
| | | ||||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 1 | -3/+3 | |
| | | ||||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 9 | -29/+25 | |
| | | ||||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 2 | -3/+3 | |
| | | ||||||
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 3 | -2/+668 | |
| | | ||||||
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix namespace naming consistency | Alexander Valavanis | 2018-12-29 | 2 | -7/+11 | |
| | | ||||||
| * | Move Button to Inkscape namespace | Alexander Valavanis | 2018-12-29 | 2 | -0/+371 | |
| | | ||||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 3 | -133/+0 | |
| | | ||||||
| * | Allow InkFlowBox (XMLInspector) remember opendes status | Jabiertxof | 2018-12-26 | 1 | -3/+3 | |
| | | ||||||
| * | Fixing styles | Jabier Arraiza | 2018-12-26 | 2 | -32/+34 | |
| | | ||||||
| * | Fix Tav inputs | Jabier Arraiza | 2018-12-26 | 2 | -7/+10 | |
| | | ||||||
| * | Fix a prefs bug | Jabier Arraiza | 2018-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add inkFlowBox widget and apply to XML inspector | Jabier Arraiza | 2018-12-26 | 2 | -0/+207 | |
| | | ||||||
| * | Move DashSelector to Inkscape::UI::Widget namespace | Alexander Valavanis | 2018-12-22 | 2 | -0/+419 | |
| | | ||||||
| * | Fix failed cast in ColorWheel. | Tavmjong Bah | 2018-12-03 | 1 | -8/+1 | |
| | | ||||||
| * | -Werror=format-security: g_warning(_("...")) | Thomas Holder | 2018-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | Rewrite of Gimp Color Wheel in C++. | Tavmjong Bah | 2018-11-16 | 4 | -51/+784 | |
| | | ||||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 9 | -9/+9 | |
| | | ||||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 13 | -13/+13 | |
| | | ||||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -4/+4 | |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 116 | -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 Bah | 2018-11-06 | 2 | -564/+0 | |
| | | ||||||
| * | Use monospace digits font in messages and spinbuttons | Jabier Arraiza | 2018-11-03 | 2 | -28/+29 | |
| | | ||||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 2 | -4/+2 | |
| | | ||||||
| * | SelectedStyle: Ensure constant field width of stroke width | Eduard Braun | 2018-10-27 | 1 | -1/+4 | |
| | | | | | %g omits trailing zeroes, %#g does not but adds trailing commas... | |||||
| * | Fix memory leak | Marc Jeanmougin | 2018-10-19 | 1 | -0/+1 | |
| | | ||||||
