| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix for #1684042 (undo while adding a shape with the mouse results in a crash.) | gustav_b | 2007-03-28 | 3 | -2/+10 | |
| | | | | (bzr r2774) | |||||
| * | Add shift+click to union new fill with old selection | John Bintz | 2007-03-28 | 1 | -1/+9 | |
| | | | | (bzr r2773) | |||||
| * | Adding the new/change label to the star toolbar | Jon A. Cruz | 2007-03-27 | 5 | -5/+367 | |
| | | | | (bzr r2772) | |||||
| * | patch 1687118 | bulia byak | 2007-03-27 | 1 | -1/+1 | |
| | | | | (bzr r2771) | |||||
| * | ensure correct order of inheriting style from ancestors (children override ↵ | bulia byak | 2007-03-27 | 1 | -8/+19 | |
| | | | | | | parents) and of reading decls in a style string (later decls override) (bzr r2770) | |||||
| * | comment on the order of parsing declarations | bulia byak | 2007-03-27 | 1 | -0/+3 | |
| | | | | (bzr r2769) | |||||
| * | make horizontal scrollbar automatic | bulia byak | 2007-03-27 | 1 | -2/+2 | |
| | | | | (bzr r2768) | |||||
| * | Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436 | Diederik van Lierop | 2007-03-26 | 4 | -8/+20 | |
| | | | | (bzr r2767) | |||||
| * | fix range, make integer, remove unnecessary document_done, fix 1635388 | bulia byak | 2007-03-26 | 2 | -6/+8 | |
| | | | | (bzr r2766) | |||||
| * | Corrected extra "-2" thinning value to be positive | Jon A. Cruz | 2007-03-26 | 1 | -1/+1 | |
| | | | | (bzr r2765) | |||||
| * | purge unused stuff, copyedit | bulia byak | 2007-03-26 | 3 | -30/+15 | |
| | | | | (bzr r2764) | |||||
| * | purge unused and considered-harmful has_abs_tolerance | bulia byak | 2007-03-26 | 5 | -13/+0 | |
| | | | | (bzr r2763) | |||||
| * | interpret snapping distance in screen pixels independent of zoom | bulia byak | 2007-03-26 | 1 | -2/+4 | |
| | | | | (bzr r2762) | |||||
| * | remove no longer relevant comment | bulia byak | 2007-03-26 | 1 | -1/+1 | |
| | | | | (bzr r2761) | |||||
| * | Fix compile warning about construction order. | Johan B. C. Engelen | 2007-03-25 | 1 | -2/+2 | |
| | | | | (bzr r2760) | |||||
| * | Gradient tool: fork gradients when adding a stop | Johan B. C. Engelen | 2007-03-25 | 1 | -1/+1 | |
| | | | | (bzr r2759) | |||||
| * | Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash ↵ | Johan B. C. Engelen | 2007-03-25 | 2 | -30/+37 | |
| | | | | | | when moving gradient nodes on group (bzr r2758) | |||||
| * | Purging old axonometric grid code: reworked it into the new grid class ↵ | Johan B. C. Engelen | 2007-03-25 | 16 | -513/+603 | |
| | | | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757) | |||||
| * | Improve dependencies using URI normalization. A little faster, too. | Bob Jamison | 2007-03-25 | 1 | -38/+42 | |
| | | | | (bzr r2756) | |||||
| * | Cleaning up toggle/redo interaction | Jon A. Cruz | 2007-03-25 | 1 | -3/+6 | |
| | | | | (bzr r2755) | |||||
| * | move extension adding to the right place so it's added on export, not on browse | bulia byak | 2007-03-25 | 1 | -38/+41 | |
| | | | | (bzr r2754) | |||||
| * | patch from Gail to add justify button to text dialog (bug 1679367) | bulia byak | 2007-03-25 | 1 | -3/+32 | |
| | | | | (bzr r2753) | |||||
| * | comment out debug | bulia byak | 2007-03-25 | 1 | -1/+1 | |
| | | | | (bzr r2752) | |||||
| * | fix live dragging of gradient midstops, and fix crash when dragging writes ↵ | bulia byak | 2007-03-25 | 1 | -1/+2 | |
| | | | | | | to repr (bzr r2751) | |||||
| * | updated creative commons licenses to 3.0 and fixed public domain uri | Jon Phillips | 2007-03-24 | 1 | -7/+7 | |
| | | | | (bzr r2750) | |||||
| * | we have no document available yet at this point | MenTaLguY | 2007-03-24 | 1 | -1/+1 | |
| | | | | (bzr r2749) | |||||
| * | Updating star toolbar with radio toggles | Jon A. Cruz | 2007-03-24 | 4 | -2709/+15128 | |
| | | | | (bzr r2748) | |||||
| * | testing my first commit (dummy) | Ivan Mas??r | 2007-03-23 | 1 | -1/+1 | |
| | | | | (bzr r2747) | |||||
| * | fix floating point comparrisons to not skip values | Jon A. Cruz | 2007-03-23 | 1 | -6/+6 | |
| | | | | (bzr r2746) | |||||
| * | allow multiple (balanced) calls to add and remove document | MenTaLguY | 2007-03-23 | 5 | -12/+32 | |
| | | | | (bzr r2745) | |||||
| * | purge old toolbar code, fill in values and labels | bulia byak | 2007-03-23 | 1 | -323/+70 | |
| | | | | (bzr r2744) | |||||
| * | fix the combination of P4+ symmetries with exponent | bulia byak | 2007-03-23 | 1 | -14/+11 | |
| | | | | (bzr r2743) | |||||
| * | missing isnormal.h from Makefile_insert | Kees Cook | 2007-03-22 | 1 | -0/+1 | |
| | | | | (bzr r2742) | |||||
| * | more missing files dropped from POTFILES.in | Kees Cook | 2007-03-22 | 1 | -3/+0 | |
| | | | | (bzr r2741) | |||||
| * | more missing files, updated autogen to not use symlinks | Kees Cook | 2007-03-22 | 2 | -2/+1 | |
| | | | | (bzr r2740) | |||||
| * | set busy cursor while loading; delete documents on loading new; many other fixes | bulia byak | 2007-03-22 | 1 | -44/+85 | |
| | | | | (bzr r2739) | |||||
| * | More progress with preview and opening of files with non-ascii filenames. ↵ | Bob Jamison | 2007-03-22 | 1 | -1/+5 | |
| | | | | | | Still crash on previewing file with an image. (bzr r2738) | |||||
| * | drop slideshow from POTFILES.in | Kees Cook | 2007-03-22 | 1 | -1/+0 | |
| | | | | (bzr r2737) | |||||
| * | remove useless and half-broken slideshow mode in favor of inkview | bulia byak | 2007-03-22 | 6 | -178/+10 | |
| | | | | (bzr r2736) | |||||
| * | Adding non-labeled default entries | Jon A. Cruz | 2007-03-22 | 2 | -7/+5 | |
| | | | | (bzr r2735) | |||||
| * | drop more missing files from autoconf | Kees Cook | 2007-03-22 | 2 | -4/+0 | |
| | | | | (bzr r2734) | |||||
| * | use <errno.h> instead of assuming extern int | Bob Jamison | 2007-03-22 | 1 | -1/+1 | |
| | | | | (bzr r2733) | |||||
| * | Correction for tooltips addition | Jon A. Cruz | 2007-03-21 | 1 | -3/+3 | |
| | | | | (bzr r2732) | |||||
| * | Make sure there is a decl for "errno" | Bob Jamison | 2007-03-21 | 1 | -5/+5 | |
| | | | | (bzr r2731) | |||||
| * | Added tootips for toolbar spinbuttons | Jon A. Cruz | 2007-03-21 | 1 | -0/+17 | |
| | | | | (bzr r2730) | |||||
| * | Adding all described values to menu of values | Jon A. Cruz | 2007-03-21 | 1 | -47/+138 | |
| | | | | (bzr r2729) | |||||
| * | Do some cleanup | Bob Jamison | 2007-03-21 | 1 | -35/+48 | |
| | | | | (bzr r2728) | |||||
| * | mingw removal cleanups | Kees Cook | 2007-03-21 | 1 | -4/+2 | |
| | | | | (bzr r2727) | |||||
| * | Fix for bug #1589436 - font baseline now correctly snaps in selector tool | Diederik van Lierop | 2007-03-21 | 1 | -1/+8 | |
| | | | | (bzr r2726) | |||||
| * | r14942@tres: ted | 2007-03-20 23:50:23 -0700 | Ted Gould | 2007-03-21 | 1 | -2/+29 | |
| | | | | | | Updating for --verb and --select along with --verb-list. (bzr r2725) | |||||
