| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-20 | fix PNG export dialog crash (heap-use-after-free) | Thomas Holder | 1 | -3/+3 | |
| Possibly related to inbox#1185 | |||||
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -19/+5 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -2/+4 | |
| - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | |||||
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -4/+4 | |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -18/+22 | |
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -6/+6 | |
| Makes searching through code for them easier. | |||||
| 2019-01-08 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -6/+6 | |
| 2018-12-29 | Rm deprecated budget widgets | Alexander Valavanis | 1 | -4/+12 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 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 | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -20/+20 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -19/+20 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-11-30 | Make bitmap export progress dialog transient for the main window | Eduard Braun | 1 | -0/+1 | |
| 2017-11-25 | Allow to cancel PNG export | Eduard Braun | 1 | -4/+4 | |
| Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1195929 | |||||
| 2017-10-13 | Remove deprecated GNOME VFS | Stefano Facchini | 1 | -9/+1 | |
| Just use Gio::File when access to non-local files is needed. | |||||
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -2/+4 | |
| 2017-06-28 | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 1 | -1/+2 | |
| get_filename methods | |||||
| 2017-03-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -8/+1 | |
| Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| 2017-01-04 | antialiasing options on export | Marc Jeanmougin | 1 | -3/+12 | |
| (bzr r15391) | |||||
| 2016-12-27 | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 1 | -10/+5 | |
| (bzr r15366) | |||||
| 2016-11-05 | Add exporters | Jabier Arraiza Cenoz | 1 | -3/+0 | |
| (bzr r15142.1.32) | |||||
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 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) | |||||
| 2016-10-02 | Doc rotate start | Jabier Arraiza Cenoz | 1 | -1/+11 | |
| (bzr r15142.1.1) | |||||
| 2016-09-25 | minor fix (+ satisfy build bots (?)) | Marc Jeanmougin | 1 | -3/+4 | |
| (bzr r15132) | |||||
| 2016-09-25 | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 1 | -5/+56 | |
| depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -14/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -5/+0 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -84/+6 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+15 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -15/+1 | |
| (bzr r15025) | |||||
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.28) | |||||
| 2016-07-01 | Added xmlNodes as range function | Adrian Boguszewski | 1 | -5/+4 | |
| (bzr r14954.1.12) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -7/+7 | |
| (bzr r14954.1.10) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -3/+3 | |
| (bzr r14446) | |||||
| 2015-09-12 | Export. Fix for bug #170295 (default export image name for not-saved drawings). | Nicolas Dufour | 1 | -0/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/170295 (bzr r14357) | |||||
| 2015-07-10 | Force PNG bitmap export to always write with PNG extension | Jabier Arraiza Cenoz | 1 | -3/+5 | |
| (bzr r14238) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -4/+4 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | I can't really understand why, but i can now launch inkscape without it ↵ | mc | 1 | -6/+6 | |
| segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -13/+15 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -8/+7 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -2/+2 | |
| (bzr r13810) | |||||
