summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: Parse mnemonic for Open _RecentBryce Harrington2019-02-091-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 Storz2019-02-092-14/+14
|\
| * Fix more capitalisation inconsistencies.tim_rawlinson2019-02-082-3/+3
| |
| * Fix capitalisation of menu items.Tim Rawlinson2019-02-072-11/+11
| |
* | fix "inkscape --extension-directory"Thomas Holder2019-02-081-3/+3
| |
* | Attempt to fix part of issue #54. (Using the command line doesn't return.)Tavmjong Bah2019-02-081-18/+72
|/
* Fix wrong message in path parameterJabiertxof2019-02-051-1/+1
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-0515-374/+281
|
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-047-503/+413
|
* rm unused InkRadioActionAlexander Valavanis2019-02-033-257/+0
|
* UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-037-19/+36
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-02-032-5/+9
|\
| * Add missing file in previous commit.Tavmjong Bah2019-02-031-1/+1
| |
| * Correct comments due to last commit.Tavmjong Bah2019-02-031-1/+1
| |
| * Change from hooking up signal handler to overriding class method.Tavmjong Bah2019-02-031-2/+6
| |
| * Fix widget focus bug.Tavmjong Bah2019-02-031-1/+1
| |
* | MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-038-686/+280
|/
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-027-318/+289
|
* object properties dialog: label placeholderThomas Holder2019-02-021-2/+10
|
* clang-tidy recent changesAlexander Valavanis2019-02-0117-54/+48
|
* ComboToolItem: Temporary workaround to display pixbuf by defaultAlexander Valavanis2019-01-311-2/+2
|
* Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah2019-01-307-27/+83
|
* GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-296-290/+560
|
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-294-169/+142
|
* PaintbucketToolbar: GtkAction migrationAlexander Valavanis2019-01-293-125/+84
|
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-2910-191/+299
|
* Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-294-141/+126
|
* Add System Default Theme to prefereces theme switchJabiertxof2019-01-282-1/+3
|
* Temporary fix for crash on quit.Tavmjong Bah2019-01-283-4/+14
|
* Format stilyng for icons section in preferencesJabier Arraiza2019-01-271-2/+3
|
* SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-274-107/+107
|
* StarToolbar: GtkAction migrationAlexander Valavanis2019-01-274-177/+146
|
* Add swatches and styling to directly created toolbarsAlexander Valavanis2019-01-271-5/+38
|
* SpinButtonToolItem: Allow default numeric menu descriptions & migrate ↵Alexander Valavanis2019-01-273-25/+21
| | | | RectToolbar
* SpinButtonToolItem: Allow custom numeric menu itemsAlexander Valavanis2019-01-272-5/+37
|
* SpinButtonToolItem: Allow labels on numeric menuAlexander Valavanis2019-01-272-13/+21
|
* SpinButtonToolItem: Make numeric menu items depend on adjustment parametersAlexander Valavanis2019-01-271-19/+15
|
* SpinButtonToolItem: Handle menu-button pressAlexander Valavanis2019-01-271-4/+13
|
* SpinButtonToolItem: Create popup menu on right-clickAlexander Valavanis2019-01-272-18/+68
|
* SpinButtonToolItem: Handle key events in correct orderAlexander Valavanis2019-01-271-3/+3
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-278-7/+61
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-2710-131/+190
|\
| * Finich CSS refactorJabier Arraiza2019-01-273-4/+10
| |
| * Remove not rebased partsJabier Arraiza2019-01-271-7/+0
| |
| * Add desktop function to know we are on dark themeJabier Arraiza2019-01-272-0/+7
| |
| * Fix compiling errorsJabier Arraiza2019-01-273-32/+28
| |
| * Remove files from prev branch splitedJabier Arraiza2019-01-272-107/+0
| |
| * Improvements to CSS to easy tweak widgetsJabier Arraiza2019-01-276-1068/+217
| |
| * Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-2710-74/+160
| |
| * Initial work of LPESelectorJabier Arraiza2019-01-276-207/+1169
| |