summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated swedish translation from patch...thanks friends!Jon Phillips2006-10-221-266/+170
| | | (bzr r1824)
* updated bulgarian translation thanks to victor dachev's patchJon Phillips2006-10-221-1774/+2717
| | | (bzr r1823)
* Added 50% finished bulgarian translationJon Phillips2006-10-221-2822/+2608
| | | (bzr r1822)
* added thai language patch...thai anyone?Jon Phillips2006-10-223-2/+4
| | | (bzr r1821)
* Adding climb and digits properties, key processing and focus handlingJon A. Cruz2006-10-213-46/+208
| | | (bzr r1820)
* glass by Andy Fitzsimonbulia byak2006-10-211-0/+321
| | | (bzr r1819)
* new example by Konstantin Rotkevichbulia byak2006-10-212-1/+3
| | | (bzr r1818)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-204-22/+42
| | | | | filter margins are at least twice the blur radius (bzr r1817)
* Update.Colin Marquardt2006-10-201-89/+42
| | | (bzr r1816)
* more correct double opacity fix: do not multiply by opacity if ↵bulia byak2006-10-201-3/+2
| | | | | item->render_opacity, i.e. the opacity was already applied during render (bzr r1815)
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
| | | (bzr r1814)
* handle the case of no filter primitivesbulia byak2006-10-201-4/+6
| | | (bzr r1813)
* fill in set methods to enable x/y/w/hbulia byak2006-10-201-5/+17
| | | (bzr r1812)
* remove color cursorsJosh Andler2006-10-1939-3798/+105
| | | (bzr r1811)
* Turning onJon A. Cruz2006-10-191-1/+1
| | | (bzr r1810)
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-196-1/+1194
| | | (bzr r1809)
* Update of Khmer translation created by Khoem Sokhemcwebb2006-10-181-0/+10195
| | | (bzr r1808)
* purge fred's arena item tile cache (has been disabled for quite some time ↵bulia byak2006-10-174-620/+105
| | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807)
* hack*ahum*infrastructure to implement axonometric grid snapping. horizontal ↵Johan B. C. Engelen2006-10-166-8/+102
| | | | | snapping already implemented. (bzr r1806)
* another canvas repaint optimization: if the new rect and the rect aborted ↵bulia byak2006-10-161-51/+133
| | | | | last time are not close and compact, paint them separately instead of painting their enclosing rect (bzr r1805)
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-163-0/+63
| | | (bzr r1804)
* really add video templatespopolon.org2006-10-143-0/+111
| | | (bzr r1803)
* fix not installed default.lt and DVD templates, add video templatespopolon.org2006-10-142-12/+23
| | | (bzr r1802)
* indentation; declarations to first uses; deal with the possible failure to ↵bulia byak2006-10-141-897/+1061
| | | | | create pixblock due to insufficient memory (bzr r1801)
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-146-4/+60
| | | (bzr r1800)
* gracefully fail if unable to allocate memory or if more than 100Mb buffer ↵bulia byak2006-10-141-1/+14
| | | | | requested (an arbitrary limit to prevent huge allocations that will bob the system down) (bzr r1799)
* Oops. we've been forgetting -DHAVE_SSL in the builds!Bob Jamison2006-10-141-2/+2
| | | (bzr r1798)
* Removed some copy-paste code.Johan B. C. Engelen2006-10-131-12/+8
| | | (bzr r1797)
* disable filters in outline modebulia byak2006-10-111-8/+10
| | | (bzr r1796)
* undo annotationsgustav_b2006-10-102-8/+14
| | | (bzr r1795)
* Filtering now works with text and image objectsNiko Kiirala2006-10-104-0/+65
| | | (bzr r1794)
* undo annotationsbulia byak2006-10-1019-89/+95
| | | (bzr r1793)
* more help commandsbulia byak2006-10-091-0/+2
| | | (bzr r1792)
* more help commandsbulia byak2006-10-095-2/+36
| | | (bzr r1791)
* add new help commands via webbrowser extensionsbulia byak2006-10-091-0/+5
| | | (bzr r1790)
* allow an effect to be hidden from the effects menubulia byak2006-10-091-1/+7
| | | (bzr r1789)
* add webbrowser extensionsbulia byak2006-10-099-4/+72
| | | (bzr r1788)
* Update, still some strings missing.Colin Marquardt2006-10-091-118/+70
| | | (bzr r1787)
* Don't mark "gridtype" as translatable.Colin Marquardt2006-10-091-1/+1
| | | (bzr r1786)
* Updating spanish translations sent by Lucas Vieitescwebb2006-10-091-134/+195
| | | (bzr r1785)
* Updating cs, ca, es and en_US@piglatin trasnlations from patch trackercwebb2006-10-0949-37101/+62238
| | | | | Also translations has been updated to latest strings' definitions (bzr r1784)
* export bitmap at maximum blur rendering qualitybulia byak2006-10-091-0/+9
| | | (bzr r1783)
* add blur speed/quality optionsbulia byak2006-10-095-47/+221
| | | (bzr r1782)
* Add blurbulia byak2006-10-081-10/+89
| | | (bzr r1781)
* Internally, a clone is a NRArenaGroup, with the actual visible item being ↵bulia byak2006-10-081-0/+13
| | | | | its child. Previously, that child inherited the style from the parent group, but the group itsef was not styled. However this does not work for filter (at least) because it is by default a noninherited property. So, for all properties to work on clones, we need to set the style on the NRArenaGroup explicitly, just as SPItemGroup does the same. (bzr r1780)
* fix for filter (non)inheritance and a crude workaround for filter mergingbulia byak2006-10-081-3/+12
| | | (bzr r1779)
* Comment out cairo-ft for font rendering. We should not need to depend on ↵Bob Jamison2006-10-081-1/+6
| | | | | freetype, but rather Pango, since we do that for gtk2.8+ anyway. (bzr r1778)
* use the new APIsbulia byak2006-10-071-29/+4
| | | (bzr r1777)
* cleanup, use the new APIsbulia byak2006-10-071-72/+8
| | | (bzr r1776)
* new file for filter manipulation stuffbulia byak2006-10-073-0/+126
| | | (bzr r1775)