| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 2006-08-20 | 1 | -22/+51 | |
| | | | | | | Comments added/fixed. (bzr r1622) | |||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 1 | -41/+51 | |
| | | | | | | Fixed sp-object-repr.cpp typos (bzr r1598) | |||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -0/+143 | |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | |||||
| * | switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTable | MenTaLguY | 2006-07-28 | 2 | -19/+40 | |
| | | | | (bzr r1497) | |||||
| * | switch to sigc++ "release" | MenTaLguY | 2006-07-27 | 1 | -4/+11 | |
| | | | | (bzr r1489) | |||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -0/+2 | |
| | | | | (bzr r1430) | |||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 3 | -1622/+0 | |
| | | | | (bzr r1398) | |||||
| * | another attempt at #1502439, another example of ignoring NULL removed | Ralf Stephan | 2006-07-10 | 1 | -1/+4 | |
| | | | | (bzr r1392) | |||||
| * | handle NULL return value, fixes crash when opening filechooser dialog (#1502439) | Ralf Stephan | 2006-07-08 | 1 | -2/+5 | |
| | | | | (bzr r1377) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 13 | -49/+98 | |
| | | | | (bzr r1315) | |||||
| * | apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") | Ralf Stephan | 2006-06-22 | 1 | -1/+1 | |
| | | | | (bzr r1262) | |||||
| * | #include "config.h" too | Ralf Stephan | 2006-06-19 | 1 | -0/+2 | |
| | | | | (bzr r1230) | |||||
| * | enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H | Ralf Stephan | 2006-06-19 | 1 | -0/+2 | |
| | | | | (bzr r1228) | |||||
| * | Allow "new layer" action when no layer selected | Jon A. Cruz | 2006-06-05 | 1 | -3/+7 | |
| | | | | (bzr r1159) | |||||
| * | comment cleanup | Jon A. Cruz | 2006-06-05 | 1 | -2/+2 | |
| | | | | (bzr r1157) | |||||
| * | Fixing crash on layer delete undo | Jon A. Cruz | 2006-06-05 | 2 | -3/+8 | |
| | | | | (bzr r1156) | |||||
| * | Added opacity slider | Jon A. Cruz | 2006-06-01 | 2 | -0/+67 | |
| | | | | (bzr r1120) | |||||
| * | remove deprecation warnings | Bob Jamison | 2006-06-01 | 1 | -2/+2 | |
| | | | | (bzr r1113) | |||||
| * | remove deprecation warnings | Bob Jamison | 2006-06-01 | 1 | -13/+20 | |
| | | | | (bzr r1112) | |||||
| * | workaround assertion upon file revert | Jon A. Cruz | 2006-05-29 | 1 | -6/+9 | |
| | | | | (bzr r1064) | |||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 3 | -4/+7 | |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | |||||
| * | Option to keep selection when changing layers | Jon A. Cruz | 2006-05-28 | 1 | -8/+2 | |
| | | | | (bzr r1037) | |||||
| * | clicking toggles doesn't change selected layer. | Jon A. Cruz | 2006-05-28 | 2 | -1/+87 | |
| | | | | (bzr r1036) | |||||
| * | make button labels translatable, and use HButtonBox versus HBox for better ↵ | MenTaLguY | 2006-05-27 | 2 | -17/+22 | |
| | | | | | | appearance (bzr r1025) | |||||
| * | Prevent layer name duplication | Jon A. Cruz | 2006-05-27 | 2 | -5/+6 | |
| | | | | (bzr r1024) | |||||
| * | patch from bug 1495755 | bulia byak | 2006-05-27 | 1 | -0/+3 | |
| | | | | (bzr r1023) | |||||
| * | Clear old selection when changing layer | Jon A. Cruz | 2006-05-26 | 1 | -1/+7 | |
| | | | | (bzr r1022) | |||||
| * | Fix compile warning | Jon A. Cruz | 2006-05-26 | 1 | -1/+1 | |
| | | | | (bzr r1021) | |||||
| * | Flipped LCMS on | Jon A. Cruz | 2006-05-23 | 1 | -4/+6 | |
| | | | | (bzr r981) | |||||
| * | Panel refactoring | Jon A. Cruz | 2006-05-23 | 3 | -5/+35 | |
| | | | | (bzr r976) | |||||
| * | Removed panel menu unless requested. Fixes bug #1492597 | Jon A. Cruz | 2006-05-22 | 1 | -1/+1 | |
| | | | | (bzr r940) | |||||
| * | * Make sure we don't read on NULL pointer instead of gobject instance in ↵ | Milosz Derezynski | 2006-05-22 | 1 | -0/+1 | |
| | | | | | | text-edit.cpp:*_set_insensitive() (bzr r938) | |||||
| * | call GC::request_early_collection() after switching preview images | MenTaLguY | 2006-05-21 | 1 | -2/+5 | |
| | | | | (bzr r923) | |||||
| * | Adding notification when managed layers change. | Jon A. Cruz | 2006-05-21 | 2 | -6/+30 | |
| | | | | (bzr r917) | |||||
| * | * Set default font widget insensitive only if exists | Milosz Derezynski | 2006-05-20 | 1 | -2/+3 | |
| | | | | (bzr r904) | |||||
| * | Changled dialog from checkboxes to icons for visible and locked. | Jon A. Cruz | 2006-05-20 | 1 | -14/+102 | |
| | | | | (bzr r903) | |||||
| * | * Don't block when setting a font trough the GtkEntry | Milosz Derezynski | 2006-05-20 | 2 | -3/+8 | |
| | | | | (bzr r902) | |||||
| * | replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, ↵ | Ralf Stephan | 2006-05-19 | 1 | -1/+1 | |
| | | | | | | fixes #1489610 (bzr r894) | |||||
| * | Selection and event handling cleanup. Added deeper display. | Jon A. Cruz | 2006-05-19 | 2 | -92/+139 | |
| | | | | (bzr r892) | |||||
| * | stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵ | Jon A. Cruz | 2006-05-18 | 2 | -10/+148 | |
| | | | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873) | |||||
| * | Fixed localization for metadata license selector. | Kees Cook | 2006-05-18 | 1 | -10/+10 | |
| | | | | (bzr r870) | |||||
| * | * First implementation step of the text toolbox | Milosz Derezynski | 2006-05-18 | 1 | -10/+0 | |
| | | | | (bzr r868) | |||||
| * | * Fix build for gcc 4.x (Remove additional class name qualifier inside class ↵ | Milosz Derezynski | 2006-05-17 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | definition): src/removeoverlap/constraint.h src/removeoverlap/variable.h * Add font-lister.h/font-lister.cpp: src/libnrtype/Makefile_insert src/libnrtype/font-lister.cpp src/libnrtype/font-lister.h * Modify dialog slightly in appearance (shadow for GtkScrolledWindow): src/dialogs/text-edit.cpp (bzr r866) | |||||
| * | Flipped top/bottom in layers UI to reflect visible stacking. | Jon A. Cruz | 2006-05-17 | 1 | -2/+2 | |
| | | | | (bzr r862) | |||||
| * | Switched icons to stock generic. | Jon A. Cruz | 2006-05-17 | 2 | -9/+20 | |
| | | | | (bzr r860) | |||||
| * | * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche. | mjwybrow | 2006-05-17 | 1 | -1/+1 | |
| | | | | (bzr r859) | |||||
| * | Base implementation of a layers dialog. | Jon A. Cruz | 2006-05-15 | 3 | -0/+600 | |
| | | | | (bzr r843) | |||||
| * | partial GTKmmfication and HIGification by Jonathon Jongsma | bulia byak | 2006-05-09 | 2 | -93/+134 | |
| | | | | (bzr r786) | |||||
| * | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 2006-05-02 | 2 | -66/+48 | |
| | | | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | |||||
| * | (bzr r690) | Ted Gould | 2006-05-02 | 2 | -48/+66 | |
| | | ||||||
