summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-1/+1
* implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner2012-02-041-1/+6
* Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
* Fix missing header in units.cppAlex Valavanis2012-01-221-1/+4
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+3
* Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-7/+17
* Replace deprecated gtk_widget_hide_allAlex Valavanis2011-12-141-18/+18
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-7/+3
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+0
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-2/+2
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+1
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-6/+6
* Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski2011-07-141-9/+5
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-4/+4
|\
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-4/+4
* | Merge from trunkKrzysztof Kosi??ski2011-07-061-11/+11
|\|
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| * Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what l...Gellule Xg2011-06-281-1/+1
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-7/+7
| * Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| * Switch to GObjectAlex Valavanis2011-06-241-1/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-3/+4
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-2/+2
|/
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-8/+8
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-3/+3
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-3/+3
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-12/+9
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+3
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+19
* remove wrong format indication in lossy format warning (was always org.inksca...Thomas Holder2011-03-131-3/+2
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-10/+22
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-0/+18
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-18/+18
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-5/+5
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-7/+7
* | Fix for bug #362995 (Default Units in Document Properties ignored).Nicolas Dufour2010-09-241-2/+37
|/
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-3/+3
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+4
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-4/+4
* disable softproofing if no get display id ONLY if source profile is to be tak...buliabyak2010-01-211-3/+10
* Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-0/+1
* Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-7/+47
* Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-1/+7
* Leverage recent toolbox c++-ification work to move the snap toolbar to the si...Jon A. Cruz2010-01-091-1/+2
* Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-7/+7
* C++-ification pass.Jon A. Cruz2010-01-081-47/+48