summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of uninitialized variableKarl Cheng2019-02-201-0/+1
| | | | | | It seems this was introduced in ce3c5920 through a copy/paste typo (bg_color_active -> bg_color). The whole line was then mistakenly removed in 0ee0c59c as it appeared to be redundant.
* Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof2019-02-202-8/+23
|
* Prevent crashes in node toolJabiertxof2019-02-201-2/+3
|
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-206-12/+12
| | | | Makes searching through code for them easier.
* Fix typo in svg-preview.h and update POTFILES.inPatrick Storz2019-02-201-1/+1
|
* Fix incorrect string literal comparisonsKarl Cheng2019-02-192-2/+2
|
* Fix window positioning in Linux odf LPEDialogJabier Arraiza2019-02-191-0/+1
|
* Fixing windows glitchesJabiertxof2019-02-192-11/+5
|
* Fix header.Tavmjong Bah2019-02-191-1/+1
|
* Put SVGPreview into it's own file.Tavmjong Bah2019-02-195-480/+594
|
* Fixes LPE Dialog search focus and window sice improvements pointed by PatrickJabiertxof2019-02-192-7/+6
|
* Fix bugs pointed by PatrickJabier Arraiza2019-02-181-8/+27
|
* Remove a cout debug stringJabier Arraiza2019-02-181-1/+0
|
* Update issues on CIJabiertxof2019-02-183-108/+130
|
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-181-3/+14
|
* Add missing icons and add double languajeJabier Arraiza2019-02-181-49/+56
|
* Add switch icon to fix broken imageJabiertxof2019-02-182-7/+7
|
* Add apply functionsJabiertxof2019-02-182-33/+35
|
* Add apply functionJabiertxof2019-02-183-7/+73
|
* 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
|