summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* consistent capitalizationbulia byak2009-03-241-1/+1
| | | (bzr r7555)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-4/+4
| | | (bzr r7528)
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-181-3/+26
| | | (bzr r7518)
* Whitespace cleanupJon A. Cruz2009-03-181-14/+14
| | | (bzr r7517)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-56/+75
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-2/+1
| | | (bzr r7433)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-1/+4
| | | (bzr r7422)
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-031-1/+65
| | | (bzr r7402)
* Use g_base64_encode_step when importing images via drag and drop.Krzysztof Kosi??ski2009-02-221-34/+20
| | | | | Fix linking during make check. (bzr r7344)
* Make the recent menu react to changes in max recent documents preference Krzysztof Kosi??ski2009-02-091-0/+21
| | | | | immediately rather than after a restart. (bzr r7256)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-15/+17
| | | (bzr r7107)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-6/+6
| | | (bzr r7032)
* Merge from fe-movedTed Gould2008-11-211-2/+3
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-61/+66
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-2/+2
| | | (bzr r6836)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* rearrange to fix the first keypress event being lost with ↵bulia byak2008-07-191-4/+4
| | | | | options.savewindowgeometry == 2 (bzr r6356)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* remove warningsBob Jamison2008-05-131-7/+7
| | | (bzr r5667)
* Removed outdated default size settingJon A. Cruz2008-05-131-3/+0
| | | (bzr r5664)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
| | | (bzr r5149)
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵JiHO2008-01-101-0/+13
| | | | | X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X. (bzr r4454)
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-201-3/+4
| | | (bzr r4266)
* warning cleanupJon A. Cruz2007-11-021-25/+25
| | | (bzr r4012)
* Hooks for visual feedback during drag-n-dropJon A. Cruz2007-10-171-0/+46
| | | (bzr r3922)
* drop color on gr-drag firstbulia byak2007-10-161-38/+59
| | | (bzr r3909)
* implement dropping color onto strokebulia byak2007-10-131-4/+34
| | | (bzr r3900)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-1/+1
| | | (bzr r3791)
* Modification of the parameters/return value of SPDesktop::getToplevelJoel Holdsworth2007-07-281-7/+1
| | | (bzr r3332)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-85/+28
| | | | | they are correctly parented (bzr r3328)
* Fix Bug 1653629 : we can know start inkscape without key fileJean-Ren?? Reinhard2007-07-261-2/+12
| | | (bzr r3310)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-181-16/+115
| | | (bzr r3075)
* Updated overwrite confirmation dialog to be similar to the new stock GTK+ oneJon A. Cruz2007-04-071-39/+26
| | | | | addresses RFE 1692837 (bzr r2831)
* fix annoying superfluous separatorbulia byak2007-04-011-1/+2
| | | (bzr r2807)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-11/+5
| | | (bzr r2723)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
| | | (bzr r2720)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-2/+5
| | | | | recent bbox regressions. (bzr r2604)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-1/+1
| | | (bzr r2461)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+3
| | | | | create methods to match DOM (bzr r2253)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* fix 1574873bulia byak2006-10-241-1/+1
| | | (bzr r1858)
* undo annotationsbulia byak2006-10-051-4/+4
| | | (bzr r1768)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* insert SPDesktopWidget directly into the window, without a boxbulia byak2006-08-181-11/+3
| | | (bzr r1612)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+14
| | | (bzr r1379)