summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prevent wrong rubberband origin after click-selecting in node toolbulia byak2007-09-221-0/+1
| | | (bzr r3787)
* keys reference via webbrowser callbulia byak2007-09-221-1/+1
| | | (bzr r3786)
* 3 digits precisionbulia byak2007-09-211-1/+1
| | | (bzr r3783)
* Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b2007-09-204-515/+0
| | | (bzr r3782)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-204-8/+47
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-203-3/+26
| | | (bzr r3777)
* fix typo in 2geom Makefile_insertJohan B. C. Engelen2007-09-191-9/+9
| | | (bzr r3776)
* Fixed a rendering bug & crash when filtering empty objectsNiko Kiirala2007-09-191-3/+26
| | | (bzr r3775)
* Handle Dialog events properlygustav_b2007-09-191-33/+28
| | | (bzr r3774)
* r16619@tres: ted | 2007-09-18 21:09:29 -0700Ted Gould2007-09-193-8/+0
| | | | | Removing more GNOME Print. It's everywhere! (bzr r3773)
* r16617@tres: ted | 2007-09-18 21:00:44 -0700Ted Gould2007-09-192-503/+0
| | | | | Actually removing the files for GNOME Print. (bzr r3771)
* r16616@tres: ted | 2007-09-18 20:59:55 -0700Ted Gould2007-09-193-18/+0
| | | | | Removing GNOME Print (bzr r3770)
* r16594@tres: ted | 2007-09-18 09:27:48 -0700Ted Gould2007-09-193-24/+24
| | | | | Making a lot more strings translatable. (bzr r3769)
* r16593@tres: ted | 2007-09-18 09:16:31 -0700Ted Gould2007-09-195-87/+3
| | | | | Commenting out convolve completely and removing flop. (bzr r3768)
* Move more dialog event handling into Dialog class, work in progress ongustav_b2007-09-192-20/+77
| | | | | focus issues. (bzr r3767)
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-196-142/+138
| | | | | | | | | | | | | estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766)
* Improve snapping of newly created guidesDiederik van Lierop2007-09-161-9/+6
| | | (bzr r3765)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-167-25/+166
| | | | | fixes. (bzr r3764)
* noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder2007-09-162-2/+2
| | | (bzr r3763)
* noop: Remove a couple of redundant casts.Peter Moulder2007-09-161-2/+2
| | | (bzr r3762)
* trivial: **/*.xpm: svn propset svn:eol-style native. Mark strings as const, ↵Peter Moulder2007-09-1633-82/+82
| | | | | to avoid g++-4.2 warnings. (bzr r3761)
* (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵Peter Moulder2007-09-163-7/+9
| | | | | gchar const *const *. (bzr r3760)
* trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder2007-09-161-7/+6
| | | (bzr r3759)
* trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder2007-09-169-20/+20
| | | (bzr r3758)
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-165-6/+6
| | | (bzr r3757)
* merge in 2geom rev. 1154Johan B. C. Engelen2007-09-1621-774/+998
| | | (bzr r3756)
* add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen2007-09-153-7/+20
| | | | | not yet used. fix ScalarParam bug (bzr r3755)
* fix typo: .( -> .set(Bob Jamison2007-09-151-2/+2
| | | (bzr r3754)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-1536-409/+409
| | | (bzr r3753)
* avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop2007-09-159-55/+33
| | | (bzr r3752)
* copyeditbulia byak2007-09-141-2/+2
| | | (bzr r3750)
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-142-4/+4
| | | (bzr r3749)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-147-17/+62
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* Clean up code a bit.Johan B. C. Engelen2007-09-141-11/+2
| | | (bzr r3747)
* sorry for debug message. deleted.Johan B. C. Engelen2007-09-141-1/+0
| | | (bzr r3746)
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-145-7/+17
| | | (bzr r3745)
* Fixed min/max confusion bugJon A. Cruz2007-09-142-2/+2
| | | (bzr r3744)
* * Marking empty strings as non-translatableLuca Bruno2007-09-133-14/+14
| | | (bzr r3742)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-1354-260/+223
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* change from <io.h> to <unistd.h> to define closeAdib Taraben2007-09-121-1/+1
| | | (bzr r3739)
* copyeditbulia byak2007-09-121-4/+4
| | | (bzr r3738)
* revert partly 16042 include filesAdib Taraben2007-09-121-1/+5
| | | (bzr r3736)
* NEW: XSLT Input/output extension support fix for: close not definedAdib Taraben2007-09-121-0/+1
| | | (bzr r3735)
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-123-4/+209
| | | | | Adding in code to XSLT. (bzr r3729)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-1237-167/+167
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* (PrintPS::begin): Change isspace to g_ascii_isspace.Peter Moulder2007-09-122-14/+28
| | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725)
* Preserve current zoom and view for reverted documentsMaximilian Albert2007-09-111-0/+9
| | | (bzr r3724)
* Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2007-09-113-1/+15
| | | (bzr r3723)
* Purged fill type, stroke type enumAdib Taraben2007-09-111-2/+2
| | | (bzr r3721)
* Use angle step from prefs for rotation of PLs; Alt+parentheses rotate PLs by ↵Maximilian Albert2007-09-113-9/+11
| | | | | (constant) small amount (bzr r3720)