| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some GDK deprecation fixes for Input Devices dialog | Alex Valavanis | 2012-05-26 | 1 | -6/+31 |
| | | | | (bzr r11419) | ||||
| * | Fix for 903772 : Support --export-text-to-path when outputting plain SVG | John Smith | 2012-05-26 | 3 | -0/+47 |
| | | | | (bzr r11418) | ||||
| * | mesh gradient: fix bad indexing | Johan B. C. Engelen | 2012-05-25 | 1 | -0/+3 |
| | | | | (bzr r11417) | ||||
| * | gradient mesh: add NULL checks to fix crash? | Johan B. C. Engelen | 2012-05-25 | 1 | -5/+13 |
| | | | | (bzr r11416) | ||||
| * | Improve progress granularity when exporting multiple items. | Jon A. Cruz | 2012-05-25 | 2 | -11/+23 |
| | | | | (bzr r11415) | ||||
| * | Fixing warnings. | Jon A. Cruz | 2012-05-25 | 6 | -45/+34 |
| | | | | (bzr r11414) | ||||
| * | Don't use extension events API in GTK+3 builds | Alex Valavanis | 2012-05-24 | 2 | -0/+11 |
| | | | | (bzr r11413) | ||||
| * | svg-canvas GTK+3 fixes | Alex Valavanis | 2012-05-24 | 1 | -0/+12 |
| | | | | (bzr r11412) | ||||
| * | GrDrag: check for null pointer | Johan B. C. Engelen | 2012-05-24 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1004191 (bzr r11411) | ||||
| * | fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵ | Johan B. C. Engelen | 2012-05-24 | 4 | -219/+219 |
| | | | | | | you wouldn't just use 'unsigned int' (bzr r11410) | ||||
| * | Added option to close export dialog upon completion. Fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 2 | -0/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11409) | ||||
| * | Added progress to export dialog and disabling export button while busy. ↵ | Jon A. Cruz | 2012-05-24 | 2 | -14/+49 |
| | | | | | | | | | Partially fixes bug #43730. Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11408) | ||||
| * | Applied modified patch to add export messages. Partially fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 3 | -72/+146 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 36 | -157/+6156 |
| | | | | (bzr r11406) | ||||
| * | Correct improper flipping of sRGB transform from RGB to BGR with cairo ↵ | Jon A. Cruz | 2012-05-23 | 1 | -3/+3 |
| | | | | | | | | | change. Fixes bug #814179. Fixed bugs: - https://launchpad.net/bugs/814179 (bzr r11405) | ||||
| * | More GTK+ 3 fixes for desktop-widget | Alex Valavanis | 2012-05-22 | 1 | -6/+0 |
| | | | | (bzr r11404) | ||||
| * | Drop GtkObject usage in view widgets | Alex Valavanis | 2012-05-22 | 3 | -15/+12 |
| | | | | (bzr r11403) | ||||
| * | Drop deprecated progress bar orientation | Alex Valavanis | 2012-05-22 | 1 | -1/+0 |
| | | | | (bzr r11402) | ||||
| * | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 2012-05-22 | 3 | -6/+20 |
| | | | | (bzr r11401) | ||||
| * | GTK+ 3 drawing in OCAL dialog | Alex Valavanis | 2012-05-22 | 2 | -4/+77 |
| | | | | (bzr r11399) | ||||
| * | Use theme foreground colour for ruler tick drawing | Alex Valavanis | 2012-05-21 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1002555 (bzr r11398) | ||||
| * | Start GTK+ 3 rendering in OCAL dialogs | Alex Valavanis | 2012-05-21 | 2 | -1/+56 |
| | | | | (bzr r11397) | ||||
| * | Fix missing header in svg-fonts-dialog needed for GTK+ 3 build | Alex Valavanis | 2012-05-21 | 1 | -0/+1 |
| | | | | (bzr r11396) | ||||
| * | Added sp-ctrlcurve, usefull for meshes. | Tavmjong Bah | 2012-05-21 | 6 | -0/+293 |
| | | | | (bzr r11395) | ||||
| * | Change default font to a CSS valid default font (Sans -> sans-serif). | Tavmjong Bah | 2012-05-21 | 4 | -9/+9 |
| | | | | (bzr r11393) | ||||
| * | GTK+ 3 changes for cell-renderers | Alex Valavanis | 2012-05-21 | 6 | -43/+108 |
| | | | | (bzr r11392) | ||||
| * | More size-request GTK+ 3 fixes | Alex Valavanis | 2012-05-21 | 3 | -6/+28 |
| | | | | (bzr r11391) | ||||
| * | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 2012-05-21 | 11 | -71/+268 |
| | | | | | | Additional prep for centralizing color setting. (bzr r11390) | ||||
| * | Fix for 1000023 : Fill & Stroke dialog redesign | John Smith | 2012-05-21 | 8 | -6/+70 |
| | | | | (bzr r11389) | ||||
| * | Fix for 973195 : Limit width of color profile labels | John Smith | 2012-05-20 | 2 | -39/+40 |
| | | | | (bzr r11388) | ||||
| * | C++ification of SPWidget. | Jon A. Cruz | 2012-05-20 | 2 | -226/+293 |
| | | | | (bzr r11387) | ||||
| * | Revert r11370. Fix crash with grid in default template | Alex Valavanis | 2012-05-19 | 8 | -55/+82 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386) | ||||
| * | GTK+ 3 changes for sp-widget | Alex Valavanis | 2012-05-19 | 1 | -27/+25 |
| | | | | (bzr r11385) | ||||
| * | GTK+ 3 fixes for colour selector widgets | Alex Valavanis | 2012-05-18 | 8 | -86/+67 |
| | | | | (bzr r11384) | ||||
| * | More GtkObject fixes | Alex Valavanis | 2012-05-18 | 3 | -26/+20 |
| | | | | (bzr r11383) | ||||
| * | More GtkObject fixes | Alex Valavanis | 2012-05-18 | 3 | -17/+18 |
| | | | | (bzr r11382) | ||||
| * | Gtk+ 3 fixes for button widget | Alex Valavanis | 2012-05-18 | 1 | -7/+10 |
| | | | | (bzr r11381) | ||||
| * | Don't try to set non-existent size property in ctrlpoint | Alex Valavanis | 2012-05-18 | 1 | -1/+0 |
| | | | | (bzr r11380) | ||||
| * | 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) | ||||
| * | Fix for 973195 : Limit width of marker labels | John Smith | 2012-05-18 | 1 | -1/+2 |
| | | | | (bzr r11378) | ||||
| * | Make docked dialogs indicate focus | Alex Valavanis | 2012-05-17 | 2 | -0/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/950556 (bzr r11377) | ||||
| * | Follow-up for 11375 | Jon A. Cruz | 2012-05-17 | 1 | -0/+47 |
| | | | | (bzr r11376) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 17 | -79/+187 |
| | | | | (bzr r11375) | ||||
| * | Fix for 997888 : Merge into Document Properties | John Smith | 2012-05-17 | 3 | -2/+77 |
| | | | | (bzr r11374) | ||||
| * | Corrected protected type access (comments were incorrect). | Jon A. Cruz | 2012-05-17 | 12 | -452/+729 |
| | | | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373) | ||||
| * | Fixed warning with printf format. Also corrected inproper type that resulted ↵ | Jon A. Cruz | 2012-05-17 | 1 | -12/+15 |
| | | | | | | in the use of C-style const casts. (bzr r11372) | ||||
| * | Fix for 950677 : ellipsize function with ustring | John Smith | 2012-05-17 | 3 | -20/+18 |
| | | | | (bzr r11371) | ||||
| * | Drop some GtkObject usage | Alex Valavanis | 2012-05-16 | 8 | -82/+55 |
| | | | | (bzr r11370) | ||||
| * | remove GtkObject use in color-item | Alex Valavanis | 2012-05-16 | 1 | -1/+1 |
| | | | | (bzr r11369) | ||||
| * | remove GtkObject use in find dialog | Alex Valavanis | 2012-05-16 | 1 | -4/+2 |
| | | | | (bzr r11368) | ||||
