| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-24 | 1 | -66/+66 | |
| | | | | (bzr r6878) | |||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -5/+4 | |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | |||||
| * | Fixes for missing icons and icon size issues. | Jon A. Cruz | 2008-09-21 | 1 | -32/+52 | |
| | | | | (bzr r6859) | |||||
| * | release reprs properly | bulia byak | 2008-09-20 | 1 | -0/+3 | |
| | | | | (bzr r6855) | |||||
| * | transform modes for tweak tool | bulia byak | 2008-09-19 | 1 | -15/+43 | |
| | | | | (bzr r6843) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 3 | -9/+10 | |
| | | | | (bzr r6839) | |||||
| * | Fix prerender shortcut by size. Fixes bug #262916. | Jon A. Cruz | 2008-09-18 | 1 | -5/+11 | |
| | | | | (bzr r6834) | |||||
| * | Fix some bugs introduced by the preferences rewrite. | Krzysztof Kosi??ski | 2008-09-16 | 1 | -1/+1 | |
| | | | | (bzr r6826) | |||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 2 | -225/+282 | |
| | | | | | | | | | 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) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-09-14 | 1 | -15/+13 | |
| | | | | (bzr r6809) | |||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 | |
| | | | | (bzr r6793) | |||||
| * | Make tooltip reflect the correct range for calligraphy angle fixation | Maximilian Albert | 2008-09-11 | 1 | -1/+1 | |
| | | | | (bzr r6792) | |||||
| * | add missing #include for gtk version check | Maximilian Albert | 2008-09-08 | 1 | -0/+1 | |
| | | | | (bzr r6783) | |||||
| * | add version check for new api | Bob Jamison | 2008-09-08 | 1 | -1/+4 | |
| | | | | (bzr r6782) | |||||
| * | Warning cleanup | Maximilian Albert | 2008-09-08 | 1 | -1/+0 | |
| | | | | (bzr r6780) | |||||
| * | Attempt to fix the 245 floor / 255 page size adjustment problem. | Bob Jamison | 2008-09-08 | 1 | -2/+5 | |
| | | | | (bzr r6777) | |||||
| * | Change includes for gtk.h/gtkclist.h slightly | Bob Jamison | 2008-09-06 | 1 | -1/+1 | |
| | | | | (bzr r6769) | |||||
| * | Cleanup of named icon background rendering and added pref for workaround | Jon A. Cruz | 2008-08-25 | 1 | -24/+63 | |
| | | | | (bzr r6715) | |||||
| * | Deactivate unit selector when measuring info is off | Maximilian Albert | 2008-08-19 | 1 | -3/+7 | |
| | | | | (bzr r6702) | |||||
| * | Add convenience button to open LPE dialog (e.g., to adapt construction ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+25 | |
| | | | | | | parameters numerically) (bzr r6700) | |||||
| * | Option to display measuring info in geometry tool | Maximilian Albert | 2008-08-18 | 1 | -21/+95 | |
| | | | | (bzr r6697) | |||||
| * | Fix end type combo box | Maximilian Albert | 2008-08-18 | 1 | -4/+4 | |
| | | | | (bzr r6696) | |||||
| * | Temporarily hide icon for geometry tool | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | (bzr r6692) | |||||
| * | Remove debugging messages | Maximilian Albert | 2008-08-18 | 1 | -18/+1 | |
| | | | | (bzr r6689) | |||||
| * | Check whether we are really in LPEToolContext in ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+4 | |
| | | | | | | sp_lpetool_toolbox_sel_changed() (bzr r6688) | |||||
| * | noop: reorder options for lpe-line-segment | Maximilian Albert | 2008-08-18 | 1 | -2/+2 | |
| | | | | (bzr r6686) | |||||
| * | Toggle button in geometry toolbar to set limiting bounding box for ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+42 | |
| | | | | | | LPELineSegment (bzr r6685) | |||||
| * | Some debugging messages | Maximilian Albert | 2008-08-18 | 1 | -1/+15 | |
| | | | | (bzr r6684) | |||||
| * | Add action to change the end type of line segments if an item has ↵ | Maximilian Albert | 2008-08-18 | 1 | -53/+71 | |
| | | | | | | LPELineSegment applied; this is for demonstration purposes because later it would be nice if we could change widgets interactively. (bzr r6683) | |||||
| * | Apply a geometric construction directly to selected item if the LPE supports it | Maximilian Albert | 2008-08-18 | 1 | -6/+21 | |
| | | | | (bzr r6678) | |||||
| * | noop: wording | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | (bzr r6676) | |||||
| * | Absorb all mouse clicks (and flash a warning on the status bar) when no ↵ | Maximilian Albert | 2008-08-18 | 1 | -19/+10 | |
| | | | | | | subtool is activated (bzr r6675) | |||||
| * | Switch back to all_inactive mode after applying a geometric LPE | Maximilian Albert | 2008-08-18 | 1 | -0/+1 | |
| | | | | (bzr r6674) | |||||
| * | Add button whether to display limiting bounding box; add 'all inactive' ↵ | Maximilian Albert | 2008-08-18 | 1 | -3/+39 | |
| | | | | | | toggle button as a workaround that not all toggle buttons can be inactive in an EgeSelectOneAction (bzr r6673) | |||||
| * | Better position for Geometry tool in toolbox | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | (bzr r6666) | |||||
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 1 | -1/+4 | |
| | | | | (bzr r6661) | |||||
| * | Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656) | |||||
| * | At the moment mouse click starts waiting for the activated LPE and nothing ↵ | Maximilian Albert | 2008-08-18 | 1 | -9/+6 | |
| | | | | | | else (editing is not possible; no toolbar controls yet) (bzr r6654) | |||||
| * | Add lpe-line_segment to LPETool toolbar | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | (bzr r6653) | |||||
| * | Make number of subtools configurable | Maximilian Albert | 2008-08-18 | 1 | -8/+11 | |
| | | | | (bzr r6652) | |||||
| * | Make sp_lpetool_mode_changed() generic, i.e., read the activated subtool ↵ | Maximilian Albert | 2008-08-18 | 1 | -21/+15 | |
| | | | | | | from the given list (bzr r6651) | |||||
| * | Remove commented code | Maximilian Albert | 2008-08-18 | 1 | -13/+0 | |
| | | | | (bzr r6650) | |||||
| * | Allow more than two options to choose from | Maximilian Albert | 2008-08-18 | 1 | -2/+3 | |
| | | | | (bzr r6649) | |||||
