| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -4/+4 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -18/+22 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -6/+6 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Remove unused header file. | Tavmjong Bah | 2019-01-08 | 1 | -1/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -6/+6 |
| | | |||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 1 | -4/+12 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -2/+2 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -20/+20 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -19/+20 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Make bitmap export progress dialog transient for the main window | Eduard Braun | 2017-11-30 | 1 | -0/+1 |
| | | |||||
| * | Allow to cancel PNG export | Eduard Braun | 2017-11-25 | 1 | -4/+4 |
| | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1195929 | ||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 1 | -9/+1 |
| | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -2/+4 |
| | | |||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -1/+2 |
| | | | | | get_filename methods | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -8/+1 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | fixing to new trunk | Jabiertxof | 2017-01-24 | 1 | -13/+17 |
| |\ | | | | | (bzr r15142.1.38) | ||||
| | * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 1 | -3/+12 |
| | | | | | | | (bzr r15391) | ||||
| | * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -10/+5 |
| | | | | | | | (bzr r15366) | ||||
| * | | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -3/+0 |
| | | | | | | | (bzr r15142.1.32) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-10-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r15142.1.26) | ||||
| | * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Doc rotate start | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -1/+11 |
| |/ | | | (bzr r15142.1.1) | ||||
| * | minor fix (+ satisfy build bots (?)) | Marc Jeanmougin | 2016-09-25 | 1 | -3/+4 |
| | | | | (bzr r15132) | ||||
| * | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 2016-09-25 | 1 | -5/+56 |
| | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -90/+6 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -90/+6 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -5/+0 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -84/+6 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -14/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -14/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+15 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -15/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+8 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Added xmlNodes as range function | Adrian Boguszewski | 2016-07-01 | 1 | -5/+4 |
| | | | | | | | (bzr r14954.1.12) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -7/+7 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -3/+3 |
| | | | | (bzr r14446) | ||||
| * | Export. Fix for bug #170295 (default export image name for not-saved drawings). | Nicolas Dufour | 2015-09-12 | 1 | -0/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170295 (bzr r14357) | ||||
| * | Force PNG bitmap export to always write with PNG extension | Jabier Arraiza Cenoz | 2015-07-10 | 1 | -3/+5 |
| | | | | (bzr r14238) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | (bzr r13922.1.5) | ||||
