| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use visual bbox in calculation of filter area (Bug 1188336) | Alvin Penner | 2013-06-10 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1188336 (bzr r12362) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 2 | -0/+4 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 2 | -0/+4 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -2/+2 |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | Fix some broken Vim modelines | Alex Valavanis | 2013-04-11 | 3 | -3/+3 |
| | | | | (bzr r12275) | ||||
| * | Implement read/write of image-rendering property. To be used to control scaling. | Tavmjong Bah | 2013-04-08 | 1 | -0/+7 |
| | | | | (bzr r12272) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 3 | -3/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Fix more clang warnings | Alex Valavanis | 2013-03-23 | 2 | -7/+7 |
| | | | | (bzr r12235) | ||||
| * | Clarified choice of downsampling routine. | Jasper van de Gronde | 2013-03-21 | 1 | -1/+3 |
| | | | | (bzr r12228) | ||||
| * | Handle bitmap downsampling ourselves, see bug #804162 in launchpad. | Jasper van de Gronde | 2013-03-21 | 2 | -12/+115 |
| | | | | (bzr r12227) | ||||
| * | Drop checks for ancient dependency versions. These are satisfied elsewhere. | Alex Valavanis | 2013-03-16 | 1 | -3/+0 |
| | | | | (bzr r12213) | ||||
| * | Warning cleanup | Alex Valavanis | 2013-03-16 | 1 | -5/+5 |
| | | | | (bzr r12211) | ||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 5 | -10/+10 |
| | | | | (bzr r12206) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 6 | -6/+5 |
| | | | | (bzr r12205) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 6 | -6/+7 |
| | | | | (bzr r12204) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | Drop more Gtk::Table usage | Alex Valavanis | 2013-03-08 | 2 | -11/+100 |
| | | | | (bzr r12180) | ||||
| * | Use ink_cairo_surface_filter when converting surfaces between linearRGB and ↵ | Tavmjong Bah | 2013-03-03 | 1 | -27/+64 |
| | | | | | | | | sRGB. Huge speed advantage when using multiple threads. (bzr r12170) | ||||
| * | Fix build with C++11 | Alex Valavanis | 2013-03-02 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166) | ||||
| * | Bug #561503: fix typo in earlier fix (r11133) | vaifrax | 2013-02-15 | 1 | -1/+1 |
| | | | | (bzr r12128) | ||||
| * | Fix for Bug #1110397: Opacity of clipped group is ignored (regression) | Ted Janeczko | 2013-02-01 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1110397 (bzr r12086) | ||||
| * | code cleanup. don't use pointers when you don't have to. use const whereever ↵ | Johan B. C. Engelen | 2013-01-30 | 5 | -38/+38 |
| | | | | | | you can. (bzr r12077) | ||||
| * | Filter color values always defined as sRGB (or ICC). | Tavmjong Bah | 2013-01-29 | 7 | -10/+97 |
| | | | | (bzr r12070) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 2 | -94/+45 |
| | | | | (bzr r12065) | ||||
| * | Fix multiple instances of ci_key. | Jon A. Cruz | 2013-01-20 | 2 | -9/+11 |
| | | | | (bzr r12045) | ||||
| * | fix warning | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12041) | ||||
| * | const | Johan B. C. Engelen | 2013-01-17 | 2 | -9/+9 |
| | | | | (bzr r12040) | ||||
| * | make grayscale viewmode color factors configurable. | Johan B. C. Engelen | 2013-01-13 | 2 | -14/+20 |
| | | | | (bzr r12022) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -0/+3 |
| | | | | (bzr r12014) | ||||
| * | Speed up canvas item drawing for GTK+ 3 | Alex Valavanis | 2012-12-30 | 1 | -27/+20 |
| | | | | (bzr r11999) | ||||
| * | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 2012-12-28 | 1 | -15/+3 |
| | | | | (bzr r11995) | ||||
| * | Move some code from filter primitives to cairo-utils.cpp. Fix bug in ↵ | Tavmjong Bah | 2012-12-23 | 19 | -214/+40 |
| | | | | | | lighting primitives. (bzr r11976) | ||||
| * | Add support for color-interpolation-filters = linearRGB. | Tavmjong Bah | 2012-12-22 | 19 | -5/+352 |
| | | | | (bzr r11972) | ||||
| * | Add utilities to tag a cairo surface with color interpolation value. | Tavmjong Bah | 2012-12-22 | 2 | -0/+124 |
| | | | | (bzr r11971) | ||||
| * | Minor changes. | Tavmjong Bah | 2012-12-22 | 1 | -1/+1 |
| | | | | (bzr r11969) | ||||
| * | re-add Grayscale color mode | Johan B. C. Engelen | 2012-12-13 | 3 | -41/+79 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/885048 (bzr r11953) | ||||
| * | stacked clip paths. patch by Ted Janeczko for Bug 1067271 | Alvin Penner | 2012-12-09 | 1 | -16/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1067271 (bzr r11943) | ||||
| * | Revert r11914, better fix for bug #955141 coming. | Tavmjong Bah | 2012-12-09 | 1 | -27/+2 |
| | | | | (bzr r11940) | ||||
| * | Fix for bug #790192, the unclipped alpha component was used for clipping the ↵ | Jasper van de Gronde | 2012-12-06 | 1 | -4/+5 |
| | | | | | | colour components. (bzr r11935) | ||||
| * | Fix for #955141: Converting clipped object to pattern produces rasterised ↵ | Tavmjong Bah | 2012-11-29 | 2 | -2/+29 |
| | | | | | | pattern. (bzr r11914) | ||||
| * | Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive ↵ | John Smith | 2012-11-29 | 1 | -2/+1 |
| | | | | | | is present (bzr r11913) | ||||
| * | Update to current trunk | Ted Gould | 2012-11-25 | 19 | -141/+155 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ↵ | Nicolas Dufour | 2012-11-23 | 1 | -2/+6 |
| | | | | | | | | | | | an object). (bzr r11893) | ||||
| | * | cppcheck: Fix a couple more C-style pointer casts and inefficient ↵ | Alex Valavanis | 2012-11-15 | 2 | -4/+4 |
| | | | | | | | | | | | vector-emptiness checking (bzr r11872) | ||||
| | * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 2 | -36/+33 |
| | | | | | | | (bzr r11867) | ||||
| | * | Change outline mode rendering tolerance from 1.25 to 0.5. | Krzysztof Kosi??ski | 2012-11-06 | 2 | -2/+2 |
| | | | | | | | | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862) | ||||
| | * | Fix for 1068763 : Opening 'File > Document Properties' dirties current document | John Smith | 2012-10-31 | 1 | -2/+4 |
| | | | | | | | (bzr r11855) | ||||
| | * | cppcheck: More C-style pointer casting | Alex Valavanis | 2012-10-28 | 4 | -11/+13 |
| | | | | | | | (bzr r11844) | ||||
| | * | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 2012-10-27 | 5 | -15/+15 |
| | | | | | | | (bzr r11840) | ||||
| | * | Clamp colour channels in feComposite result to alpha channel, instead of 1, ↵ | Jasper van de Gronde | 2012-10-27 | 1 | -4/+5 |
| | | | | | | | | | | | as the channels are premultiplied. (bzr r11835) | ||||
