summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Improving window positionJabiertxof2019-02-182-1/+30
| | |
* | | Adding strings to favoritesJabiertxof2019-02-181-9/+42
| | |
* | | Adding Ramon Miranda sugestionsJabiertxof2019-02-182-9/+37
| | |
* | | Some styling tweaksJabier Arraiza2019-02-181-4/+12
| | |
* | | Working with event boxesJabier Arraiza2019-02-182-84/+120
| | |
* | | add sorting and favoritesJabier Arraiza2019-02-182-12/+165
| | |
* | | Add info popupJabier Arraiza2019-02-182-41/+50
| | |
* | | adding symbolsJabier Arraiza2019-02-182-41/+15
| | |
* | | fixing coding style and translation and merge from masterJabier Arraiza2019-02-185-90/+215
| | |
* | | Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-184-98/+114
| | |
* | | Merge branch 'nathanal/inkscape-golden-ratio-patch'Patrick Storz2019-02-172-3/+26
|\ \ \
| * | | Golden ratio in status bar textNathan Lee2019-02-162-2/+2
| | | | | | | | | | | | | | | | Circle and Square can be constrained to a golden ratio. Adds this to the status bar (which noted 1:1 and integer-ratio previously)
| * | | [Fix 1778449] Correct Ellipse status bar text for golden ratioNathan Lee2019-02-161-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | Uses code for rectangle constrained at golden ratio from rect-tool.cpp Fixes https://bugs.launchpad.net/inkscape/+bug/1778449
* | | | Fix preview for large fileNathan Lee2019-02-161-2/+1
|/ / /
* | | Change prefix on drag and drop functions.Tavmjong Bah2019-02-122-11/+11
| | |
* | | Header cleanup.Tavmjong Bah2019-02-1212-12/+1
|/ /
* | MeshToolbar: GtkAction migrationAlexander Valavanis2019-02-102-277/+219
| |
* | LPEToolbar: GtkAction migrationAlexander Valavanis2019-02-102-173/+130
| |
* | SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-103-454/+324
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-02-102-7/+7
|\ \
| * | 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
| * | Fix more capitalisation inconsistencies.tim_rawlinson2019-02-081-2/+2
| | |
| * | Fix capitalisation of menu items.Tim Rawlinson2019-02-071-4/+4
| | |
* | | ConnectorToolbar: GtkAction migrationAlexander Valavanis2019-02-092-137/+105
| | |
* | | CalligraphyToolbar: GtkAction migrationAlexander Valavanis2019-02-093-335/+284
|/ /
* | PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-053-328/+250
| |
* | NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-043-381/+412
| |
* | UnitTracker: Create tool item without using GtkActionAlexander Valavanis2019-02-037-19/+36
| |
* | MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-033-299/+276
| |
* | TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-025-306/+273
| |
* | object properties dialog: label placeholderThomas Holder2019-02-021-2/+10
| |
* | clang-tidy recent changesAlexander Valavanis2019-02-018-24/+22
| |
* | ComboToolItem: Temporary workaround to display pixbuf by defaultAlexander Valavanis2019-01-311-2/+2
| |
* | GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-295-289/+559
| |
* | ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-293-168/+141
| |
* | PaintbucketToolbar: GtkAction migrationAlexander Valavanis2019-01-292-124/+83
| |
* | EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-299-190/+298
| |
* | Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-293-140/+125
| |
* | Add System Default Theme to prefereces theme switchJabiertxof2019-01-281-1/+2
| |
* | Format stilyng for icons section in preferencesJabier Arraiza2019-01-271-2/+3
| |
* | SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-273-106/+106
| |
* | StarToolbar: GtkAction migrationAlexander Valavanis2019-01-273-176/+145
| |
* | 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-275-4/+13
| |