| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-19 | icons: replace deprecated gtk stock icons | Patrick Storz | 1 | -2/+1 | |
| They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335 | |||||
| 2019-07-17 | Stop End button selecting first swatch in list | Nathan Lee | 1 | -8/+32 | |
| Fix gitlab.com/inkscape/inbox/issues/659 | |||||
| 2019-07-15 | Override navigation in swatch/gradient list | Nathan Lee | 1 | -0/+62 | |
| Fix gitlab.com/inkscape/inkscape/issues/237 | |||||
| 2019-03-06 | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This makes the code a lot less readable and greppable for no reason. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -16/+16 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -1/+1 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 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-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -1/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -17/+17 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -10/+11 | |
| A lot of header clean-up. | |||||
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -2/+1 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -12/+1 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+4 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+1 | |
| (bzr r15025) | |||||
| 2015-12-27 | Remove superfluous glibmm/threads.h checks | Alex Valavanis | 1 | -4/+0 | |
| (bzr r14553) | |||||
| 2015-12-27 | Revert Pango/Harfbuzz fixes. Needs work | Alex Valavanis | 1 | -0/+4 | |
| (bzr r14552) | |||||
| 2015-12-27 | Remove superfluous glibmm/threads.h checks | Alex Valavanis | 1 | -4/+0 | |
| (bzr r14550) | |||||
| 2015-09-05 | Attempt to fix 1417173 (undo duplicate gradient crash) | Marc Jeanmougin | 1 | -10/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1417173 (bzr r14345) | |||||
| 2015-02-22 | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 1 | -22/+15 | |
| (bzr r13936) | |||||
| 2014-08-30 | Reduce header bloat | Alex Valavanis | 1 | -1/+3 | |
| (bzr r13341.1.184) | |||||
| 2014-08-23 | gradient-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 1 | -32/+12 | |
| (bzr r13341.1.152) | |||||
| 2014-08-10 | Add meshes to Fill&Stroke paint selector | Liam P. White | 1 | -3/+3 | |
| (bzr r13341.1.128) | |||||
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -3/+20 | |
| (bzr r12868) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -1/+2 | |
| Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -3/+1 | |
| (bzr r12014) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -8/+8 | |
| christmas\!) (bzr r11986) | |||||
| 2012-11-29 | Fix for 171466 : F/S set swatch preview column name | John Smith | 1 | -0/+5 | |
| (bzr r11912) | |||||
| 2012-11-28 | Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵ | John Smith | 1 | -1/+69 | |
| never go away (bzr r11911) | |||||
| 2012-11-11 | Replace remaining C-style pointer casts for src/widgets | Alex Valavanis | 1 | -7/+4 | |
| (bzr r11868) | |||||
| 2012-10-28 | Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵ | John Smith | 1 | -0/+3 | |
| Fill&Stroke - Focus fix (bzr r11842) | |||||
| 2012-10-24 | Fix for 1067819 : Changing gradient name does not dirty the document (trunk) | John Smith | 1 | -3/+6 | |
| (bzr r11825) | |||||
| 2012-10-22 | Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵ | John Smith | 1 | -0/+8 | |
| Fill&Stroke (trunk) (bzr r11819) | |||||
| 2012-10-07 | i18n. Adding gradient selector widget labels. | Nicolas Dufour | 1 | -2/+2 | |
| (bzr r11745) | |||||
| 2012-09-25 | Fix for 293358 : Reduce width of Fill Stroke dialog | John Smith | 1 | -1/+1 | |
| (bzr r11702) | |||||
| 2012-07-01 | Fix for 950677 : Retire legacy gradient editor | John Smith | 1 | -1/+1 | |
| (bzr r11519) | |||||
| 2012-06-26 | Fix for 722017 : Better Gradient Window | John Smith | 1 | -84/+209 | |
| (bzr r11515) | |||||
| 2012-05-18 | More GtkObject fixes | Alex Valavanis | 1 | -10/+7 | |
| (bzr r11382) | |||||
| 2012-04-10 | Replace remaining gtk_hbox_new usage | Alex Valavanis | 1 | -0/+10 | |
| (bzr r11204) | |||||
| 2012-03-07 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11052) | |||||
| 2012-02-11 | Get rid of deprecated gtk_marshal_* and some old GtkComboBox API | Alex Valavanis | 1 | -4/+4 | |
| (bzr r10959) | |||||
| 2011-12-14 | Migrate gradient selector to GtkComboBox | Alex Valavanis | 1 | -28/+23 | |
| (bzr r10769) | |||||
| 2011-07-03 | GTK+ cleanup: gtk_type_class | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10407) | |||||
| 2011-07-02 | GTK+ cleaning: gtk_type_new | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10390.1.3) | |||||
| 2011-06-26 | Gtk cleanup: gtk_menu_append | Alex Valavanis | 1 | -3/+3 | |
| (bzr r10350.1.7) | |||||
| 2011-06-13 | Replace deprecated GtkSignal | Alex Valavanis | 1 | -20/+24 | |
| (bzr r10282.1.1) | |||||
