| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084) | Alvin Penner | 2012-05-27 | 2 | -12/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1004084 (bzr r11427) | ||||
| * | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 2012-05-22 | 1 | -2/+9 |
| | | | | (bzr r11401) | ||||
| * | Correct use of memcopy/sizeof on wrong type. Fixes bug #616178. | Jon A. Cruz | 2012-05-18 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379) | ||||
| * | pdf import. set a default line width, see ↵ | Alvin Penner | 2012-05-15 | 1 | -1/+4 |
| | | | | | | http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539 (bzr r11364) | ||||
| * | A couple of simple Gtk3 fixes | Alex Valavanis | 2012-05-06 | 1 | -0/+8 |
| | | | | (bzr r11342) | ||||
| * | improved workaround to prevent GfxRadialShading from getting corrupted ↵ | Alvin Penner | 2012-05-06 | 1 | -2/+15 |
| | | | | | | | | | during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340) | ||||
| * | Syntax of null pointer dereference checking | Kris De Gussem | 2012-05-03 | 1 | -4/+6 |
| | | | | (bzr r11320) | ||||
| * | extensions: string class usage | Kris De Gussem | 2012-05-01 | 1 | -17/+7 |
| | | | | (bzr r11313) | ||||
| * | fix extension path scan (Bug #801568 ; patch of Patrick Monnerat) | Kris De Gussem | 2012-05-01 | 1 | -4/+2 |
| | | | | (bzr r11312) | ||||
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 2 | -2/+0 |
| | | | | (bzr r11309) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 6 | -2/+56 |
| | | | | (bzr r11308) | ||||
| * | emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083) | Alvin Penner | 2012-04-29 | 1 | -0/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/990083 (bzr r11307) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 5 | -3/+12 |
| | | | | (bzr r11304) | ||||
| * | C++ify syntax a bit | Johan B. C. Engelen | 2012-04-28 | 1 | -7/+6 |
| | | | | (bzr r11300) | ||||
| * | fix paths when working with command line (Bug #695120 , patch by Patrick ↵ | Kris De Gussem | 2012-04-28 | 1 | -0/+26 |
| | | | | | | Monnerat) (bzr r11299) | ||||
| * | pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵ | Alvin Penner | 2012-04-22 | 1 | -6/+8 |
| | | | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283) | ||||
| * | dropping some ghost code / probably fixing a memleak as well | Kris De Gussem | 2012-04-21 | 1 | -4/+0 |
| | | | | (bzr r11273) | ||||
| * | cppcheck / fix issue in Dutch translation | Kris De Gussem | 2012-04-20 | 2 | -10/+5 |
| | | | | (bzr r11270) | ||||
| * | cppcheck | Kris De Gussem | 2012-04-20 | 1 | -3/+1 |
| | | | | (bzr r11269) | ||||
| * | Memory leak fix. (Bug #986271) Code supplied by David Mathog. | Kris De Gussem | 2012-04-20 | 2 | -6/+23 |
| | | | | (bzr r11268) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 8 | -60/+42 |
| | | | | (bzr r11265) | ||||
| * | Fix for 169888 : Patch for HIG style frames for PDF import dialogs | John Smith | 2012-04-18 | 4 | -76/+17 |
| | | | | (bzr r11263) | ||||
| * | Work around for some missing glibmm headers in gtkmm (should be fixed in ↵ | Alex Valavanis | 2012-04-17 | 2 | -0/+2 |
| | | | | | | gtkmm 3.4) (bzr r11261) | ||||
| * | pdf import. for radial gradient, approximate an ExponentialFunction using an ↵ | Alvin Penner | 2012-04-15 | 1 | -19/+18 |
| | | | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256) | ||||
| * | Workaround for gtkmm build issue with dbus API | Alex Valavanis | 2012-04-14 | 1 | -2/+1 |
| | | | | (bzr r11243) | ||||
| * | Clean up a few Gtkmm orientables | Alex Valavanis | 2012-04-11 | 1 | -0/+5 |
| | | | | (bzr r11230) | ||||
| * | Removed unused function. | Jon A. Cruz | 2012-04-11 | 1 | -15/+0 |
| | | | | (bzr r11218) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -2/+2 |
| | | | | (bzr r11201) | ||||
| * | pdf import. temporary workaround to prevent GfxRadialShading from getting ↵ | Alvin Penner | 2012-04-08 | 1 | -1/+2 |
| | | | | | | | | | corrupted during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11184) | ||||
| * | Fix remaining GTKMM deprecation issues | Alex Valavanis | 2012-04-06 | 2 | -13/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -6/+6 |
| | | | | (bzr r11144) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -1/+1 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | pdf import. improve upon rev 11094. transform four corners of bbox ↵ | Alvin Penner | 2012-03-21 | 1 | -8/+14 |
| | | | | | | | | | separately (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11112) | ||||
| * | Extensions. Script parameters values can now be translated (see Bug #955798). | Nicolas Dufour | 2012-03-19 | 1 | -1/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/955798 (bzr r11099) | ||||
| * | Import. Bitmap import improvements (see Bugs #171842 and #847374). | Nicolas Dufour | 2012-03-18 | 2 | -15/+47 |
| | | | | (bzr r11097) | ||||
| * | pdf import. transform the bbox associated with a clip path (Bug 919176) | Alvin Penner | 2012-03-18 | 1 | -0/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11094) | ||||
| * | UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵ | Nicolas Dufour | 2012-03-07 | 1 | -4/+0 |
| | | | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 4 | -880/+874 |
| | | | | (bzr r11052) | ||||
| * | various minor things | Kris De Gussem | 2012-03-01 | 3 | -18/+20 |
| | | | | (bzr r11036) | ||||
| * | fix issues introduced with revision 10932 | Kris De Gussem | 2012-03-01 | 1 | -1/+1 |
| | | | | (bzr r11035) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-29 | 5 | -4/+15 |
| | | | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 22 | -62/+78 |
| | | | | (bzr r11030) | ||||
| * | Fix build failure in extensions | Alex Valavanis | 2012-02-28 | 37 | -1/+42 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 17 | -4/+28 |
| |\ | | | | | (bzr r11027) | ||||
| * | | header cleaning | Alex Valavanis | 2012-02-26 | 8 | -15/+18 |
| | | | | | | | (bzr r11017) | ||||
| * | | Header cleaning | Alex Valavanis | 2012-02-25 | 3 | -12/+11 |
| | | | | | | | (bzr r11016) | ||||
| * | | Header cleaning | Alex Valavanis | 2012-02-25 | 4 | -23/+41 |
| | | | | | | | (bzr r11015) | ||||
| * | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r11011) | ||||
| * | | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | (bzr r10987) | ||||
| * | | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 2 | -7/+28 |
| | | | | | | | (bzr r10986) | ||||
