| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | prevent writing to xml when initializing grid. fixes not working default units. | Johan B. C. Engelen | 2007-12-16 | 2 | -0/+4 | |
| | | | | (bzr r4239) | |||||
| * | add default unit to grid preferences. | Johan B. C. Engelen | 2007-12-16 | 7 | -8/+46 | |
| | | | | (bzr r4238) | |||||
| * | fix possible crash where event_context is destroyed during fill operation ↵ | John Bintz | 2007-12-16 | 1 | -2/+5 | |
| | | | | | | due to tool switch (bzr r4237) | |||||
| * | trying to fix the unset-gradient-on-transform bug | bulia byak | 2007-12-16 | 1 | -1/+1 | |
| | | | | (bzr r4236) | |||||
| * | remove debug | bulia byak | 2007-12-16 | 1 | -1/+0 | |
| | | | | (bzr r4235) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-15 | 7 | -31/+37 | |
| | | | | (bzr r4234) | |||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 8 | -20/+154 | |
| | | | | (bzr r4230) | |||||
| * | update to latest 2geom | Johan B. C. Engelen | 2007-12-14 | 1 | -0/+2 | |
| | | | | (bzr r4229) | |||||
| * | Remove unused function that causes compile error on windows. | Maximilian Albert | 2007-12-13 | 1 | -12/+0 | |
| | | | | (bzr r4228) | |||||
| * | If necessary, split up perspectives when applying transformations to boxes; ↵ | Maximilian Albert | 2007-12-13 | 7 | -18/+73 | |
| | | | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227) | |||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 51 | -3225/+4774 | |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | |||||
| * | libgdl: avoid setting a negative preferred height for dock items, | gustav_b | 2007-12-12 | 1 | -1/+1 | |
| | | | | | | fixes a runtime warning. (bzr r4223) | |||||
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 7 | -8/+46 | |
| | | | | (bzr r4221) | |||||
| * | Fixed the filter effects dialog always displaying all the filter settings by ↵ | Nicholas Bishop | 2007-12-12 | 2 | -1/+9 | |
| | | | | | | overriding the behavior of show_all. (bzr r4220) | |||||
| * | Toggle snapping for each grid individually | Diederik van Lierop | 2007-12-12 | 7 | -15/+43 | |
| | | | | (bzr r4219) | |||||
| * | Do NOT use frames in the snapping tab in the document properties dialog ;-) | Diederik van Lierop | 2007-12-12 | 2 | -41/+19 | |
| | | | | (bzr r4218) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-12 | 3 | -6/+4 | |
| | | | | (bzr r4216) | |||||
| * | Cleaning up tests | Jon A. Cruz | 2007-12-12 | 1 | -9/+9 | |
| | | | | (bzr r4215) | |||||
| * | connected a signal to update the filter primitives list treeview when the ↵ | Felipe Corr??a da Silva Sanches | 2007-12-12 | 1 | -0/+2 | |
| | | | | | | filters dialog is resized (bzr r4214) | |||||
| * | I have added beveled edges to the connections on the filter-effects | Felipe Corr??a da Silva Sanches | 2007-12-11 | 1 | -3/+5 | |
| | | | | | | dialog (bzr r4213) | |||||
| * | Use frames in the snapping tab in the document properties dialog | Diederik van Lierop | 2007-12-11 | 2 | -24/+41 | |
| | | | | (bzr r4210) | |||||
| * | r17230@mini-emma: ted | 2007-12-10 21:02:47 -0800 | Ted Gould | 2007-12-11 | 1 | -3/+3 | |
| | | | | | | Adding in isinf.h and removing spaces (tabs in this one folks). (bzr r4209) | |||||
| * | r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800 | Ted Gould | 2007-12-11 | 1 | -0/+1 | |
| | | | | | | Adding in attr-widget.h (bzr r4208) | |||||
| * | r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800 | Ted Gould | 2007-12-11 | 2 | -1/+3 | |
| | | | | | | Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files. (bzr r4207) | |||||
| * | r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800 | Ted Gould | 2007-12-11 | 2 | -3/+3 | |
| | | | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205) | |||||
| * | include header for close command | Adib Taraben | 2007-12-10 | 1 | -0/+1 | |
| | | | | (bzr r4204) | |||||
| * | add #include <io.h> to enable win32 compile | Bob Jamison | 2007-12-10 | 1 | -0/+1 | |
| | | | | (bzr r4202) | |||||
| * | remove all mention of extension/internal/gnome.cpp from build files for make ↵ | Aaron Spike | 2007-12-10 | 2 | -4/+0 | |
| | | | | | | distcheck; this included removing mention from a comment in src/libnr/nr-path.h (bzr r4201) | |||||
| * | add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make ↵ | Aaron Spike | 2007-12-10 | 1 | -0/+1 | |
| | | | | | | distcheck (bzr r4200) | |||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 10 | -175/+421 | |
| | | | | (bzr r4199) | |||||
| * | always build cairo backend; add interface for setting cairo surface to renderer | Kees Cook | 2007-12-10 | 4 | -17/+21 | |
| | | | | (bzr r4198) | |||||
| * | minor whitespace adjustment | Kees Cook | 2007-12-10 | 1 | -2/+2 | |
| | | | | (bzr r4196) | |||||
| * | Init some checkboxes correctly in document-properties dialog | Diederik van Lierop | 2007-12-09 | 1 | -0/+2 | |
| | | | | (bzr r4195) | |||||
| * | Snap to axonometric grid lines | Diederik van Lierop | 2007-12-08 | 6 | -43/+140 | |
| | | | | (bzr r4194) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-08 | 4 | -165/+4 | |
| | | | | (bzr r4192) | |||||
| * | Fixes for gcc versions before 4.1.x | Jon A. Cruz | 2007-12-08 | 1 | -78/+113 | |
| | | | | (bzr r4191) | |||||
| * | LPE Bendpath: disable width path | Johan B. C. Engelen | 2007-12-07 | 2 | -5/+11 | |
| | | | | (bzr r4189) | |||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 30 | -334/+324 | |
| | | | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188) | |||||
| * | Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence | Niko Kiirala | 2007-12-06 | 6 | -27/+90 | |
| | | | | (bzr r4187) | |||||
| * | remove my drama comment | Johan B. C. Engelen | 2007-12-06 | 1 | -2/+2 | |
| | | | | (bzr r4186) | |||||
| * | Fixed several crashes when modifying filter effect parameters with XML editor | Niko Kiirala | 2007-12-06 | 11 | -13/+24 | |
| | | | | (bzr r4185) | |||||
| * | Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ↵ | Jon A. Cruz | 2007-12-06 | 2 | -132/+112 | |
| | | | | | | almost a year (bzr r4184) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-06 | 1 | -2/+1 | |
| | | | | (bzr r4183) | |||||
| * | speed up keyboard scale and rotation too | bulia byak | 2007-12-06 | 1 | -6/+18 | |
| | | | | (bzr r4182) | |||||
| * | Add unit selector for node coordinate entries | Maximilian Albert | 2007-12-05 | 1 | -8/+36 | |
| | | | | (bzr r4181) | |||||
| * | Always set coord entry fields inactive when switching to the node tool | Maximilian Albert | 2007-12-05 | 2 | -0/+6 | |
| | | | | (bzr r4179) | |||||
| * | Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool. | Johan B. C. Engelen | 2007-12-05 | 2 | -1/+19 | |
| | | | | (bzr r4177) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-12-05 | 2 | -5/+5 | |
| | | | | (bzr r4175) | |||||
| * | Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵ | Maximilian Albert | 2007-12-05 | 4 | -56/+254 | |
| | | | | | | and #172113) (bzr r4174) | |||||
| * | Lookup object from repr instead of id to fix redo of undo of guide creation :-) | Johan B. C. Engelen | 2007-12-05 | 1 | -3/+2 | |
| | | | | (bzr r4173) | |||||
