| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | more win32 compile for inkview | Adib Taraben | 2007-12-12 | 1 | -1/+2 | |
| | | | | (bzr r4222) | |||||
| * | 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) | |||||
| * | * [INTL: bg] Bulgarian translation update by Techbulgaria (closes: #169991) | Luca Bruno | 2007-12-12 | 1 | -1175/+1192 | |
| | | | | (bzr r4217) | |||||
| * | 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) | |||||
| * | move gtk version dep to gtkmm instead -- safer place to test it | Kees Cook | 2007-12-11 | 1 | -1/+1 | |
| | | | | (bzr r4212) | |||||
| * | reenable buil inkview on windows | Adib Taraben | 2007-12-11 | 1 | -9/+9 | |
| | | | | (bzr r4211) | |||||
| * | 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) | |||||
| * | r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800 | Ted Gould | 2007-12-11 | 1 | -1/+1 | |
| | | | | | | Adjusting build rule for inkscape.pot so that it uses the files from the source directory and installs it in the distribution directory. (bzr r4206) | |||||
| * | 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 cairomm to win32 linker proccess | Adib Taraben | 2007-12-10 | 1 | -6/+9 | |
| | | | | (bzr r4203) | |||||
| * | 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 | 5 | -7/+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 | 11 | -180/+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) | |||||
| * | bump minimum required gtk to 2.10 (released july 2006), for future print dialog | Kees Cook | 2007-12-10 | 1 | -1/+1 | |
| | | | | (bzr r4197) | |||||
| * | 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) | |||||
| * | corrected a typo and added a check for modevia name definition. fall back on ↵ | JiHO | 2007-12-08 | 1 | -1/+6 | |
| | | | | | | user name (bzr r4193) | |||||
| * | 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) | |||||
| * | Removed mention of inkscape_python.ds_store which was removed from the ↵ | JiHO | 2007-12-07 | 1 | -1/+0 | |
| | | | | | | repository at r16417 (bzr r4190) | |||||
| * | 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) | |||||
| * | updating help menu releasenote link to 0.46 version | popolon.org | 2007-12-05 | 1 | -1/+1 | |
| | | | | (bzr r4180) | |||||
| * | Always set coord entry fields inactive when switching to the node tool | Maximilian Albert | 2007-12-05 | 2 | -0/+6 | |
| | | | | (bzr r4179) | |||||
| * | * [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223) | Luca Bruno | 2007-12-05 | 1 | -784/+525 | |
| | | | | (bzr r4178) | |||||
| * | Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool. | Johan B. C. Engelen | 2007-12-05 | 3 | -20/+114 | |
| | | | | (bzr r4177) | |||||
| * | add white versions, three bitmap textures | bulia byak | 2007-12-05 | 1 | -51/+2908 | |
| | | | | (bzr r4176) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-12-05 | 2 | -5/+5 | |
| | | | | (bzr r4175) | |||||
