summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* r15700@tres: ted | 2007-06-26 23:54:54 -0700Ted Gould2007-06-271-11/+0
| | | | | Fixing an SVK push error. (bzr r3146)
* use an accessor method to get filter from stylebulia byak2007-06-279-26/+27
| | | (bzr r3145)
* (bzr r3144)Ted Gould2007-06-271-60/+34
|
* r15631@tres: ted | 2007-06-26 22:34:54 -0700Ted Gould2007-06-271-40/+14
| | | | | Cleaning up the ::effect function to use more Glib:: (bzr r3141)
* r15630@tres: ted | 2007-06-26 22:27:01 -0700Ted Gould2007-06-271-37/+18
| | | | | Implementing save. (bzr r3140)
* r15629@tres: ted | 2007-06-26 21:47:00 -0700Ted Gould2007-06-272-48/+35
| | | | | | Adding in the ability to open files. Which required some changes. But, now everything seems happy. Can't break it all anymore. (bzr r3139)
* r15559@tres: ted | 2007-06-08 14:28:18 -0700Ted Gould2007-06-271-10/+14
| | | | | Adding in more parameter support. (bzr r3137)
* r15558@tres: ted | 2007-06-08 08:59:52 -0700Ted Gould2007-06-271-2/+2
| | | | | Making Johan an author and making the copyright "authors" (bzr r3136)
* r15557@tres: ted | 2007-06-08 08:58:12 -0700Ted Gould2007-06-272-4/+14
| | | | | | Tying in integer and float types along with removing some bugs that they showed. (bzr r3135)
* r15556@tres: ted | 2007-06-08 08:57:40 -0700Ted Gould2007-06-272-0/+12
| | | | | Adding some functions for future expansion. (bzr r3134)
* r15555@tres: ted | 2007-06-08 08:57:04 -0700Ted Gould2007-06-271-2/+2
| | | | | Adding in a debuging message and extending copyright. (bzr r3133)
* r15506@tres: ted | 2007-05-24 22:30:55 -0700Ted Gould2007-06-2711-34/+87
| | | | | | | Wow, the basics are kinda working. Only for ints and floats, and it seems to not like repeadative entry. But, it really is seeming very feasible. (bzr r3128)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-2711-15/+13
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-2712-72/+191
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15432@tres: ted | 2007-05-12 21:24:09 -0700Ted Gould2007-06-271-1/+58
| | | | | Cleaning up so that canceling works. (bzr r3123)
* r15380@tres: ted | 2007-05-10 19:24:35 -0700Ted Gould2007-06-272-1/+39
| | | | | Can now hit the cancel key and have it mean something. (bzr r3122)
* r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould2007-06-274-12/+19
| | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121)
* r15378@tres: ted | 2007-05-09 18:59:27 -0700Ted Gould2007-06-271-0/+14
| | | | | | Wow, working pretty well now. More updates and let's make this a little bit cooler. (bzr r3120)
* r15377@tres: ted | 2007-05-08 22:03:14 -0700Ted Gould2007-06-272-28/+39
| | | | | | It seems to work... I'm not entirely sure I understand why. Needs more testing, but I'm optimistic. (bzr r3119)
* r15368@tres: ted | 2007-05-05 13:53:51 -0700Ted Gould2007-06-274-401/+163
| | | | | | Basic adjustments to get async all connected in. This compiles for effects, but then it crashes. But, it's a decent start. (bzr r3117)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-2722-152/+152
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* fix issue introduced in r14229MenTaLguY2007-06-271-1/+1
| | | (bzr r3115)
* more unreffing temporary styles properlybulia byak2007-06-277-10/+10
| | | (bzr r3114)
* unref temporary styles properlybulia byak2007-06-271-1/+10
| | | (bzr r3113)
* fix style querying: now all objects have style, so to go up from SPStrings ↵bulia byak2007-06-271-2/+3
| | | | | we need a different check (bzr r3112)
* implementing snapping to imagesDiederik van Lierop2007-06-265-25/+128
| | | (bzr r3110)
* Move icon of 3D Box tool between Text tool and Connector toolMaximilian Albert2007-06-261-1/+1
| | | (bzr r3108)
* Complete fix of cast causing compile error on x86-64 (see commit no. 15178)Maximilian Albert2007-06-261-3/+3
| | | (bzr r3107)
* fix 1721790bulia byak2007-06-261-1/+2
| | | (bzr r3105)
* Remove unused function sp_png_write_rgba (and its helper function ↵Peter Moulder2007-06-252-53/+19
| | | | | | | | sp_png_get_block_stripe). (sp_png_write_rgba_striped): Don't export this function. Change return type from int to bool. (sp_export_png_file): Change return type from int to bool. (bzr r3103)
* noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.Peter Moulder2007-06-251-8/+5
| | | (bzr r3102)
* CodingStyle: whitespacePeter Moulder2007-06-251-152/+163
| | | (bzr r3101)
* CodingStyle: const usagePeter Moulder2007-06-251-13/+16
| | | (bzr r3100)
* functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols ↵Peter Moulder2007-06-251-9/+30
| | | | | local (static). (bzr r3099)
* move blend after blur, and blend with background buffer (enabled asMenTaLguY2007-06-241-15/+22
| | | | | necessary) (bzr r3096)
* initial filter UI code drop from NickMenTaLguY2007-06-2424-74/+1829
| | | (bzr r3095)
* merge OpenFont license supportMenTaLguY2007-06-241-0/+18
| | | (bzr r3094)
* Fix cast causing compile error on x86-64gustav_b2007-06-241-1/+1
| | | (bzr r3093)
* Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth2007-06-241-18/+23
| | | (bzr r3091)
* assert leads to false negativesDiederik van Lierop2007-06-241-1/+0
| | | (bzr r3090)
* This is a minor patch for the windows RC files. I've added the VERSIONINFO ↵Joel Holdsworth2007-06-244-2/+70
| | | | | metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well. (bzr r3089)
* Fixed a crash when changing blur of filtered object after duplicating itNiko Kiirala2007-06-231-1/+1
| | | (bzr r3087)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-2310-94/+224
| | | (bzr r3086)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-2125-2/+2012
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-214-22/+30
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder2007-06-201-0/+3
| | | (bzr r3080)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-1812-53/+307
| | | (bzr r3075)
* Add translator hint.Colin Marquardt2007-06-171-0/+2
| | | (bzr r3073)
* Add translator hint.Colin Marquardt2007-06-171-0/+2
| | | (bzr r3072)
* fix double instancing of signal connectors in SPUseReferenceJohan B. C. Engelen2007-06-171-9/+0
| | | (bzr r3071)