| 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 | ||||
| * | Consistently use title case in menus (!521) | Patrick Storz | 2019-02-09 | 2 | -14/+14 |
| |\ | |||||
| | * | Fix more capitalisation inconsistencies. | tim_rawlinson | 2019-02-08 | 2 | -3/+3 |
| | | | |||||
| | * | Fix capitalisation of menu items. | Tim Rawlinson | 2019-02-07 | 2 | -11/+11 |
| | | | |||||
| * | | fix "inkscape --extension-directory" | Thomas Holder | 2019-02-08 | 1 | -3/+3 |
| | | | |||||
| * | | Attempt to fix part of issue #54. (Using the command line doesn't return.) | Tavmjong Bah | 2019-02-08 | 1 | -18/+72 |
| |/ | |||||
| * | Fix wrong message in path parameter | Jabiertxof | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 15 | -374/+281 |
| | | |||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 7 | -503/+413 |
| | | |||||
| * | rm unused InkRadioAction | Alexander Valavanis | 2019-02-03 | 3 | -257/+0 |
| | | |||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 7 | -19/+36 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-02-03 | 2 | -5/+9 |
| |\ | |||||
| | * | Add missing file in previous commit. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Correct comments due to last commit. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Change from hooking up signal handler to overriding class method. | Tavmjong Bah | 2019-02-03 | 1 | -2/+6 |
| | | | |||||
| | * | Fix widget focus bug. | Tavmjong Bah | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 8 | -686/+280 |
| |/ | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 7 | -318/+289 |
| | | |||||
| * | object properties dialog: label placeholder | Thomas Holder | 2019-02-02 | 1 | -2/+10 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 17 | -54/+48 |
| | | |||||
| * | ComboToolItem: Temporary workaround to display pixbuf by default | Alexander Valavanis | 2019-01-31 | 1 | -2/+2 |
| | | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 7 | -27/+83 |
| | | |||||
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 6 | -290/+560 |
| | | |||||
| * | ArcToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 4 | -169/+142 |
| | | |||||
| * | PaintbucketToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 3 | -125/+84 |
| | | |||||
| * | EraserToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 10 | -191/+299 |
| | | |||||
| * | Box3DToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 4 | -141/+126 |
| | | |||||
| * | Add System Default Theme to prefereces theme switch | Jabiertxof | 2019-01-28 | 2 | -1/+3 |
| | | |||||
| * | Temporary fix for crash on quit. | Tavmjong Bah | 2019-01-28 | 3 | -4/+14 |
| | | |||||
| * | Format stilyng for icons section in preferences | Jabier Arraiza | 2019-01-27 | 1 | -2/+3 |
| | | |||||
| * | SpiralToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 4 | -107/+107 |
| | | |||||
| * | StarToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 4 | -177/+146 |
| | | |||||
| * | Add swatches and styling to directly created toolbars | Alexander Valavanis | 2019-01-27 | 1 | -5/+38 |
| | | |||||
| * | 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 | 8 | -7/+61 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-27 | 10 | -131/+190 |
| |\ | |||||
| | * | Finich CSS refactor | Jabier Arraiza | 2019-01-27 | 3 | -4/+10 |
| | | | |||||
| | * | Remove not rebased parts | Jabier Arraiza | 2019-01-27 | 1 | -7/+0 |
| | | | |||||
| | * | Add desktop function to know we are on dark theme | Jabier Arraiza | 2019-01-27 | 2 | -0/+7 |
| | | | |||||
| | * | Fix compiling errors | Jabier Arraiza | 2019-01-27 | 3 | -32/+28 |
| | | | |||||
| | * | 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 | 6 | -1068/+217 |
| | | | |||||
| | * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 10 | -74/+160 |
| | | | |||||
| | * | Initial work of LPESelector | Jabier Arraiza | 2019-01-27 | 6 | -207/+1169 |
| | | | |||||
