summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/whiteboard-sharewithchat.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-164/+0
(bzr r10346)
2008-10-27From trunkTed Gould1-11/+13
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-14/+22
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)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-2/+2
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2006-05-10Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey1-1/+1
lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
2006-05-08Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey1-0/+7
Botty) (bzr r773)