summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-26Use accessor function for private label in message dialogAlex Valavanis1-4/+18
2012-05-24Don't use extension events API in GTK+3 buildsAlex Valavanis1-0/+6
2012-05-22More GTK+ 3 fixes for desktop-widgetAlex Valavanis1-6/+0
2012-05-18More GtkObject fixesAlex Valavanis1-7/+6
2012-05-06Merge more ruler codeAlex Valavanis1-14/+14
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-2/+15
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-2/+10
2012-04-23Get rid of GtkObject in toolboxAlex Valavanis1-1/+1
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+10
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-1/+1
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+16
2012-04-09Replace deprecated gdk_window_get_pointerAlex Valavanis1-1/+8
2012-03-07UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour1-6/+11
2012-03-05UI. Fix for Bug #668991 (Poor wording in data-loss prompt).Nicolas Dufour1-1/+1
2012-02-26Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis1-12/+12
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+5
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+4
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-19/+19
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-08Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler1-4/+0
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-02-04implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner1-1/+6
2012-01-23Revert accidental commit in desktop-widget.cppAlex Valavanis1-4/+1
2012-01-22Fix missing header in units.cppAlex Valavanis1-1/+4
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+3
2012-01-11Desktop-widget GSEAL fixesAlex Valavanis1-34/+46
2012-01-07Warning and uninitialized data cleanup.Jon A. Cruz1-7/+17
2011-12-14Replace deprecated gtk_widget_hide_allAlex Valavanis1-18/+18
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-7/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+0
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+2
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-3/+1
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-6/+6
2011-07-14Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski1-9/+5
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-4/+4
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-06-28Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what l...Gellule Xg1-1/+1
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-7/+7
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-3/+4
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-2/+2
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-8/+8
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-3/+3
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-3/+3
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-12/+9
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-3/+3
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+19