summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-111-4/+4
| | | | | take char const* rather than char*. (bzr r3874)
* remove obsolete import-as-pattern optionbulia byak2007-09-261-33/+8
| | | (bzr r3807)
* 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)
* 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: Address some g++-4.2 writable-strings warnings.Peter Moulder2007-09-161-7/+6
| | | (bzr r3759)
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-162-2/+2
| | | (bzr r3757)
* fix typo: .( -> .set(Bob Jamison2007-09-151-2/+2
| | | (bzr r3754)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-154-16/+13
| | | (bzr r3753)
* 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)
* 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-122-3/+208
| | | | | Adding in code to XSLT. (bzr r3729)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-124-12/+12
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* (PrintPS::begin): Change isspace to g_ascii_isspace.Peter Moulder2007-09-121-7/+22
| | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725)
* Purged fill type, stroke type enumAdib Taraben2007-09-111-2/+2
| | | (bzr r3721)
* Purged fill type enumJon A. Cruz2007-09-106-57/+57
| | | (bzr r3706)
* r16474@tres: ted | 2007-08-31 21:37:33 -0700Ted Gould2007-09-013-5/+5
| | | | | Changes that SVK borked. (bzr r3656)
* r16443@tres: ted | 2007-08-30 22:22:32 -0700Ted Gould2007-09-011-1/+11
| | | | | Pump some GTK events so that there is more interactivity. (bzr r3654)
* r16442@tres: ted | 2007-08-30 21:51:42 -0700Ted Gould2007-09-015-10/+39
| | | | | | | One preference dialog per effect. Nothing crazy here. Also setting the timer to be ref counted in lock/unlock mode. This way the whole thing stays locked while the dialog is shown. (bzr r3653)
* r16441@tres: ted | 2007-08-30 20:44:39 -0700Ted Gould2007-09-011-6/+6
| | | | | Removing tabs. (bzr r3652)
* r16430@tres: ted | 2007-08-30 20:32:23 -0700Ted Gould2007-09-012-4/+14
| | | | | | Adding in a timer so that the preferences aren't acted on immediately. This should give the illusion of more interactivity. (bzr r3650)
* r16409@tres: ted | 2007-08-29 22:58:07 -0700Ted Gould2007-09-011-92/+0
| | | | | Really shouldn't be here anymore (bzr r3648)
* r16408@tres: ted | 2007-08-29 22:52:27 -0700Ted Gould2007-09-011-2/+5
| | | | | Nasty little state machine. Seems better now. (bzr r3647)
* r16407@tres: ted | 2007-08-29 22:33:35 -0700Ted Gould2007-09-011-2/+10
| | | | | | Fixing a crash on signal deletion and also making it so that OK is handled correctly. (bzr r3646)
* r16406@tres: ted | 2007-08-29 20:14:55 -0700Ted Gould2007-09-015-15/+34
| | | | | | Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645)
* r16405@tres: ted | 2007-08-29 19:50:24 -0700Ted Gould2007-09-012-12/+2
| | | | | Removing some debug messages. (bzr r3644)
* r16404@tres: ted | 2007-08-29 19:48:31 -0700Ted Gould2007-09-011-0/+1
| | | | | Making unpinned listen to you liveEffect settings. (bzr r3643)
* r16403@tres: ted | 2007-08-29 09:10:45 -0700Ted Gould2007-09-013-12/+33
| | | | | | Fixed a tricky segmentation fault. Multithreading is hard when you don't have threads :) (bzr r3642)
* r16395@tres: ted | 2007-08-27 19:41:32 -0700Ted Gould2007-09-013-2/+11
| | | | | | This is a good stopping point. I think things are working... more testing. (bzr r3640)
* r16340@tres: ted | 2007-08-20 19:02:50 -0700Ted Gould2007-09-014-6/+37
| | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
* r16339@tres: ted | 2007-08-19 19:47:57 -0700Ted Gould2007-09-013-3/+19
| | | | | | Live preview toggling is working. Pinning, not as much. But getting there. (bzr r3638)
* (bzr r3637)Ted Gould2007-09-012-4/+25
|
* r16267@tres: ted | 2007-08-16 23:04:38 -0700Ted Gould2007-09-013-18/+79
| | | | | | | Basic functionality. Still doesn't cancel all of the execution environment stuff. But the other parts are working. Good checkin point. (bzr r3636)
* r16220@tres: ted | 2007-08-15 19:43:11 -0700Ted Gould2007-09-012-1/+19
| | | | | | | Okay, so now things are a little more connected. The widgets are parameters and they have signals. Work left is to actually USE those signals ;) (bzr r3634)
* r16003@tres: ted | 2007-07-27 08:51:45 -0700Ted Gould2007-09-013-15/+66
| | | | | | Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633)
* * Added refernce link for translatorsLuca Bruno2007-08-272-0/+2
| | | (bzr r3595)
* add too-high-precision warning, transientize, copyediting, cosmeticbulia byak2007-08-232-30/+45
| | | (bzr r3574)
* initialize page number and previewbulia byak2007-08-231-0/+2
| | | (bzr r3573)
* Clear Cairo surface to white before rendering previewmiklosh2007-08-231-0/+2
| | | (bzr r3571)
* Avoid transforming a group with an already set clip-pathmiklosh2007-08-232-2/+6
| | | (bzr r3570)
* Display the total number of pages next to the page number spinbuttonmiklosh2007-08-232-1/+17
| | | (bzr r3569)
* Use the embedded thumbnails for preview when poppler-cairo is not availablemiklosh2007-08-202-23/+62
| | | (bzr r3550)
* Disable the page selector when there's only one pagemiklosh2007-08-191-0/+4
| | | (bzr r3541)
* Added checks for pixbuf/pixmap allocation failuremiklosh2007-08-191-2/+7
| | | (bzr r3540)
* Fixed some compiler warningsmiklosh2007-08-191-13/+7
| | | (bzr r3537)