| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate Adwaita and Adwaita-dark with specific styling (alowing to tweak ↵ | Jabier Arraiza | 2019-10-11 | 1 | -0/+1 |
| | | | | | any theme with his theme name as css file)to allow better theming. Use this issue as reference: https://gitlab.com/inkscape/inkscape/issues/461 | ||||
| * | Remove MR811 from 5439390adf3975557920a1c047897aa425db713d to ↵ | Jabier Arraiza | 2019-08-04 | 1 | -2/+0 |
| | | | | | ebfcda5a1b0341c66b8f91d07ffacbf39a806885 | ||||
| * | Add custom GTK3 themes inside Inkscape | Jabiertxof | 2019-08-03 | 1 | -0/+2 |
| | | |||||
| * | finish rebase from master | Jabier Arraiza | 2019-07-08 | 1 | -1/+0 |
| | | |||||
| * | Add coloring default to theme | Jabiertxof | 2019-07-08 | 1 | -1/+0 |
| | | |||||
| * | working wth colors for icons | Jabier Arraiza | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | add improvements to color handling | Jabiertxof | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | improve speed not reloading root if only one style tag | Jabier Arraiza | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | allow multiple style tags | Jabier Arraiza | 2019-07-08 | 1 | -0/+1 |
| | | |||||
| * | Add initial commit | Jabiertxof | 2019-07-08 | 1 | -1/+2 |
| | | |||||
| * | Adding styles default | Jabiertxof | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | Initial code to fix | Jabiertxof | 2019-07-08 | 1 | -2/+1 |
| | | |||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 1 | -1/+4 |
| | | |||||
| * | Improving styling | Jabiertxof | 2019-06-18 | 1 | -7/+7 |
| | | |||||
| * | Fix compiling issues | Jabiertxof | 2019-06-18 | 1 | -1/+1 |
| | | |||||
| * | Base of theming refactor | Jabiertxof | 2019-06-18 | 1 | -1/+2 |
| | | |||||
| * | Remove _argv0 from Inkscape::Application | Patrick Storz | 2019-06-07 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | Currently it was only used as the least preferred (and therefore effectively unused) location where to store the crash backup. However it wasn't set properly since 408cb49b5559a81ea803df64bf58457a5dd4bf16 causing assertion errors while crashing. On top of that argv0 is not a reliable way to determine the path to the currently running executable anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/176 | ||||
| * | Fix commandline page selection page selection and allow to select poppler in cmd | Marc Jeanmougin | 2019-04-24 | 1 | -0/+8 |
| | | |||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 1 | -1/+1 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | ||||
| * | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -1/+1 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -3/+2 |
| | | |||||
| * | Add command-line option to select PDF page | Joe Rabinoff | 2018-06-19 | 1 | -0/+8 |
| | | | | | | | The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -3/+0 |
| | | | | | get_filename methods | ||||
| * | Move some main functions to Application class | Alex Valavanis | 2016-08-09 | 1 | -0/+3 |
| | | | | (bzr r15048) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -14/+13 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | Move constructor/destructor into private section, remove protected section. ↵ | Liam P. White | 2014-06-27 | 1 | -7/+6 |
| | | | | | | Rename init(). Add to-do list. (bzr r13341.5.8) | ||||
| * | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -54/+53 |
| | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -14/+22 |
| | | | | (bzr r13341.5.3) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -80/+180 |
| | | | | (bzr r13341.5.1) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -2/+11 |
| | | | | (bzr r12782) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | (bzr r11608.1.111) | ||||
| * | Further renaming of DBus variables (object -> app_interface/doc_interface | Eric Greveson | 2013-07-04 | 1 | -0/+10 |
| | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8) | ||||
| * | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 1 | -0/+11 |
| | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -3/+3 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Stop background rendering once crash handler is triggered. | Jon A. Cruz | 2010-12-06 | 1 | -0/+2 |
| | | | | (bzr r9940) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -0/+1 |
| | | | | (bzr r9828) | ||||
| * | Made public some functions so they could be used by the DBus code. Similar ↵ | Soren Berg | 2009-07-12 | 1 | -0/+3 |
| | | | | | | functions were already public so I think it's okay. (bzr r8254.1.7) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -1/+0 |
| | | | | (bzr r6885) | ||||
| * | Committing fixed patch for autosave. Fixes bug #171092. | Jon A. Cruz | 2008-06-12 | 1 | -0/+2 |
| | | | | (bzr r5898) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | added inkscape_get_all_desktops() after speaking with Dale about his plans ↵ | David Yip | 2006-07-15 | 1 | -0/+3 |
| | | | | | | | | | for Inkboard UI Dale's interested in allowing users to share any document that they might have open, not just new, blank documents. His plan for implementing this is to provide a "share this document" menu. (bzr r1420) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -6/+10 |
| | | | | (bzr r16) | ||||
