summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix for 871563 : JPG images are recompressed with lower quality when embeddedJohn Smith2013-05-112-0/+4
| | | | | | | | | | | | | | | | | | (bzr r12325)
| * | | | | Improve code documentation for symbolsMartin Owens2013-05-091-2/+19
| | | | | | | | | | | | | | | | | | (bzr r12324)
| * | | | | Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-012-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/830663 (bzr r12315)
| * | | | | Warning cleanup.Jon A. Cruz2013-04-282-2/+2
| | | | | | | | | | | | | | | | | | (bzr r12309)
| * | | | | minor cppcheck stuffKris De Gussem2013-04-281-2/+2
| | | | | | | | | | | | | | | | | | (bzr r12307)
| * | | | | update bbox when Filter General Settings modified (Bug 960986)Alvin Penner2013-04-271-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/960986 (bzr r12306)
| * | | | Add balloon symbols and connect defs modified signal.Martin Owens2013-04-222-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
| * | | | Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-212-37/+26
| | | | | | | | | | | | | | | (bzr r12291)
| * | | | Warn if we get a NULL objectMartin Owens2013-04-211-4/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12290)
| * | | Group bbox update (Bug 1168979)Alvin Penner2013-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
| * | | Updated aiga symbols to have more meta data and used document title for ↵Martin Owens2013-04-191-3/+4
| | | | | | | | | | | | | | | | | | | | symbols dropdown (bzr r12282)
| * | | Change symbols icon and give minimum size for dialogMartin Owens2013-04-181-0/+3
| | | | | | | | | | | | (bzr r12278)
| * | | Added simple control to font dialog to address text on path's startOffset. ↵Jon A. Cruz2013-04-082-2/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #171005 and bug #171033 Fixed bugs: - https://launchpad.net/bugs/171005 - https://launchpad.net/bugs/171033 (bzr r12270)
| * | | Tidy up dependency list and fix missing inclusionAlex Valavanis2013-04-071-0/+1
| | |/ | |/| | | | (bzr r12269)
| * | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-1/+1
| |/ | | | | | | | | freezes at opening) (bzr r12263)
| * Header cleanupAlex Valavanis2013-03-2910-32/+13
| | | | | | (bzr r12258)
| * Fix for Bug #1161205 (Font substitution dialog appears when generic font ↵Nicolas Dufour2013-03-281-1/+5
| | | | | | | | | | family is found except Sans-serif). (bzr r12257)
| * Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by ↵Nicolas Dufour2013-03-281-1/+1
| | | | | | | | | | | | | | Masato HASHIMOTO. Translation template and French translation update. (bzr r12256)
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-267-3/+25
| | | | | | | | | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-257-12/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
| * Translations. Translatable files clean-up (find.cpp removal).Nicolas Dufour2013-03-221-1/+1
| | | | | | | | | | | | | | Translations. Inkscape.pot update. Preferences. Filters preferences text fix (see Bug #1133033). Extensions. Fix for Bug #1158377 (Printing marks needs more precision). (bzr r12230)
| * ability to scroll inside the filter dock -- gain some screen real estate!Raphael Rosch2013-03-222-17/+89
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1062134 (bzr r12229)
| * cppcheckKris De Gussem2013-03-174-12/+8
| | | | | | (bzr r12218)
| * cppcheckKris De Gussem2013-03-161-2/+0
| | | | | | (bzr r12217)
| * Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-162-11/+0
| | | | | | (bzr r12213)
| * Warning cleanupAlex Valavanis2013-03-162-11/+9
| | | | | | (bzr r12211)
| * Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-155-0/+9
| | | | | | (bzr r12209)
| * Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-152-2/+2
| | | | | | | | | | errors in Gtkmm headers) (bzr r12208)
| * Fix table layout in fill and stroke dialog in Gtk+ 2Alex Valavanis2013-03-151-0/+15
| | | | | | (bzr r12207)
| * Fix even more forward declaration tagsAlex Valavanis2013-03-158-9/+45
| | | | | | (bzr r12206)
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-142-4/+4
| | | | | | (bzr r12205)
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-143-4/+2
| | | | | | (bzr r12204)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | | | | | | forward declarations (bzr r12203)
| * GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264)su_v2013-03-131-3/+3
| | | | | | (bzr r12200)
| * Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-1310-18/+599
| | | | | | (bzr r12199)
| * Further migration to Gtk::GridAlex Valavanis2013-03-126-96/+103
| | | | | | (bzr r12196)
| * Translations. Latvian, Spanish and Ukrainian translations update, and ↵Nicolas Dufour2013-03-111-9/+10
| | | | | | | | | | translators list update. (bzr r12189)
| * Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-095-50/+147
| | | | | | (bzr r12188)
| * Migrate calligraphic-profile-rename.* to Gtk::GridAlex Valavanis2013-03-092-12/+45
| | | | | | (bzr r12187)
| * Migrate from Gtk::Color to Gtk::RGBAAlex Valavanis2013-03-093-0/+46
| | | | | | (bzr r12186)
| * Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-3/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
| * Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-087-5/+34
| | | | | | (bzr r12181)
| * Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-082-9/+28
| | | | | | (bzr r12179)
| * Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-072-0/+27
| | | | | | (bzr r12178)
| * Build with GDKMM_DISABLE_DEPRECATED for allAlex Valavanis2013-03-011-0/+13
| | | | | | (bzr r12165)
| * Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-014-66/+69
| | | | | | | | | | fontspec rather than font). (bzr r12164)
| * Some strings clarifications (see Bug #955060, Latvian translation for 0.49).Nicolas Dufour2013-02-252-2/+2
| | | | | | (bzr r12153)
| * Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-235-0/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
| * Bug 1111459: revert changes from r12012 (regressions affect normal usage ↵su_v2013-02-201-1/+0
| | | | | | | | | | more than the problem fixed with r12012 (bug #1089406) (bzr r12137)
| * adding dockbar/switcher style toggles in prefs uiRaphael Rosch2013-02-112-0/+20
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1098416 (bzr r12115)