summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof2016-12-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15294)
| * | | | | | | | | | | | | | | | | Fix a typo in inkscape-preferences.cpp.Ivan Mas??r2016-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15266)
| * | | | | | | | | | | | | | | | | Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15239)
| * | | | | | | | | | | | | | | | 1639832 Blend and blur unspected resultsJabier Arraiza Cenoz2016-11-071-1/+8
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639832 (bzr r15222)
| * | | | | | | | | | | | | | | Fix change between multiples LPE in the same itemJabier Arraiza Cenoz2016-11-051-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15212)
| * | | | | | | | | | | | | | | Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15203)
| * | | | | | | | | | | | | | | Fix bug:1013141 crash deleting LPEJabier Arraiza Cenoz2016-11-021-1/+11
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1013141 (bzr r15200)
| * | | | | | | | | | | | | | allows for denser screens in zoom correction factorsMarc Jeanmougin2016-10-281-1/+1
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15195)
| * | | | | | | | | | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-244-15/+13
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
| * | | | | | | | | | | | update translatorsMarc Jeanmougin2016-10-201-0/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | (bzr r15184)
| * | | | | | | | | | | update author list in about dialog from AUTHORS fileMarc Jeanmougin2016-10-181-1/+8
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | (bzr r15176)
| * | | | | | | | | | Fix bug:1630796 on flatten button. Attemp 2Jabier Arraiza Cenoz2016-10-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15152)
| * | | | | | | | | | Fix bug:1605334 FeImage X and Y positionJabier Arraiza Cenoz2016-10-072-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1605334 (bzr r15151)
| * | | | | | | | | | Fix bug:1630796 on flatten buttonJabier Arraiza Cenoz2016-10-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15150)
| * | | | | | | | | | Update to trunkJabier Arraiza Cenoz2016-10-0386-3381/+1257
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15017.1.35)
| | * | | | | | | | | minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-252-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15132)
| | * | | | | | | | | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-252-5/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
| | * | | | | | | | | Changed order of selection itemsAdrian Boguszewski2016-09-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1627250 (bzr r15130)
| | * | | | | | | | | Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion ↵Tavmjong Bah2016-09-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'g_utf8_validate (text, len, NULL)' failed error. (bzr r15128)
| | * | | | | | | | | Improve font editing dialog.Tavmjong Bah2016-09-062-39/+179
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15109)
| | | * | | | | | | | | Improve font editing dialog:Tavmjong Bah2016-07-102-40/+179
| | | | |_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Allow for fonts with other than 1000 units per em. 2. Allow setting 'ascent', 'descent', etc. 3. Allow setting individual glyph horizontal advances. 4. Fix bug where 'units-per-em' was not read correctly. (bzr r15014.1.1)
| | * | | | | | | | | Comment out line-height setting code in Text and Font dialog as it does not ↵Tavmjong Bah2016-09-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yet handle absolute units. (bzr r15098)
| | * | | | | | | | | [Bug #1447971] User palettes not available if all shared system palettes are ↵Nicolas Dufour2016-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted from installation. Fixed bugs: - https://launchpad.net/bugs/1447971 (bzr r15093)
| | * | | | | | | | | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah2016-08-291-12/+3
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for #1590141. (bzr r15085)
| | * | | | | | | | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-152-4/+2
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | (bzr r15059)
| | * | | | | | | CloneTiler: Replace all remaining g_signal usageAlex Valavanis2016-08-122-261/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15055)
| | * | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-112-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15053)
| | * | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-112-106/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15052)
| | * | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-102-284/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15051)
| | * | | | | | | CloneTiler: C++ifyAlex Valavanis2016-08-102-78/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15050)
| | * | | | | | | Fix build with Gtk+ 3.20Alex Valavanis2016-08-101-1/+11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r15049)
| | | * | | | | | | Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie2016-08-081-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15046.1.1)
| | * | | | | | | | Merged trunkAdrian Boguszewski2016-08-0966-2133/+120
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.30)
| | | * | | | | | | Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-133/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15046)
| | | * | | | | | | aboutbox: GtkmmifyAlex Valavanis2016-08-071-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15043.1.1)
| | | * | | | | | | End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-0465-1996/+111
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r15038)
| | | | * | | | | | | Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-282-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15023.2.8)
| | | | * | | | | | | Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-2863-1987/+107
| | | | | |_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | (bzr r15023.2.7)
| | | * | | | | | | Fix Win32 buildAlex Valavanis2016-08-041-1/+5
| | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1609572 (bzr r15037)
| | * | | | | | | Merged trunkAdrian Boguszewski2016-08-0353-340/+54
| | |\| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.29)
| | | * | | | | | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-0353-340/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15034)
| | | * | | | | | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-2854-33/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15027)
| | | * | | | | | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-2854-363/+33
| | | |/ / / / / | | | | | | | | | | | | | | | | (bzr r15025)
| | * | | | | | Renamed some functions, fixed testsAdrian Boguszewski2016-07-272-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.28)
| | * | | | | | Merged trunkAdrian Boguszewski2016-07-204-4/+4
| | |\| | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.23)
| | * | | | | | Renamed children list in SPObjectAdrian Boguszewski2016-07-1410-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.21)
| | * | | | | | Last part of new SPObject children listAdrian Boguszewski2016-07-145-140/+140
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.20)
| | * | | | | | Second part of new SPObject children listAdrian Boguszewski2016-07-137-42/+43
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14954.1.19)
| | * | | | | | Merged trunkAdrian Boguszewski2016-07-112-7/+19
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | (bzr r14954.1.18)
| | * | | | | | Merged trunkAdrian Boguszewski2016-07-032-101/+111
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | (bzr r14954.1.14)