| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate inkview buttons from deprecated GtkTable layout to GtkButtonBox | Alex Valavanis | 2012-12-01 | 1 | -35/+28 |
| | | | | (bzr r11918) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -106/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -17/+126 |
| | | | | (bzr r11250) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+8 |
| | | | | (bzr r11196) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -1/+1 |
| | | | | (bzr r10963) | ||||
| * | Unwanted output in documentation dropped | Kris De Gussem | 2012-02-06 | 1 | -1/+1 |
| | | | | (bzr r10945) | ||||
| * | A few GSEAL issues | Kris De Gussem | 2012-01-11 | 1 | -4/+4 |
| | | | | (bzr r10872) | ||||
| * | 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) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 2011-06-23 | 1 | -1/+0 |
| | | | | (bzr r10350.1.2) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -5/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -2/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+16 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -12/+12 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -7/+7 |
| |/ | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -1/+1 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | Prevent crash due to double delete. Fixes bug #316506. | Jon A. Cruz | 2010-03-06 | 1 | -3/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/316506 (bzr r9157) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -8/+8 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -8/+8 |
| | | | | (bzr r8404) | ||||
| * | Implement warning of prior errors. | Jon A. Cruz | 2009-05-04 | 1 | -1/+1 |
| | | | | (bzr r7817) | ||||
| * | Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵ | Jon A. Cruz | 2009-05-04 | 1 | -1/+0 |
| | | | | | | Fixes bug #367752. (bzr r7816) | ||||
| * | whitespace | Bryce Harrington | 2009-03-12 | 1 | -9/+9 |
| | | | | (bzr r7474) | ||||
| * | Fixes rendering of feImage (using bitmaps) by preventing the error "Unable ↵ | Jasper van de Gronde | 2009-01-10 | 1 | -0/+3 |
| | | | | | | to wrap GdkPixbuf". (bzr r7106) | ||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 1 | -2/+2 |
| | | | | (bzr r6964) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -1/+0 |
| | | | | (bzr r6885) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -2/+2 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -7/+7 |
| | | | | (bzr r6329) | ||||
| * | patch 185522 | bulia byak | 2008-06-12 | 1 | -7/+8 |
| | | | | (bzr r5896) | ||||
| * | KILLING OLD TODO/BUG: remove option that slipped-in without the code. | Jon Phillips | 2008-01-13 | 1 | -3/+0 |
| | | | | (bzr r4474) | ||||
| * | set busy cursor while loading; delete documents on loading new; many other fixes | bulia byak | 2007-03-22 | 1 | -44/+85 |
| | | | | (bzr r2739) | ||||
| * | fix 1630485, add some keys | bulia byak | 2007-01-10 | 1 | -0/+7 |
| | | | | (bzr r2171) | ||||
| * | use atoi for char* -> int conversion | David Yip | 2006-07-15 | 1 | -1/+1 |
| | | | | (bzr r1419) | ||||
| * | add HAVE_GETOPT_H | Bob Jamison | 2006-07-15 | 1 | -0/+4 |
| | | | | (bzr r1417) | ||||
| * | added commandline option ability and got timer ready for doing automatic | Jon Phillips | 2006-07-13 | 1 | -4/+33 |
| | | | | | | slideshows (bzr r1406) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -3/+4 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -3/+3 |
| | | | | (bzr r149) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -30/+30 |
| | | | | (bzr r134) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+491 |
| (bzr r1) | |||||
