| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | trivial changes to address warning with g++-4.2 | Peter Moulder | 2007-09-16 | 2 | -2/+2 |
| | | | | (bzr r3757) | ||||
| * | fix typo: .( -> .set( | Bob Jamison | 2007-09-15 | 1 | -2/+2 |
| | | | | (bzr r3754) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 4 | -16/+13 |
| | | | | (bzr r3753) | ||||
| * | r16564@tres: ted | 2007-09-12 20:45:12 -0700 | Ted Gould | 2007-09-13 | 54 | -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 close | Adib Taraben | 2007-09-12 | 1 | -1/+1 |
| | | | | (bzr r3739) | ||||
| * | revert partly 16042 include files | Adib Taraben | 2007-09-12 | 1 | -1/+5 |
| | | | | (bzr r3736) | ||||
| * | NEW: XSLT Input/output extension support fix for: close not defined | Adib Taraben | 2007-09-12 | 1 | -0/+1 |
| | | | | (bzr r3735) | ||||
| * | r16525@tres: ted | 2007-09-11 20:49:47 -0700 | Ted Gould | 2007-09-12 | 2 | -3/+208 |
| | | | | | | Adding in code to XSLT. (bzr r3729) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 4 | -12/+12 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | (PrintPS::begin): Change isspace to g_ascii_isspace. | Peter Moulder | 2007-09-12 | 1 | -7/+22 |
| | | | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725) | ||||
| * | Purged fill type, stroke type enum | Adib Taraben | 2007-09-11 | 1 | -2/+2 |
| | | | | (bzr r3721) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 6 | -57/+57 |
| | | | | (bzr r3706) | ||||
| * | r16474@tres: ted | 2007-08-31 21:37:33 -0700 | Ted Gould | 2007-09-01 | 3 | -5/+5 |
| | | | | | | Changes that SVK borked. (bzr r3656) | ||||
| * | r16443@tres: ted | 2007-08-30 22:22:32 -0700 | Ted Gould | 2007-09-01 | 1 | -1/+11 |
| | | | | | | Pump some GTK events so that there is more interactivity. (bzr r3654) | ||||
| * | r16442@tres: ted | 2007-08-30 21:51:42 -0700 | Ted Gould | 2007-09-01 | 5 | -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 -0700 | Ted Gould | 2007-09-01 | 1 | -6/+6 |
| | | | | | | Removing tabs. (bzr r3652) | ||||
| * | r16430@tres: ted | 2007-08-30 20:32:23 -0700 | Ted Gould | 2007-09-01 | 2 | -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 -0700 | Ted Gould | 2007-09-01 | 1 | -92/+0 |
| | | | | | | Really shouldn't be here anymore (bzr r3648) | ||||
| * | r16408@tres: ted | 2007-08-29 22:52:27 -0700 | Ted Gould | 2007-09-01 | 1 | -2/+5 |
| | | | | | | Nasty little state machine. Seems better now. (bzr r3647) | ||||
| * | r16407@tres: ted | 2007-08-29 22:33:35 -0700 | Ted Gould | 2007-09-01 | 1 | -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 -0700 | Ted Gould | 2007-09-01 | 5 | -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 -0700 | Ted Gould | 2007-09-01 | 2 | -12/+2 |
| | | | | | | Removing some debug messages. (bzr r3644) | ||||
| * | r16404@tres: ted | 2007-08-29 19:48:31 -0700 | Ted Gould | 2007-09-01 | 1 | -0/+1 |
| | | | | | | Making unpinned listen to you liveEffect settings. (bzr r3643) | ||||
| * | r16403@tres: ted | 2007-08-29 09:10:45 -0700 | Ted Gould | 2007-09-01 | 3 | -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 -0700 | Ted Gould | 2007-09-01 | 3 | -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 -0700 | Ted Gould | 2007-09-01 | 4 | -6/+37 |
| | | | | | | Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639) | ||||
| * | r16339@tres: ted | 2007-08-19 19:47:57 -0700 | Ted Gould | 2007-09-01 | 3 | -3/+19 |
| | | | | | | | Live preview toggling is working. Pinning, not as much. But getting there. (bzr r3638) | ||||
| * | (bzr r3637) | Ted Gould | 2007-09-01 | 2 | -4/+25 |
| | | |||||
| * | r16267@tres: ted | 2007-08-16 23:04:38 -0700 | Ted Gould | 2007-09-01 | 3 | -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 -0700 | Ted Gould | 2007-09-01 | 2 | -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 -0700 | Ted Gould | 2007-09-01 | 3 | -15/+66 |
| | | | | | | | Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633) | ||||
| * | * Added refernce link for translators | Luca Bruno | 2007-08-27 | 2 | -0/+2 |
| | | | | (bzr r3595) | ||||
| * | add too-high-precision warning, transientize, copyediting, cosmetic | bulia byak | 2007-08-23 | 2 | -30/+45 |
| | | | | (bzr r3574) | ||||
| * | initialize page number and preview | bulia byak | 2007-08-23 | 1 | -0/+2 |
| | | | | (bzr r3573) | ||||
| * | Clear Cairo surface to white before rendering preview | miklosh | 2007-08-23 | 1 | -0/+2 |
| | | | | (bzr r3571) | ||||
| * | Avoid transforming a group with an already set clip-path | miklosh | 2007-08-23 | 2 | -2/+6 |
| | | | | (bzr r3570) | ||||
| * | Display the total number of pages next to the page number spinbutton | miklosh | 2007-08-23 | 2 | -1/+17 |
| | | | | (bzr r3569) | ||||
| * | Use the embedded thumbnails for preview when poppler-cairo is not available | miklosh | 2007-08-20 | 2 | -23/+62 |
| | | | | (bzr r3550) | ||||
| * | Disable the page selector when there's only one page | miklosh | 2007-08-19 | 1 | -0/+4 |
| | | | | (bzr r3541) | ||||
| * | Added checks for pixbuf/pixmap allocation failure | miklosh | 2007-08-19 | 1 | -2/+7 |
| | | | | (bzr r3540) | ||||
| * | Fixed some compiler warnings | miklosh | 2007-08-19 | 1 | -13/+7 |
| | | | | (bzr r3537) | ||||
| * | Remove the clipping path emitted before the 'sh' operator since that same ↵ | miklosh | 2007-08-19 | 1 | -0/+21 |
| | | | | | | path is filled later (bzr r3535) | ||||
| * | Corrected image mask generation | miklosh | 2007-08-19 | 1 | -28/+14 |
| | | | | (bzr r3529) | ||||
| * | Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵ | miklosh | 2007-08-19 | 2 | -2/+16 |
| | | | | | | PDF preview to work (bzr r3526) | ||||
| * | Added a PDF import settings dialog | miklosh | 2007-08-19 | 4 | -6/+585 |
| | | | | (bzr r3523) | ||||
| * | Fixed a typo and an off-by-one error | miklosh | 2007-08-19 | 1 | -2/+2 |
| | | | | (bzr r3521) | ||||
| * | Require a pageBox in the constructor for GfxState so that we do not always ↵ | miklosh | 2007-08-19 | 2 | -3/+4 |
| | | | | | | need to specify a cropbox (bzr r3520) | ||||
| * | fix build for boost and imagemagick | Bob Jamison | 2007-08-19 | 1 | -6/+26 |
| | | | | (bzr r3512) | ||||
| * | Added the ability to set the precision of gradient mesh approximation in ↵ | miklosh | 2007-08-18 | 2 | -34/+54 |
| | | | | | | PdfParser (bzr r3510) | ||||
| * | Make sure style is invalidated when setting fill/stroke color in text objects | miklosh | 2007-08-17 | 1 | -0/+2 |
| | | | | (bzr r3494) | ||||
