| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -277/+0 |
| | | | | (bzr r13341.1.247) | ||||
| * | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -11/+7 |
| |\ | | | | | (bzr r13090.1.106) | ||||
| | * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -11/+7 |
| | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | | Add clip group option from Ponyscape | Liam P. White | 2014-06-14 | 1 | -0/+1 |
| |/ | | | (bzr r13090.1.83) | ||||
| * | Integrating with libdepixelize | Vinícius dos Santos Oliveira | 2013-09-12 | 1 | -0/+5 |
| | | | | (bzr r12506.1.1) | ||||
| * | 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/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fix for 171904 : toggleToolbox verb | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11778) | ||||
| * | Fix for 170395 : Add Trace Bitmap to context menu of images | John Smith | 2012-09-23 | 1 | -0/+5 |
| | | | | (bzr r11697) | ||||
| * | Fix for 172222 : Move direct to specified layer | John Smith | 2012-09-22 | 1 | -0/+1 |
| | | | | (bzr r11695) | ||||
| * | Fix for 273539 : Add Group action to the context menu | John Smith | 2012-09-02 | 1 | -2/+2 |
| | | | | (bzr r11640) | ||||
| * | Fix for 722625 : Select Same by Object Type | John Smith | 2012-07-25 | 1 | -0/+4 |
| | | | | (bzr r11573) | ||||
| * | Issue with my last commit | Kris De Gussem | 2012-04-25 | 1 | -1/+0 |
| | | | | (bzr r11293) | ||||
| * | Memory management in context menu (Bug #910529 ) | Kris De Gussem | 2012-04-24 | 1 | -1/+1 |
| | | | | (bzr r11290) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -0/+4 |
| | | | | (bzr r11250) | ||||
| * | Documentation / dropping some pointer conversions in context menu | Kris De Gussem | 2012-04-09 | 1 | -20/+125 |
| | | | | (bzr r11200) | ||||
| * | restore item order of dialogs in context menu (Bug #910529) | Kris De Gussem | 2012-04-06 | 1 | -39/+41 |
| | | | | (bzr r11167) | ||||
| * | drop some deprecated gdk_draw functions | Alex Valavanis | 2012-04-06 | 1 | -3/+3 |
| | | | | (bzr r11166) | ||||
| * | build warning fix | Kris De Gussem | 2012-04-06 | 1 | -3/+0 |
| | | | | (bzr r11161) | ||||
| * | C++ify context menu: | Kris De Gussem | 2012-04-05 | 1 | -4/+57 |
| | | | | | | | | | - c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+13 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -4/+5 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Automatically add shortcuts to tooltips | Jasper van de Gronde | 2010-09-06 | 1 | -2/+0 |
| |/ | | | (bzr r9745) | ||||
| * | 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) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+85 |
| (bzr r1) | |||||
