| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ui: Parse mnemonic for Open _Recent | Bryce Harrington | 2019-02-09 | 1 | -1/+1 |
| | | | | | | | | | | In Gtkmm, looks like when creating a MenuItem, there is a second boolean parameter to indicate if the string should be parsed for mnemonics. When the gtk code was converted to gtkmm (2c971690) the flag was left unspecified and defaulted to false. Fixes: https://gitlab.com/inkscape/inkscape/issues/57 | ||||
| * | Fix more capitalisation inconsistencies. | tim_rawlinson | 2019-02-08 | 1 | -2/+2 |
| | | |||||
| * | Fix capitalisation of menu items. | Tim Rawlinson | 2019-02-07 | 1 | -4/+4 |
| | | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 3 | -328/+250 |
| | | |||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 3 | -381/+412 |
| | | |||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 7 | -19/+36 |
| | | |||||
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 3 | -299/+276 |
| | | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 5 | -306/+273 |
| | | |||||
| * | object properties dialog: label placeholder | Thomas Holder | 2019-02-02 | 1 | -2/+10 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 8 | -24/+22 |
| | | |||||
| * | ComboToolItem: Temporary workaround to display pixbuf by default | Alexander Valavanis | 2019-01-31 | 1 | -2/+2 |
| | | |||||
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 5 | -289/+559 |
| | | |||||
| * | ArcToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 3 | -168/+141 |
| | | |||||
| * | PaintbucketToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 2 | -124/+83 |
| | | |||||
| * | EraserToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 9 | -190/+298 |
| | | |||||
| * | Box3DToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 3 | -140/+125 |
| | | |||||
| * | Add System Default Theme to prefereces theme switch | Jabiertxof | 2019-01-28 | 1 | -1/+2 |
| | | |||||
| * | Format stilyng for icons section in preferences | Jabier Arraiza | 2019-01-27 | 1 | -2/+3 |
| | | |||||
| * | SpiralToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 3 | -106/+106 |
| | | |||||
| * | StarToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 3 | -176/+145 |
| | | |||||
| * | SpinButtonToolItem: Allow default numeric menu descriptions & migrate ↵ | Alexander Valavanis | 2019-01-27 | 3 | -25/+21 |
| | | | | | 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 | 5 | -4/+13 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-27 | 5 | -99/+120 |
| |\ | |||||
| | * | Finich CSS refactor | Jabier Arraiza | 2019-01-27 | 1 | -2/+5 |
| | | | |||||
| | * | Fix compiling errors | Jabier Arraiza | 2019-01-27 | 1 | -24/+22 |
| | | | |||||
| | * | Remove files from prev branch splited | Jabier Arraiza | 2019-01-27 | 2 | -107/+0 |
| | | | |||||
| | * | Improvements to CSS to easy tweak widgets | Jabier Arraiza | 2019-01-27 | 3 | -154/+143 |
| | | | |||||
| | * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 6 | -39/+88 |
| | | | |||||
| | * | Initial work of LPESelector | Jabier Arraiza | 2019-01-27 | 4 | -138/+260 |
| | | | |||||
| | * | Improvements to icon loader code | Jabier Arraiza | 2019-01-27 | 2 | -83/+50 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-26 | 2 | -4/+42 |
| |\| | |||||
| | * | Add 'Theme Decide' option to symbolic icons color | Jabier Arraiza | 2019-01-26 | 2 | -4/+42 |
| | | | |||||
| * | | RectToolbar: GtkAction migration (first pass) | Alexander Valavanis | 2019-01-26 | 6 | -131/+254 |
| |/ | |||||
| * | Fix inverted up/down when moving last point placed by pen tool | WizardOhio24 | 2019-01-25 | 1 | -0/+2 |
| | | | | | | Fixes inbox#20 Closes !504 | ||||
| * | Rewrite main menu bar code: | Tavmjong Bah | 2019-01-25 | 6 | -624/+590 |
| | | | | | | | Convert to GTKMM. General cleanup. Move to dedicated files. | ||||
| * | SelectToolbar: cleanup unused | Alexander Valavanis | 2019-01-24 | 2 | -20/+3 |
| | | |||||
| * | fix CI | Marc Jeanmougin | 2019-01-24 | 2 | -4/+9 |
| | | |||||
| * | SelectToolbar: GtkAction migration | Alexander Valavanis | 2019-01-22 | 5 | -298/+737 |
| | | |||||
| * | Fix some typos and syntax errors | Mattia Rizzolo | 2019-01-22 | 1 | -1/+1 |
| | | | | | | | | | | Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo <mattia@mapreri.org> | ||||
| * | Tidy up toolbox utilities | Alexander Valavanis | 2019-01-22 | 23 | -31/+180 |
| | | |||||
| * | Tidy more memory mgmt in toolbars | Alexander Valavanis | 2019-01-22 | 6 | -45/+10 |
| | | |||||
| * | NodeToolbar: Fix initialisation | Alexander Valavanis | 2019-01-22 | 6 | -37/+12 |
| | | |||||
| * | NodeToolbar: Fix initialisation | Alexander Valavanis | 2019-01-22 | 1 | -1/+2 |
| | | |||||
| * | Tidy memory management in toolbars | Alexander Valavanis | 2019-01-22 | 1 | -7/+6 |
| | | |||||
