| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | blurry zoom magnifying glass icon in left side toolbox fixed by changing ↵ | Ed Halley | 2009-03-23 | 1 | -1/+1 |
| | | | | | | zoom-when-resizing-window mini-button icon (bzr r7549) | ||||
| * | Switch to widget state for painting | Jon A. Cruz | 2009-03-23 | 1 | -2/+2 |
| | | | | (bzr r7547) | ||||
| * | Additional state indicators. | Jon A. Cruz | 2009-03-23 | 2 | -17/+57 |
| | | | | (bzr r7546) | ||||
| * | fix squashed vruler: add requisition methon | bulia byak | 2009-03-22 | 1 | -1/+10 |
| | | | | (bzr r7543) | ||||
| * | Renamed ColorDef to PaintDef to prep for expanded functionality. | Jon A. Cruz | 2009-03-20 | 3 | -37/+37 |
| | | | | (bzr r7528) | ||||
| * | Rough code to preserve drag-n-drop of solid gradients. | Jon A. Cruz | 2009-03-18 | 1 | -0/+13 |
| | | | | (bzr r7518) | ||||
| * | Initial read-only generation of per-document palette | Jon A. Cruz | 2009-03-17 | 2 | -7/+10 |
| | | | | (bzr r7510) | ||||
| * | Contextual split of a message, updated Russian translation | Alexandre Prokoudine | 2009-03-16 | 1 | -1/+1 |
| | | | | (bzr r7504) | ||||
| * | non-zero page_increment values for sliders (reverts parts of rev 19095) | Thomas Holder | 2009-03-13 | 1 | -10/+10 |
| | | | | (bzr r7477) | ||||
| * | Made text entry handle standard web-hex values. Fixes bug #168121. | Jon A. Cruz | 2009-03-09 | 1 | -4/+22 |
| | | | | (bzr r7457) | ||||
| * | xml tree widget also shows inkscape:label if any | Ed Halley | 2009-03-08 | 1 | -2/+9 |
| | | | | (bzr r7440) | ||||
| * | Reworked internals of color and drag-n-drop. | Jon A. Cruz | 2009-03-08 | 2 | -10/+120 |
| | | | | (bzr r7439) | ||||
| * | Moving dnd data generation into the generic ColorDef class. | Jon A. Cruz | 2009-03-07 | 2 | -0/+41 |
| | | | | (bzr r7433) | ||||
| * | Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196. | Jon A. Cruz | 2009-03-06 | 2 | -3/+3 |
| | | | | (bzr r7429) | ||||
| * | Adding clear-color swatch to complement no-color. | Jon A. Cruz | 2009-03-05 | 2 | -0/+22 |
| | | | | (bzr r7422) | ||||
| * | Add layers dialog to top toolbar. Applies patch from bug #336519. | Jon A. Cruz | 2009-03-05 | 1 | -0/+2 |
| | | | | (bzr r7419) | ||||
| * | Removed boolean "remove" from swatch, used new type enum in ColorDef. | Jon A. Cruz | 2009-03-04 | 2 | -4/+8 |
| | | | | (bzr r7411) | ||||
| * | Added work-around for broken themes that fill in with gtk_paint_border, ↵ | Jon A. Cruz | 2009-02-27 | 2 | -8/+25 |
| | | | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387) | ||||
| * | Several icon name fixes | Krzysztof Kosi??ski | 2009-02-26 | 2 | -3/+4 |
| | | | | (bzr r7373) | ||||
| * | Fix GTK includes in widgets/icon.cpp | Krzysztof Kosi??ski | 2009-02-25 | 1 | -8/+2 |
| | | | | (bzr r7367) | ||||
| * | fix crash when displaying dash selector | bulia byak | 2009-02-23 | 1 | -0/+1 |
| | | | | (bzr r7356) | ||||
| * | Fix snapping when dragging gradients (implement the snap delay, use snap ↵ | Diederik van Lierop | 2009-02-23 | 1 | -2/+2 |
| | | | | | | tolerances from the object snapper) (bzr r7355) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 17 | -932/+4549 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -22/+10 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 5 | -261/+219 |
| | | | | (bzr r7332) | ||||
| * | Zero page size for GTK spinbutton change | Jon A. Cruz | 2009-02-14 | 2 | -2/+2 |
| | | | | (bzr r7295) | ||||
| * | use correct method of accessing top-level window for transientization | bulia byak | 2009-02-14 | 1 | -3/+3 |
| | | | | (bzr r7290) | ||||
| * | Adding explicit parenthesis to remove warnings | Jon A. Cruz | 2009-02-10 | 1 | -1/+1 |
| | | | | (bzr r7261) | ||||
| * | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 2009-02-09 | 6 | -9/+43 |
| | | | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 6 | -16/+16 |
| | | | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | ||||
| * | * src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to ↵ | Milosz Derezynski | 2009-02-06 | 1 | -1/+5 |
| | | | | | | access NULL GtkWidget pointer (bzr r7235) | ||||
| * | Add buttons for snapping to grids and/or guides | Diederik van Lierop | 2009-01-28 | 1 | -7/+49 |
| | | | | (bzr r7200) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -44/+103 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
| * | Snapping cusp nodes: | Diederik van Lierop | 2009-01-13 | 1 | -4/+5 |
| | | | | | | | - rewrite the tooltip - disable the button when snapping to cusp nodes is off (bzr r7125) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+1 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Added a new toolbar with snapping controls | Diederik van Lierop | 2009-01-10 | 5 | -16/+449 |
| | | | | (bzr r7107) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 2 | -1/+2 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -1/+1 |
| | | | | (bzr r7096) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-06 | 1 | -8/+8 |
| | | | | (bzr r6961) | ||||
| * | Warning/type cleanup. | Jon A. Cruz | 2008-12-04 | 5 | -44/+59 |
| | | | | (bzr r6944) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2008-12-04 | 2 | -226/+248 |
| | | | | (bzr r6943) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2008-12-04 | 2 | -787/+796 |
| | | | | (bzr r6942) | ||||
| * | Warning/type cleanup. | Jon A. Cruz | 2008-12-04 | 2 | -17/+45 |
| | | | | (bzr r6941) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2008-12-04 | 1 | -88/+85 |
| | | | | (bzr r6940) | ||||
| * | Ifdef cleanup | Jon A. Cruz | 2008-12-04 | 1 | -5/+3 |
| | | | | (bzr r6939) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 8 | -205/+222 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 11 | -655/+637 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 4 | -29/+39 |
| | | | | (bzr r6884) | ||||
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵ | Ted Gould | 2008-09-25 | 2 | -10/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
