Remove sp_desktop_document and finish cleanup of desktop-handles.h
Update to experimental r13565
Update to experimental r13543
Remove misleading dialogs directory
ColorNotebook is Gtk::Widget and uses ColorSelector
moved ColorNotebook to ui/widget
using SelectedColor in ColorPicker
Drop deprecated get_vbox method in Gtk::Dialog
cppcheck: Simple fixes for src/ui/widget
Clean up all remaining false warnings from Gtkmm
Header cleaning
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Cleanup GSEAL issues and deprecated GtkTooltips
Fixing more broken and split doc comments.
Doxygen cleanup.
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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.
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods
C++-ification of paint selector.
Refactoring SPColor to C++ and removing legacy CMYK implementation
transientize the color picker window (it's a bare Gtk::Dialog so it requires a special treatment)
patch from Gustav Broberg: undo annotations and history dialog
guard callback, catch release event, set _rgba: fixes #1491876, #1492332
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions.
more g++ 4.1 fixes (by inkblotter)
Fix bug with invalid singleton pointer. If we want a single dialog displayed, we can do it a safer way. (Callbacks in document-properties.cpp)
moving trunk for module inkscape