| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unused variable | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+0 |
| | | | | (bzr r12454) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+3 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+1 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Disconnect size_allocation signal handler before disposing desktop widget | Alex Valavanis | 2013-01-30 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1108930 (bzr r12078) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -2/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+3 |
| | | | | (bzr r11600) | ||||
| * | Drop GtkObject usage in view widgets | Alex Valavanis | 2012-05-22 | 1 | -2/+0 |
| | | | | (bzr r11403) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -3/+3 |
| | | | | (bzr r11030) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+1 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -2/+2 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359) | ||||
| | * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.3) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 1 | -2/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -0/+7 |
| | | | | (bzr r10198) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -0/+2 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -0/+1 |
| |/ | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| * | Implemented dynamic repositioning of toolboxes. | Jon A. Cruz | 2010-01-11 | 1 | -0/+3 |
| | | | | (bzr r8968) | ||||
| * | C++-ification pass. | Jon A. Cruz | 2010-01-08 | 1 | -10/+23 |
| | | | | (bzr r8954) | ||||
| * | Initial read-only generation of per-document palette | Jon A. Cruz | 2009-03-17 | 1 | -1/+3 |
| | | | | (bzr r7510) | ||||
| * | Added a new toolbar with snapping controls | Diederik van Lierop | 2009-01-10 | 1 | -1/+1 |
| | | | | (bzr r7107) | ||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 1 | -9/+9 |
| | | | | (bzr r6561) | ||||
| * | Fix missing ruler and document title updates when a file is opened in an ↵ | Maximilian Albert | 2008-02-03 | 1 | -0/+2 |
| | | | | | | existing window (bzr r4640) | ||||
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ↵ | Diederik van Lierop | 2008-01-30 | 1 | -0/+2 |
| | | | | | | change size (bzr r4621) | ||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 1 | -0/+3 |
| | | | | (bzr r4138) | ||||
| * | Adding ICC Profiles in X support | Jon A. Cruz | 2007-11-17 | 1 | -10/+17 |
| | | | | (bzr r4095) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -2/+8 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | add a way to set a radio toggle in aux toolbar via desktop, by the toggles id | bulia byak | 2007-08-07 | 1 | -0/+3 |
| | | | | (bzr r3408) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -5/+9 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | patch 1734633: option to save window geometry in prefs | bulia byak | 2007-06-18 | 1 | -0/+6 |
| | | | | (bzr r3075) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | add interface for disabling interaction during long-running operations | John Bintz | 2006-08-13 | 1 | -0/+9 |
| | | | | (bzr r1596) | ||||
| * | added functions to allow update events to process during long-running operations | John Bintz | 2006-08-13 | 1 | -0/+3 |
| | | | | (bzr r1595) | ||||
| * | switch to sigc++ SPObject signals for desktop widget | MenTaLguY | 2006-07-29 | 1 | -0/+4 |
| | | | | (bzr r1506) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+201 |
| (bzr r1) | |||||
