| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved four more tests to CxxTest | Jon A. Cruz | 2006-05-01 | 1 | -0/+9 |
| | | | | (bzr r650) | ||||
| * | use GC allocator for bitmap cache and transform | MenTaLguY | 2006-05-01 | 1 | -0/+6 |
| | | | | (bzr r645) | ||||
| * | log finalization of NRObjects | MenTaLguY | 2006-05-01 | 1 | -0/+6 |
| | | | | (bzr r644) | ||||
| * | Moved compass like display of angles from windows to steps in preferences | Marco Scholten | 2006-04-30 | 1 | -0/+5 |
| | | | | (bzr r642) | ||||
| * | updated cc licenses to 2.5 | Jon Phillips | 2006-04-30 | 1 | -0/+7 |
| | | | | (bzr r637) | ||||
| * | rationalize function names and remove spurious soft_ptr | MenTaLguY | 2006-04-29 | 1 | -0/+7 |
| | | | | (bzr r636) | ||||
| * | use proper unref function on SPRoot to avoid appearance of leak | MenTaLguY | 2006-04-29 | 1 | -0/+6 |
| | | | | (bzr r635) | ||||
| * | switch everyone to simpler debug event API | MenTaLguY | 2006-04-29 | 1 | -0/+6 |
| | | | | (bzr r634) | ||||
| * | add finalizer logging | MenTaLguY | 2006-04-29 | 1 | -0/+6 |
| | | | | (bzr r633) | ||||
| * | simplify the SimpleEvent API more | MenTaLguY | 2006-04-29 | 1 | -0/+4 |
| | | | | (bzr r632) | ||||
| * | update ChangeLog | MenTaLguY | 2006-04-29 | 1 | -0/+2 |
| | | | | (bzr r630) | ||||
| * | make Debug::SimpleEvent more convenient | MenTaLguY | 2006-04-29 | 1 | -0/+4 |
| | | | | (bzr r629) | ||||
| * | finish interrupted refactoring of log filter configuration | MenTaLguY | 2006-04-29 | 1 | -0/+6 |
| | | | | (bzr r628) | ||||
| * | some developer documentation about refcounting | MenTaLguY | 2006-04-29 | 1 | -0/+6 |
| | | | | (bzr r618) | ||||
| * | since the view and document are both managed by the collector, reffing the ↵ | MenTaLguY | 2006-04-29 | 1 | -0/+7 |
| | | | | | | document from the view is totally unnecessary (bzr r617) | ||||
| * | add missing unref, which should hopefully address the document leak | MenTaLguY | 2006-04-29 | 1 | -0/+4 |
| | | | | (bzr r615) | ||||
| * | added refcount logging to GC::Anchored and shared string printf in util | MenTaLguY | 2006-04-29 | 1 | -0/+10 |
| | | | | (bzr r614) | ||||
| * | make refcount logging a little more useful by including the relevent class name | MenTaLguY | 2006-04-29 | 1 | -0/+5 |
| | | | | (bzr r610) | ||||
| * | Replaced two tests with CxxTest versions. | Jon A. Cruz | 2006-04-28 | 1 | -0/+7 |
| | | | | (bzr r605) | ||||
| * | Adding unit test for verbs. | Jon A. Cruz | 2006-04-28 | 1 | -2/+7 |
| | | | | (bzr r604) | ||||
| * | Added CREATE v0.1 support for gradients/swatches/patterns | Joshua L. Blocher | 2006-04-28 | 1 | -0/+9 |
| | | | | (bzr r601) | ||||
| * | Adding multiple test output formats. | Jon A. Cruz | 2006-04-27 | 1 | -0/+7 |
| | | | | (bzr r592) | ||||
| * | Added beginnings of CREATE support in path-prefix.h | Joshua L. Blocher | 2006-04-26 | 1 | -0/+5 |
| | | | | (bzr r588) | ||||
| * | moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵ | Joshua L. Blocher | 2006-04-24 | 1 | -0/+6 |
| | | | | | | context-menu.h, also updated make_insert with change (bzr r579) | ||||
| * | remove unused timer code | MenTaLguY | 2006-04-20 | 1 | -0/+5 |
| | | | | (bzr r550) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 1 | -0/+17 |
| | | | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r542) | ||||
| * | Added measure extension. | Nathan Hurst | 2006-04-18 | 1 | -0/+5 |
| | | | | (bzr r537) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -0/+46 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Fixed jumping eye | Jon A. Cruz | 2006-04-09 | 1 | -0/+4 |
| | | | | (bzr r468) | ||||
| * | Fixed <b></b> mismatches | Jon A. Cruz | 2006-04-09 | 1 | -0/+4 |
| | | | | (bzr r464) | ||||
| * | Shrunk a few icon sizes. | Jon A. Cruz | 2006-04-08 | 1 | -0/+8 |
| | | | | (bzr r457) | ||||
| * | Putting in smaller icon size | Jon A. Cruz | 2006-04-07 | 1 | -0/+7 |
| | | | | (bzr r455) | ||||
| * | Adding simple debug | Jon A. Cruz | 2006-04-06 | 1 | -0/+6 |
| | | | | (bzr r446) | ||||
| * | missed a file | Jon A. Cruz | 2006-04-06 | 1 | -1/+1 |
| | | | | (bzr r440) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -1/+17 |
| | | | | (bzr r439) | ||||
| * | Adding rendering-intent to <color-profile> | Jon A. Cruz | 2006-04-06 | 1 | -0/+8 |
| | | | | (bzr r438) | ||||
| * | share/keyboards -> share/keys; first shot at configurable keymaps | MenTaLguY | 2006-04-06 | 1 | -0/+13 |
| | | | | (bzr r437) | ||||
| * | introduce uniform resource path API to replace copy-and-pasted hacks | MenTaLguY | 2006-04-06 | 1 | -4/+10 |
| | | | | (bzr r436) | ||||
| * | Tuned icc-color() parsing | Jon A. Cruz | 2006-04-05 | 1 | -0/+6 |
| | | | | (bzr r426) | ||||
| * | Initial support of color-profile on <image> | Jon A. Cruz | 2006-04-03 | 1 | -3/+10 |
| | | | | (bzr r402) | ||||
| * | Adding support for <color-profile> element | Jon A. Cruz | 2006-04-02 | 1 | -0/+8 |
| | | | | (bzr r401) | ||||
| * | Fixed warnings | Jon A. Cruz | 2006-04-02 | 1 | -0/+4 |
| | | | | (bzr r400) | ||||
| * | Check for null pointer | Jon A. Cruz | 2006-04-02 | 1 | -0/+6 |
| | | | | (bzr r399) | ||||
| * | Fixed date | Jon A. Cruz | 2006-04-01 | 1 | -1/+1 |
| | | | | (bzr r394) | ||||
| * | Follow-up for missed file | Jon A. Cruz | 2006-04-01 | 1 | -1/+1 |
| | | | | (bzr r393) | ||||
| * | Introducing optional LittleCms use. | Jon A. Cruz | 2006-04-01 | 1 | -0/+6 |
| | | | | (bzr r391) | ||||
| * | merge ::dragging and ::dynahand | MenTaLguY | 2006-04-01 | 1 | -0/+6 |
| | | | | (bzr r390) | ||||
| * | add documentation | MenTaLguY | 2006-04-01 | 1 | -0/+4 |
| | | | | (bzr r389) | ||||
| * | correcting file list | Andrius Ramanauskas | 2006-03-31 | 1 | -2/+4 |
| | | | | (bzr r381) | ||||
| * | patch #1450307 - option for select all to work in layer with it's sub-layers: | Andrius Ramanauskas | 2006-03-31 | 1 | -0/+7 |
| | | | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380) | ||||
