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