summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-04130-3731/+176
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-2811-247/+3
| | | | | | (bzr r15023.2.8)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-2867-2110/+129
| | | | | | (bzr r15023.2.7)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-2855-1375/+41
| | | | | | (bzr r15023.2.6)
* | Fix Win32 buildAlex Valavanis2016-08-041-1/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1609572 (bzr r15037)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-03133-746/+106
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-28137-77/+770
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-28137-770/+77
|/ | | (bzr r15025)
* Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-242-6/+3
| | | (bzr r15021)
* Fixed null when selection contains more than one itemAdrian Boguszewski2016-07-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1591390 (bzr r15018)
* [Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.Alex Henrie2016-07-184-4/+4
| | | (bzr r15016.1.1)
* Documentation. French documentation translation updated.Nicolas Dufour2016-07-081-6/+18
| | | (bzr r15013)
* Fix typo that prevents reading of 'units-per-em'.Tavmjong Bah2016-07-041-1/+1
| | | (bzr r15008)
* Rename function, fix some indenting issues.Tavmjong Bah2016-07-022-100/+110
| | | (bzr r15006)
* Fix typo from GList purge that broke SVG Font Editor dialog.Tavmjong Bah2016-07-021-1/+1
| | | (bzr r15005)
* Fixing wrong gettext keyword preventing translations from being used.Nicolas Dufour2016-06-171-2/+2
| | | (bzr r14992)
* Fixes some bugs related to powerstroke 'Powerstroke infinite loop'Jabier Arraiza Cenoz2016-06-161-30/+10
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1535444 - https://launchpad.net/bugs/1236320 - https://launchpad.net/bugs/1586973 (bzr r14991)
* remove tabsMarc Jeanmougin2016-06-161-29/+29
| | | (bzr r14989)
* Fix z-cycling (alt+mousewheel) behaviorMarc Jeanmougin2016-06-162-118/+84
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1589420 (bzr r14988)
* [Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is ↵Mark Harmer2016-06-141-1/+2
| | | | | | | | missing on local system. Fixed bugs: - https://launchpad.net/bugs/1300865 (bzr r14987)
* Fix bug 'Persistent measure repositions on middle click'Jabier Arraiza Cenoz2016-06-121-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1591662 (bzr r14982)
* Enabled using the context menu key additionally to the already working ↵h-h-h2016-06-101-0/+5
| | | | | Shift+F10 key combination to show the context menu ("tool-base.cpp") (bzr r14971.1.1)
* Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
| | | | | the text (bzr r14959)
* Sort color profile listshouz2016-06-024-50/+120
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* Fix tiling when generic template used to create file. Try 2.Tavmjong Bah2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- modified: src/ui/dialog/clonetiler.cpp unknown: inkscape_glyph_cursor.txt latex.patch libnrtype_OLD/ share/attributes/attindex.html share/attributes/propidx.html share/extensions/six.py share/icons/icons_template.svg share/icons/symbolic_icons_purged.svg src/cxxtests.xml src/default.svg src/export-objects/ src/glist_removal.diff src/sp-text.cpp_save src/display/cairo-utils.cpp_dither src/display/cairo-utils.h_dither src/display/drawing-shape.cpp_dither src/libnrtype/Layout-TNG-Input.cpp_attempt_to_replace_linefeeds src/libnrtype/Layout-TNG-Input.cpp_works src/ui/dialog/tags_backup.cpp (bzr r14937)
* Fix tiling when generic template used to create file.Tavmjong Bah2016-06-011-1/+1
| | | (bzr r14936)
* fix-bug-1586749. Broken english in bspline help messageJabier Arraiza Cenoz2016-05-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1586749 (bzr r14921)
* Remove duplicated codeJabier Arraiza Cenoz2016-05-211-5/+0
| | | (bzr r14908)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-216-32/+32
| | | (bzr r14907)
* Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz2016-05-191-1/+1
| | | (bzr r14903)
* GTK3: Another widget named.Tavmjong Bah2016-05-181-0/+2
| | | (bzr r14902)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-183-1/+10
| | | (bzr r14901)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-174-0/+6
| | | (bzr r14896)
* UI. Fixing typos in original strings.Nicolas Dufour2016-05-161-2/+2
| | | | | Translations. PO template update. (bzr r14894)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+1
| | | (bzr r14890)
* Fix a bug on Pen tool when use bend path as option and the clipboard has ↵Jabier Arraiza Cenoz2016-05-101-1/+4
| | | | | something diferent than shape, path or group (bzr r14882)
* Change license in about box to GPLv3 - due to GIMP filesKrzysztof Kosi??ski2016-05-081-286/+620
| | | (bzr r14874)
* Clarify license.Krzysztof Kosi??ski2016-05-082-2/+2
| | | | | | | | | Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-065-3/+14
| | | | | And some minor cleanup. (bzr r14871)
* Correct comment.Tavmjong Bah2016-05-031-1/+1
| | | (bzr r14869)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* various filter editor fixesRaphael Rosch2016-04-162-22/+27
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1570605 - https://launchpad.net/bugs/1570598 (bzr r14856)
* Filter editor: effect description not entirely readableRaphael Rosch2016-04-142-17/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1436180 (bzr r14846)
* function to release object from groupRaphael Rosch2016-04-142-0/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis2016-04-131-3/+0
| | | | | #Hackfest2016 (bzr r14837)
* Remove old uses of GTK_STOCK macrosMartin Owens2016-04-132-3/+2
| | | (bzr r14826)
* gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016Alex Valavanis2016-04-131-0/+2
| | | (bzr r14820)
* Fix cmake buildMarc Jeanmougin2016-04-131-1/+1
| | | (bzr r14818)
* color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | (bzr r14812)
* color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+4
| | | (bzr r14810)