| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 1 | -495/+0 |
| | | |||||
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 1 | -412/+185 |
| | | |||||
| * | EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵ | Alexander Valavanis | 2018-11-25 | 1 | -10/+8 |
| | | | | | GObject conventions | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+1 |
| | | | | | | | - 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 | -3/+0 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | fix none color in palettes with scrollbars | Tobias Ellinghaus | 2016-11-02 | 1 | -22/+14 |
| | | | | (bzr r15201) | ||||
| * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -147/+1 |
| | | | | (bzr r15023.2.8) | ||||
| * | Latest gtk3 cleanup | Martin Owens | 2016-04-12 | 1 | -8/+21 |
| | | | | (bzr r14791) | ||||
| * | Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8) | Martin Owens | 2016-04-12 | 1 | -2/+3 |
| | | | | (bzr r14788) | ||||
| * | eek-preview: Hide unused variable in gtk3 build | Alex Valavanis | 2013-10-15 | 1 | -1/+3 |
| | | | | (bzr r12691) | ||||
| * | Cleanup EekPreview widget implementation: | Alex Valavanis | 2013-01-16 | 1 | -432/+416 |
| | | | | | | | | | * Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -16/+0 |
| | | | | (bzr r12014) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -7/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | Fix C++11 narrowing conversion errors | Alex Valavanis | 2012-10-27 | 1 | -3/+8 |
| | | | | (bzr r11834) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | (bzr r11736) | ||||
| * | Fix for 1046740 : middle click on palette to set stroke colour | John Smith | 2012-09-28 | 1 | -3/+6 |
| | | | | (bzr r11710) | ||||
| * | Fix for 171177 : Border in palette swatches | John Smith | 2012-09-27 | 1 | -42/+68 |
| | | | | (bzr r11706) | ||||
| * | Migrate some widgets to GtkStyleContext | Alex Valavanis | 2012-06-24 | 1 | -44/+29 |
| | | | | (bzr r11513) | ||||
| * | Unified variable names as scoping now makes the code safe. | Jon A. Cruz | 2012-05-09 | 1 | -7/+7 |
| | | | | | | (merge of local fix) (bzr r11349) | ||||
| * | Fix drawing of eek-preview in GTK+3 | Alex Valavanis | 2012-05-08 | 1 | -68/+139 |
| | | | | (bzr r11348) | ||||
| * | Fixed conditional code to avoid unused function warnings. | Jon A. Cruz | 2012-04-18 | 1 | -0/+2 |
| | | | | (bzr r11262) | ||||
| * | Work around for some missing glibmm headers in gtkmm (should be fixed in ↵ | Alex Valavanis | 2012-04-17 | 1 | -0/+19 |
| | | | | | | gtkmm 3.4) (bzr r11261) | ||||
| * | Fix build with gtk < 2.24 | Alex Valavanis | 2012-04-04 | 1 | -3/+9 |
| | | | | (bzr r11145) | ||||
| * | eek-preview: Cairo drawing | Alex Valavanis | 2012-04-03 | 1 | -13/+20 |
| | | | | (bzr r11142) | ||||
| * | More GSEAL fixes | Alex Valavanis | 2012-01-05 | 1 | -19/+27 |
| | | | | (bzr r10845) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 1 | -4/+0 |
| | | | | (bzr r10692) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -5/+5 |
| | | | | (bzr r10302.1.2) | ||||
| * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -2/+2 |
| | | | | (bzr r10277.1.1) | ||||
| * | 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) | ||||
| * | Switch to widget state for painting | Jon A. Cruz | 2009-03-23 | 1 | -2/+2 |
| | | | | (bzr r7547) | ||||
| * | Additional state indicators. | Jon A. Cruz | 2009-03-23 | 1 | -16/+54 |
| | | | | (bzr r7546) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -0/+736 |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
