summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* updated ipsum extensionJon Phillips2006-08-212-1/+2
| | | (bzr r1624)
* Committed aho's lorem ipsum script and makefiles aroundJon Phillips2006-08-213-2/+257
| | | (bzr r1623)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-207-63/+172
| | | | | Comments added/fixed. (bzr r1622)
* Last tweaks for nowBob Jamison2006-08-201-4/+4
| | | (bzr r1621)
* Change layout to be more space conserving. This allows a larger paper listBob Jamison2006-08-202-72/+76
| | | (bzr r1620)
* Add CAIRO_PDF for testingBob Jamison2006-08-201-0/+2
| | | (bzr r1619)
* Added rest of icons for primary menus and updated verbs...flame me or create ↵Jon Phillips2006-08-202-88/+2105
| | | | | and update my first stabs at getting these fleshed out. (bzr r1618)
* fix icon preview nameJon Phillips2006-08-191-1/+1
| | | (bzr r1617)
* Change to two columns. Probably do different later, but this is a startBob Jamison2006-08-192-26/+91
| | | (bzr r1616)
* disconnect signals on destroyingbulia byak2006-08-181-2/+7
| | | (bzr r1615)
* delete completion object on destroying, prevents a crash on exitbulia byak2006-08-181-0/+10
| | | (bzr r1614)
* disconnect signals on destroyingbulia byak2006-08-181-0/+7
| | | (bzr r1613)
* insert SPDesktopWidget directly into the window, without a boxbulia byak2006-08-181-11/+3
| | | (bzr r1612)
* delete unused functionbulia byak2006-08-182-18/+0
| | | (bzr r1611)
* * packaging/macosx/osx-dmg.sh: Fix an incorrect reference to a shellmjwybrow2006-08-171-1/+1
| | | | | variable (bzr r1610)
* see, if someone else with actual time had done this they probably wouldn't ↵MenTaLguY2006-08-176-2/+29
| | | | | be tired and in a hurry and making stupid mistakes (bzr r1609)
* Fix up headers.Colin Marquardt2006-08-161-9/+9
| | | (bzr r1608)
* Change "verborgen" to "ausgeblendet" for consistency. Fixes bug 1534165.Colin Marquardt2006-08-161-18/+11
| | | (bzr r1607)
* Clean up paper size tableBob Jamison2006-08-161-62/+70
| | | (bzr r1606)
* Clean up a bit. Clarify several variable names. Add a lot of comments.Bob Jamison2006-08-162-105/+168
| | | (bzr r1605)
* Change deprecated OptionMenu to ComboBox. Modernize lookup a bitBob Jamison2006-08-162-93/+239
| | | (bzr r1604)
* We were disconnecting the wrong signal, resulting on the old object'sMenTaLguY2006-08-161-1/+1
| | | | | | release signal lingering after a URIReference's referrent changed. Fixed, thereby fixing bug #1535218. (bzr r1603)
* inkboard-session now sends all changes to the documentdaleharvey2006-08-158-128/+99
| | | (bzr r1602)
* A guesstimate at what needs to be linkedBob Jamison2006-08-151-7/+7
| | | (bzr r1601)
* Temporarily leave off doing the reference file until we can optimize it.Bob Jamison2006-08-151-1/+3
| | | (bzr r1600)
* updatematiphas2006-08-1449-8975/+9853
| | | (bzr r1599)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-1444-594/+548
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* inform user of progress during long-running simplify operationsJohn Bintz2006-08-131-0/+27
| | | (bzr r1597)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-137-1/+93
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-137-0/+32
| | | (bzr r1595)
* Fixed: Wrong colour space was used in images with transparency.Ulf Erikson2006-08-131-0/+5
| | | (bzr r1594)
* Changes to the document are registered through inkboard-session, ↵daleharvey2006-08-1313-73/+266
| | | | | inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
* separate invariant check from main logic for clarityMenTaLguY2006-08-121-3/+3
| | | (bzr r1592)
* update livarot_path after committing change; fixes 1534994bulia byak2006-08-121-3/+4
| | | (bzr r1591)
* invariants are usually clearer up frontMenTaLguY2006-08-121-3/+3
| | | (bzr r1590)
* fix bug with implicit pathsMenTaLguY2006-08-121-0/+3
| | | (bzr r1589)
* some minor refactoringMenTaLguY2006-08-121-36/+31
| | | (bzr r1588)
* add back TODO commentMenTaLguY2006-08-121-0/+1
| | | (bzr r1587)
* Ruby port of simplepath.pyMenTaLguY2006-08-122-0/+209
| | | (bzr r1586)
* moveto should move penMenTaLguY2006-08-121-0/+1
| | | (bzr r1585)
* lastCommand seems to have been meant rather than token, since token would be ↵MenTaLguY2006-08-121-2/+2
| | | | | numeric in the non-isCommand case (bzr r1584)
* add windows palettebulia byak2006-08-122-1/+36
| | | (bzr r1583)
* added languages bg dztheAdib2006-08-1110-0/+37
| | | (bzr r1582)
* Tweak switch so that pango-cairo can be used in situations where cairo is ↵Bob Jamison2006-08-111-2/+2
| | | | | built without freetype. Including cairo-ft.h when cairo does not have freetype (such as cairo1.2.2 on win32) will cause an error. (bzr r1581)
* Prefer pangocairo on win32Bob Jamison2006-08-111-1/+1
| | | (bzr r1580)
* Removed left-in debug stuff.miklosh2006-08-101-2/+2
| | | (bzr r1579)
* Use std::vector.miklosh2006-08-101-2/+1
| | | (bzr r1578)
* Use std::vector.miklosh2006-08-101-18/+11
| | | (bzr r1577)
* fix (harmless, probably) copy and paste typoMenTaLguY2006-08-101-2/+2
| | | (bzr r1576)
* updated vi.po from Clytiematiphas2006-08-101-485/+163
| | | (bzr r1575)