summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gc visibility rulesMenTaLguY2006-04-292-23/+41
| | | (bzr r624)
* gone -> gone foreverMenTaLguY2006-04-291-1/+1
| | | (bzr r623)
* grammar, readability fixMenTaLguY2006-04-291-3/+3
| | | (bzr r622)
* emphasisMenTaLguY2006-04-291-1/+1
| | | (bzr r621)
* simplify wordingMenTaLguY2006-04-291-4/+4
| | | (bzr r620)
* minor verbage tweakingMenTaLguY2006-04-291-4/+5
| | | (bzr r619)
* some developer documentation about refcountingMenTaLguY2006-04-293-1/+134
| | | (bzr r618)
* since the view and document are both managed by the collector, reffing the ↵MenTaLguY2006-04-292-3/+8
| | | | | document from the view is totally unnecessary (bzr r617)
* remove warningsBob Jamison2006-04-291-3/+3
| | | (bzr r616)
* add missing unref, which should hopefully address the document leakMenTaLguY2006-04-292-0/+5
| | | (bzr r615)
* added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY2006-04-295-13/+138
| | | (bzr r614)
* add new object style display for all object-creating toolsbulia byak2006-04-291-20/+79
| | | (bzr r613)
* make style widget narrowerbulia byak2006-04-291-1/+1
| | | (bzr r612)
* enable the widget to listen to a repr to reflect its stylebulia byak2006-04-292-2/+132
| | | (bzr r611)
* make refcount logging a little more useful by including the relevent class nameMenTaLguY2006-04-292-11/+15
| | | (bzr r610)
* reset center on stampingbulia byak2006-04-291-0/+4
| | | (bzr r609)
* Clean up type stringsBob Jamison2006-04-282-72/+115
| | | (bzr r608)
* Bug 1478136 fix - "foo2" was shown instead of guideline id in Guideline dialogAndrius Ramanauskas2006-04-282-30/+34
| | | (bzr r607)
* Converting guideline properties dialog to gtkmm (first step - ↵Andrius Ramanauskas2006-04-286-207/+310
| | | | | straightforward conversion) (bzr r606)
* Replaced two tests with CxxTest versions.Jon A. Cruz2006-04-287-114/+106
| | | (bzr r605)
* Adding unit test for verbs.Jon A. Cruz2006-04-285-4/+107
| | | (bzr r604)
* solved Bug 1474325, added italian and czech translationAdib Taraben2006-04-283-3/+324
| | | (bzr r603)
* fix translation for fit pageAaron Spike2006-04-283-2/+19
| | | | | | the translation is now preserved across save by translating all child elements of the root instead of just translating the root itself. (bzr r602)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-284-0/+32
| | | (bzr r601)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-2/+3
| | | (bzr r600)
* Updated to additions for <switch>Jon A. Cruz2006-04-271-2/+3
| | | (bzr r599)
* Add axis and function token stubs to token setBob Jamison2006-04-272-7/+697
| | | (bzr r598)
* interim cleanup commitBob Jamison2006-04-277-7/+182
| | | (bzr r597)
* fixing conditional attribute evaluation on load (if conditional attributes ↵Andrius Ramanauskas2006-04-271-1/+1
| | | | | were used not in the item under <switch>, on load it was always rendered) (bzr r596)
* Placemark for gradient exportBob Jamison2006-04-271-1/+19
| | | (bzr r595)
* expand the range of dpi to fix 1476741bulia byak2006-04-271-3/+3
| | | (bzr r594)
* use svd for better matrix analysisBob Jamison2006-04-272-302/+552
| | | (bzr r593)
* Adding multiple test output formats.Jon A. Cruz2006-04-279-4/+715
| | | (bzr r592)
* write no/unset fill/stroke to current stylebulia byak2006-04-261-4/+4
| | | (bzr r591)
* fix crash when deleting without nodepathbulia byak2006-04-261-1/+3
| | | (bzr r590)
* Got handedness-reversal to work. Yaay. Images look good nowBob Jamison2006-04-261-19/+96
| | | (bzr r589)
* Added beginnings of CREATE support in path-prefix.hJoshua L. Blocher2006-04-262-1/+25
| | | (bzr r588)
* Fixed select_top iconJon A. Cruz2006-04-261-8/+8
| | | (bzr r587)
* add listener to root for fit canvas changesAaron Spike2006-04-251-0/+10
| | | (bzr r586)
* Move fit canvas button into PageSizerAaron Spike2006-04-253-27/+29
| | | (bzr r585)
* slant the unlocked lock; SVG optimizations for smaller sizebulia byak2006-04-251-1636/+1260
| | | (bzr r584)
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-253-23/+27
| | | (bzr r583)
* revert 11172, synthesized events are used to update controls spinbuttonsbulia byak2006-04-241-0/+5
| | | (bzr r582)
* fit_canvas_to_drawing when opening imagesAaron Spike2006-04-241-0/+3
| | | (bzr r581)
* refactor redrawing code into pen_redraw_all; cancel current unfinished path, ↵bulia byak2006-04-241-39/+111
| | | | | inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys (bzr r580)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-247-10/+17
| | | | | context-menu.h, also updated make_insert with change (bzr r579)
* Move contextual info to StackBob Jamison2006-04-234-30/+127
| | | (bzr r578)
* svd hacksBob Jamison2006-04-231-30/+117
| | | (bzr r577)
* Native path supportBob Jamison2006-04-221-7/+5
| | | (bzr r576)
* Native paths and relative path resolutionBob Jamison2006-04-222-9/+661
| | | (bzr r575)