summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rearrange tabs for document-properties dialogDiederik van Lierop2007-04-171-2/+2
| | | (bzr r2911)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-153-80/+24
| | | (bzr r2904)
* change description of select-new option in calligraphybulia byak2007-04-151-2/+2
| | | (bzr r2894)
* Tweak capture of error messagesBob Jamison2007-04-151-8/+14
| | | (bzr r2892)
* Fix typoDiederik van Lierop2007-04-141-1/+1
| | | (bzr r2890)
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-131-1/+1
| | | (bzr r2878)
* Add global preference for selector tool, chosing between GEOMETRIC_BBOX or ↵Diederik van Lierop2007-04-132-2/+10
| | | | | VISUAL_BBOX (bzr r2877)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-1/+1
| | | (bzr r2873)
* Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ↵Diederik van Lierop2007-04-122-21/+21
| | | | | document properties (bzr r2868)
* Remove 'default scale origin' from selector tool's preferencesDiederik van Lierop2007-04-092-8/+2
| | | (bzr r2839)
* Corrected case where extension would not be added for opened filetypes not ↵Jon A. Cruz2007-04-061-6/+5
| | | | | in default list (i.e. jpeg) (bzr r2830)
* fix 1516323bulia byak2007-04-011-4/+0
| | | (bzr r2808)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-011-5/+1
| | | | | to comment-out old grid code. (bzr r2806)
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-011-0/+1
| | | (bzr r2801)
* make horizontal scrollbar automaticbulia byak2007-03-271-2/+2
| | | (bzr r2768)
* fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2007-03-262-6/+8
| | | (bzr r2766)
* purge unused stuff, copyeditbulia byak2007-03-263-30/+15
| | | (bzr r2764)
* Fix compile warning about construction order.Johan B. C. Engelen2007-03-251-2/+2
| | | (bzr r2760)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-252-28/+12
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* comment out debugbulia byak2007-03-251-1/+1
| | | (bzr r2752)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-0/+7
| | | (bzr r2745)
* More progress with preview and opening of files with non-ascii filenames. ↵Bob Jamison2007-03-221-1/+5
| | | | | Still crash on previewing file with an image. (bzr r2738)
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
| | | (bzr r2733)
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
| | | (bzr r2731)
* Do some cleanupBob Jamison2007-03-211-35/+48
| | | (bzr r2728)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-204-104/+297
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
| | | (bzr r2719)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
| | | | | (Falk Hueffner) (bzr r2695)
* move masks to their own page, move tablet checkbox to mouse, copyeditbulia byak2007-03-182-15/+24
| | | (bzr r2689)
* re-introduce isEmpty testsMenTaLguY2007-03-171-1/+1
| | | (bzr r2679)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-112-13/+9
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-112-73/+99
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-103-51/+73
| | | (bzr r2596)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
| | | | | avoid some copies (bzr r2582)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-2/+4
| | | (bzr r2557)
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵Jon A. Cruz2007-03-051-157/+120
| | | | | on/off in filedialogs (bzr r2553)
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
| | | (bzr r2524)
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
| | | (bzr r2518)
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
| | | (bzr r2515)
* Speedup when switching types by avoiding setting to a directory we are ↵Jon A. Cruz2007-03-031-1/+3
| | | | | already set to (bzr r2514)
* Switched from deferred extension appending to live extension swapping in the ↵Jon A. Cruz2007-03-022-29/+88
| | | | | dialog (bzr r2494)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* rename flood to paintbucket, copyeditbulia byak2007-02-262-5/+5
| | | (bzr r2449)
* Add flood fill toolJohn Bintz2007-02-252-1/+5
| | | (bzr r2432)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-212-6/+10
| | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-202-34/+53
| | | | | Making the marker dropdowns static so they can be updated. (bzr r2403)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-205-70/+200
| | | (bzr r2402)
* Partial fix for bug 980157.Bryce Harrington2007-02-201-0/+78
| | | | | | | | | | This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
| | | (bzr r2399)