summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
| | | (bzr r1400)
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-122-92/+590
| | | (bzr r1399)
* move filedialog to its new homeBob Jamison2006-07-125-16/+16
| | | (bzr r1398)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-126-21/+85
| | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-124-4/+43
| | | (bzr r1395)
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-1246-588/+3131
| | | | | | | | | | | | | | | | | implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola. (bzr r1394)
* another attempt at #1502439, another example of ignoring NULL removedRalf Stephan2006-07-101-1/+4
| | | (bzr r1392)
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-106-13/+211
| | | (bzr r1391)
* undo annotationsgustav_b2006-07-102-6/+14
| | | (bzr r1390)
* finally getting closer to processing axes and contexts correctlyBob Jamison2006-07-093-213/+231
| | | (bzr r1389)
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
| | | (bzr r1386)
* remove conversion warningsBob Jamison2006-07-091-4/+4
| | | (bzr r1384)
* Compiler error in NR::Filter fixedNiko Kiirala2006-07-091-13/+13
| | | (bzr r1383)
* Filter effects bounding box calculation makes use of area settingsNiko Kiirala2006-07-091-10/+42
| | | (bzr r1381)
* undo annotationsgustav_b2006-07-093-25/+14
| | | (bzr r1380)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-0912-23/+191
| | | (bzr r1379)
* handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan2006-07-081-2/+5
| | | (bzr r1377)
* added gui code for whiteboarddaleharvey2006-07-082-2/+80
| | | (bzr r1376)
* cleaned up token generationBob Jamison2006-07-072-64/+99
| | | (bzr r1375)
* added a copy of pedrogui to jabber_whiteboard for custom developmentdaleharvey2006-07-076-3/+3672
| | | (bzr r1374)
* GC utilization fixesDavid Yip2006-07-071-1/+1
| | | (bzr r1373)
* add xpathtoken.cppBob Jamison2006-07-071-0/+1
| | | (bzr r1372)
* remove svglsimplBob Jamison2006-07-071-2/+0
| | | (bzr r1371)
* rearrange axis/context structure. make tokens more robustBob Jamison2006-07-075-1370/+1125
| | | (bzr r1370)
* Adjust to account for removal of svglsimplBob Jamison2006-07-062-6/+6
| | | (bzr r1369)
* undo last commit. oopsBob Jamison2006-07-061-1/+1
| | | (bzr r1368)
* don't need svg 'load and save'. in fact, it doesnt fitBob Jamison2006-07-063-316/+1
| | | (bzr r1367)
* save updates, and put to sleep for a whileBob Jamison2006-07-062-238/+646
| | | (bzr r1363)
* undo annotationsbulia byak2006-07-064-42/+49
| | | (bzr r1361)
* refactoring, add background removalBob Jamison2006-07-055-141/+125
| | | (bzr r1360)
* replace single toggle button with less confusing pick-alpha and set-alpha ↵bulia byak2006-07-053-23/+58
| | | | | options (bzr r1359)
* Add Wolfram Strempfer.Colin Marquardt2006-07-051-1/+2
| | | (bzr r1356)
* fixed compile bugDavid Yip2006-07-051-2/+2
| | | (bzr r1355)
* switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip2006-07-042-3/+7
| | | | | managed memory. Initial tests seem to check out okay (bzr r1352)
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
| | | (bzr r1351)
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
| | | (bzr r1349)
* patch for bug 1515934bulia byak2006-07-021-18/+24
| | | (bzr r1347)
* undo annotationsbulia byak2006-07-021-39/+43
| | | (bzr r1345)
* reterm canvas to pagebulia byak2006-07-021-7/+7
| | | (bzr r1344)
* accelerator for effectsbulia byak2006-07-021-1/+1
| | | (bzr r1343)
* Oops, was missing Dale.Colin Marquardt2006-07-021-0/+1
| | | (bzr r1341)
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+3
| | | (bzr r1340)
* removed string localisationdaleharvey2006-07-022-2/+2
| | | (bzr r1338)
* Fix for bug #1514977 (Text export in EPS file)Ulf Erikson2006-07-021-10/+16
| | | | | and Corrected transform of rotated/scaled images. (bzr r1336)
* The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson2006-07-021-34/+14
| | | | | not only for those with an opacity set. (bzr r1335)
* remove text-to-path option for command line pdf export, it's not supported ↵bulia byak2006-07-011-17/+0
| | | | | for now (bzr r1332)
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-014-125/+122
| | | (bzr r1331)
* fix bug where a Glib::ustring was compared to NULL which prevented an error ↵Ralf Stephan2006-06-301-1/+1
| | | | | message from being shown (see #1512876) (bzr r1328)
* undo annotationsbulia byak2006-06-301-5/+17
| | | (bzr r1327)
* add methods to identify scales and rotationsbulia byak2006-06-302-0/+30
| | | (bzr r1326)