| Commit message (Expand) | Author | Files | Lines |
| 2012-03-09 | Fix for 940715 : Convert XML Editor to a dockable dialog | John Smith | 1 | -1724/+0 |
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -2/+1 |
| 2012-02-17 | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 1 | -0/+5 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 |
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -8/+8 |
| 2012-01-02 | Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith. | Nicolas Dufour | 1 | -0/+1 |
| 2011-12-14 | Replace deprecated GtkToolbar API | Alex Valavanis | 1 | -82/+168 |
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -6/+7 |
| 2011-07-15 | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 1 | -20/+20 |
| 2011-06-26 | Gtk cleanup: gtk_signal_connect_while_alive | Alex Valavanis | 1 | -49/+61 |
| 2011-06-23 | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 1 | -1/+1 |
| 2011-06-13 | Replace deprecated GtkSignal | Alex Valavanis | 1 | -19/+19 |
| 2011-06-12 | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 1 | -4/+3 |
| 2011-06-05 | Replace use of deprecated GtkTooltips API | Alex Valavanis | 1 | -14/+8 |
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -1/+1 |
| 2010-12-18 | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 1 | -1/+12 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -12/+12 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -7/+7 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -7/+7 |
| 2009-06-09 | Contextuals splits to differentiate nodes as XML elements from nodes as parts... | Alexandre Prokoudine | 1 | -2/+2 |
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -1/+26 |
| 2009-02-19 | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 1 | -31/+26 |
| 2009-02-08 | gcc warning cleanup: | Felipe Corr??a da Silva Sanches | 1 | -2/+2 |
| 2009-02-08 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -24/+6 |
| 2008-10-31 | Merge from trunk | Ted Gould | 1 | -7/+12 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -10/+12 |
| 2008-09-20 | release reprs properly | bulia byak | 1 | -0/+1 |
| 2008-07-05 | fix 245806 | bulia byak | 1 | -4/+14 |
| 2008-05-08 | merge inline patch from Jimmy | MenTaLguY | 1 | -5/+1 |
| 2008-03-10 | noop: Address a warning. | Peter Moulder | 1 | -1/+1 |
| 2008-03-07 | add basic support for preserving processing instructions in the AST | MenTaLguY | 1 | -2/+2 |
| 2007-11-25 | Warning cleanup | Jon A. Cruz | 1 | -63/+63 |
| 2007-03-20 | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 1 | -1/+1 |
| 2007-01-21 | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 1 | -2/+4 |
| 2006-11-27 | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 1 | -9/+12 |
| 2006-10-10 | undo annotations | bulia byak | 1 | -10/+13 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -6/+6 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -6/+6 |
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -10/+20 |
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 1 | -6/+6 |
| 2006-04-06 | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 1 | -5/+5 |
| 2006-02-24 | make sure only positive dialog positions are read from preferences, fixes #12... | Ralf Stephan | 1 | -0/+4 |
| 2006-02-24 | make sure no negative dialog position is written into preferences, | Ralf Stephan | 1 | -0/+3 |
| 2006-02-05 | enable selecting tspans via xml editor | bulia byak | 1 | -8/+4 |