summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup on id access.Jon A. Cruz2010-03-021-3/+3
| | | (bzr r9127)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+2
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* recent files: show tooltips with uri, hide local files which are missing or ↵buliabyak2009-12-011-0/+3
| | | | | unaccessible (bzr r8853)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-281-5/+49
| | | (bzr r8354)
* When closing a window and while asking whether to save, Inkscape should not ↵Diederik van Lierop2009-06-061-7/+16
| | | | | be mislead by changing focus to another document (fixes bug #381357) (bzr r8013)
* Also store the window's geometry when saving through the data-loss warning ↵Diederik van Lierop2009-05-251-2/+0
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* Inkscape should not discard negative window positions. For example, a ↵Diederik van Lierop2009-05-231-6/+4
| | | | | maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422) (bzr r7924)
* remove temporary prefs hackThomas Holder2009-05-171-7/+3
| | | (bzr r7895)
* 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)