summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-03-13remove wrong format indication in lossy format warning (was always org.inksca...Thomas Holder1-3/+2
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-10/+22
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-12-18Prune initial timer work.Jon A. Cruz1-27/+0
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz1-0/+18
2010-12-17Simple first pass for rough timingJon A. Cruz1-0/+49
2010-09-24Fix for bug #362995 (Default Units in Document Properties ignored).Nicolas Dufour1-2/+37
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7
2010-06-16Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz1-3/+3
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-4/+4
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-4/+4
2010-01-21disable softproofing if no get display id ONLY if source profile is to be tak...buliabyak1-3/+10
2010-01-12Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz1-0/+1
2010-01-11Implemented dynamic repositioning of toolboxes.Jon A. Cruz1-7/+47
2010-01-10Completed base code to flip toolbox orientation.Jon A. Cruz1-1/+7
2010-01-09Leverage recent toolbox c++-ification work to move the snap toolbar to the si...Jon A. Cruz1-1/+2
2010-01-09Initial c++-ification of toolbox creation.Jon A. Cruz1-7/+7
2010-01-08C++-ification pass.Jon A. Cruz1-47/+48
2010-01-07Added UXManager. Cleaning up toolbox creation.Jon A. Cruz1-4/+11
2009-12-11- new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches1-0/+8
2009-10-25remove registerEditWidget, move this to SPDesktop::init instead; a noop chang...bulia byak1-2/+1
2009-10-03Patch by Max for 264709.Josh Andler1-3/+11
2009-08-17fix ctrl+arrow keys not working after startupbulia byak1-0/+2
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-08-02remember sticky_zoom toggle button stateThomas Holder1-1/+12
2009-07-18Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour1-3/+3
2009-05-25Also store the window's geometry when saving through the data-loss warning di...Diederik van Lierop1-0/+1
2009-05-16use area ratio instead of diagonal ratio for "Zoom when window is resized"Thomas Holder1-3/+1
2009-05-16fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651)Thomas Holder1-3/+1
2009-03-23blurry zoom magnifying glass icon in left side toolbox fixed by changing zoom...Ed Halley1-1/+1
2009-03-17Initial read-only generation of per-document paletteJon A. Cruz1-6/+7