summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Strip out Pango markup from tooltips (fixes bug #167640)Bryce Harrington2007-12-301-2/+1
| | | (bzr r4339)
* UI tweaks for CMS view toggleJon A. Cruz2007-12-021-6/+28
| | | (bzr r4152)
* Adding icon for color managementJon A. Cruz2007-11-291-1/+1
| | | (bzr r4144)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-261-0/+12
| | | (bzr r4138)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-16/+43
| | | (bzr r4132)
* The dialog to panel refactoring:gustav_b2007-11-221-2/+1
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-16/+159
| | | (bzr r4114)
* add one fractional digit to zooms less than 10%bulia byak2007-11-191-2/+7
| | | (bzr r4113)
* Prevent CMS button from pinning space used by scrollbarsJon A. Cruz2007-11-171-0/+4
| | | (bzr r4100)
* Adding ICC Profiles in X supportJon A. Cruz2007-11-171-29/+49
| | | (bzr r4095)
* Don't force focus on the canvas when the desktop is givengustav_b2007-11-121-4/+1
| | | | | | focus. Instead, focus will be given to the widget in the desktop that had focus the last time. (bzr r4070)
* Add hack to prevent the dock paned from catching F6 and F8 key presses.gustav_b2007-10-091-0/+7
| | | (bzr r3868)
* Dockable dialogs patch applied gustav_b2007-08-291-7/+39
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* make zoom value update immediatebulia byak2007-08-211-0/+3
| | | (bzr r3556)
* fix 1767940bulia byak2007-08-101-40/+14
| | | (bzr r3449)
* add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak2007-08-071-0/+11
| | | (bzr r3408)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-21/+34
| | | | | they are correctly parented (bzr r3328)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-181-12/+83
| | | (bzr r3075)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-2/+3
| | | (bzr r2904)
* Converted select toolbar to stock GTK+Jon A. Cruz2007-04-101-2/+14
| | | (bzr r2846)
* Corrected jumping and alignment of coordinates in status.Jon A. Cruz2007-04-081-50/+53
| | | | | Fixes bug 1696115 (bzr r2832)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
| | | (bzr r2720)
* Merge further bbox workMenTaLguY2007-03-101-5/+3
| | | (bzr r2596)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
| | | | | avoid some copies (bzr r2582)
* (hopefully) fixed build on linux, added missing isnormal.hMarkus Schwarzenberg2007-03-011-0/+3
| | | (bzr r2486)
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-0/+2
| | | (bzr r2485)
* add new message type for urgent immediate statusbar displaybulia byak2007-01-171-0/+7
| | | (bzr r2232)
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-0/+2
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-061-3/+2
| | | | | removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138)
* add (outline) to window title when in outline modebulia byak2006-11-041-2/+11
| | | (bzr r1897)
* disconnect signals on destroyingbulia byak2006-08-181-0/+7
| | | (bzr r1613)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-131-0/+26
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-131-0/+9
| | | (bzr r1595)
* switch to sigc++ SPObject signals for desktop widgetMenTaLguY2006-07-291-5/+13
| | | (bzr r1506)
* Fixed resize handle in corner of main UI.Jon A. Cruz2006-05-261-22/+0
| | | (bzr r1019)
* Panel refactoringJon A. Cruz2006-05-231-1/+1
| | | (bzr r976)
* Putting in smaller icon sizeJon A. Cruz2006-04-071-1/+1
| | | (bzr r455)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
| | | (bzr r439)
* Purging unused variableJon A. Cruz2006-03-241-1/+0
| | | (bzr r278)
* remove the annoying canvas borderbulia byak2006-03-181-3/+1
| | | (bzr r260)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-1/+1
| | | (bzr r158)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-181-0/+1
| | | (bzr r155)
* Reverted Gtk::VPaned to avoid taking up F6 and F8Jon A. Cruz2006-01-281-10/+3
| | | (bzr r40)
* conditionally (Gtk>=2.6) ellipsize status bar textRalf Stephan2006-01-261-0/+3
| | | (bzr r34)
* * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,mjwybrow2006-01-201-0/+5
| | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1270
(bzr r1)