summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable softproofing if no get display id ONLY if source profile is to be ↵buliabyak2010-01-211-3/+10
| | | | | taken from display; add statusbar messages; string edit (bzr r9012)
* Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-0/+1
| | | (bzr r8971)
* Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-7/+47
| | | (bzr r8968)
* Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-1/+7
| | | | | Basic integration of task switching control. (bzr r8963)
* Leverage recent toolbox c++-ification work to move the snap toolbar to the ↵Jon A. Cruz2010-01-091-1/+2
| | | | | side with minimal effort. (bzr r8956)
* Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-7/+7
| | | (bzr r8955)
* C++-ification pass.Jon A. Cruz2010-01-081-47/+48
| | | (bzr r8954)
* Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-071-4/+11
| | | (bzr r8951)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+8
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵bulia byak2009-10-251-2/+1
| | | | | change but fixes a weird crash on Windows (bzr r8805)
* Patch by Max for 264709.Josh Andler2009-10-031-3/+11
| | | (bzr r8706)
* fix ctrl+arrow keys not working after startupbulia byak2009-08-171-0/+2
| | | (bzr r8498)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-2/+2
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* remember sticky_zoom toggle button stateThomas Holder2009-08-021-1/+12
| | | | | use short side ratio instead of area ratio for sticky zoom (revise commit 21355) (bzr r8386)
* Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour2009-07-181-3/+3
| | | (bzr r8300)
* Also store the window's geometry when saving through the data-loss warning ↵Diederik van Lierop2009-05-251-0/+1
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* use area ratio instead of diagonal ratio for "Zoom when window is resized"Thomas Holder2009-05-161-3/+1
| | | (bzr r7887)
* fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651)Thomas Holder2009-05-161-3/+1
| | | (bzr r7885)
* blurry zoom magnifying glass icon in left side toolbox fixed by changing ↵Ed Halley2009-03-231-1/+1
| | | | | zoom-when-resizing-window mini-button icon (bzr r7549)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-171-6/+7
| | | (bzr r7510)
* Several icon name fixesKrzysztof Kosi??ski2009-02-261-2/+3
| | | (bzr r7373)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-23/+23
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* use correct method of accessing top-level window for transientizationbulia byak2009-02-141-3/+3
| | | (bzr r7290)
* * src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to ↵Milosz Derezynski2009-02-061-1/+5
| | | | | access NULL GtkWidget pointer (bzr r7235)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+13
| | | (bzr r7107)
* Warning cleanup.Jon A. Cruz2008-12-061-8/+8
| | | (bzr r6961)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-147/+119
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-8/+8
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-9/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-5/+4
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
| | | (bzr r6839)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-53/+56
| | | | | | | | 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)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-44/+44
| | | (bzr r6561)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-031-1/+1
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-1/+2
| | | | | Fixes bug #171824. (bzr r5687)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-171-7/+16
| | | (bzr r5685)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-10/+13
| | | (bzr r5617)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-2/+2
| | | (bzr r5265)
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-091-0/+4
| | | (bzr r5008)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-051-2/+12
| | | (bzr r4662)
* Fix missing ruler and document title updates when a file is opened in an ↵Maximilian Albert2008-02-031-0/+9
| | | | | existing window (bzr r4640)
* Fix for if LCMS is disabled. (LP# 174854)Bryce Harrington2008-01-301-1/+9
| | | (bzr r4622)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-301-3/+19
| | | | | change size (bzr r4621)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-1/+1
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-1/+1
| | | (bzr r4490)
* patch from bug 175398bulia byak2008-01-111-1/+2
| | | (bzr r4455)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-061-2/+5
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)