| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 1 | -1/+1 |
| | | | | (bzr r11888) | ||||
| * | UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵ | Nicolas Dufour | 2012-03-22 | 1 | -0/+2 |
| | | | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116) | ||||
| * | Fix remaining glib deprecation and define compiler macros | Alex Valavanis | 2012-02-15 | 1 | -2/+1 |
| | | | | (bzr r10983) | ||||
| * | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-04 | 1 | -13/+20 |
| | | | | | | input data. (bzr r10934) | ||||
| * | rv some issues with previous commit | Kris De Gussem | 2012-02-02 | 1 | -18/+7 |
| | | | | (bzr r10929) | ||||
| * | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-02 | 1 | -7/+18 |
| | | | | | | input data. (bzr r10928) | ||||
| * | Fix missing header in units.cpp | Alex Valavanis | 2012-01-22 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919) | ||||
| * | memleak / header stuff / unused variable. | Kris De Gussem | 2012-01-22 | 1 | -1/+0 |
| | | | | (bzr r10917) | ||||
| * | ege-appear-time-tracker GSEAL | Alex Valavanis | 2012-01-15 | 1 | -4/+4 |
| | | | | (bzr r10888) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 2 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck: initialization / warning cleanup | Kris De Gussem | 2011-11-10 | 1 | -19/+18 |
| | | | | (bzr r10736) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 2 | -43/+45 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 2 | -30/+35 |
| | | | | (bzr r10696) | ||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 |
| | | | | (bzr r10397) | ||||
| * | Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIAS | Krzysztof Kosi??ski | 2011-06-23 | 1 | -4/+4 |
| | | | | (bzr r10345) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+31 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+1 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -6/+10 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | small tweaks | Johan B. C. Engelen | 2011-04-14 | 1 | -3/+1 |
| | | | | (bzr r10164) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 3 | -0/+653 |
| | | | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 3 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 2010-12-18 | 3 | -0/+253 |
| | | | | (bzr r9966) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 24 | -24/+24 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | - Constrained snap: proper implementation of the preference to snap the ↵ | Diederik van Lierop | 2010-10-29 | 1 | -2/+2 |
| | | | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866) | ||||
| * | Adding in accumulators. We need them too. | Ted Gould | 2010-03-26 | 1 | -0/+1 |
| | | | | (bzr r9235) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 14 | -229/+494 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | Clean up the unordered containers fix. | Krzysztof Kosi??ski | 2010-03-04 | 3 | -57/+80 |
| | | | | (bzr r9142) | ||||
| * | Fixing build breakage with more proper autoconf usage. | Jon A. Cruz | 2010-03-04 | 2 | -0/+56 |
| | | | | (bzr r9138) | ||||
| * | Use Boost unordeed containers instead of TR1 to minimize pain | Krzysztof Kosi??ski | 2010-03-02 | 1 | -41/+0 |
| | | | | | | when using Apple compilers. (bzr r9129) | ||||
| * | Go back to using TR1 unordered containers to fix warnings. Add configure | Krzysztof Kosi??ski | 2010-01-20 | 1 | -2/+4 |
| | | | | | | code to detect the broken header and display Wiki page URL. (bzr r9006) | ||||
| * | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), | Krzysztof Kosi??ski | 2010-01-14 | 1 | -4/+2 |
| | | | | | | to work around broken headers in some GCC versions. (bzr r8980) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 3 | -0/+301 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Added UXManager. Cleaning up toolbox creation. | Jon A. Cruz | 2010-01-07 | 3 | -0/+301 |
| | | | | | | | (bzr r8951) | ||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 2 | -0/+154 |
| |/ | | | (bzr r8846.1.1) | ||||
| * | Revert commit 20742 that opened a can of worms. | Krzysztof Kosi??ski | 2009-02-25 | 1 | -27/+12 |
| | | | | (bzr r7371) | ||||
| * | Fix aliasing rules violation in glib-list-iterators.h | Krzysztof Kosi??ski | 2009-02-21 | 1 | -12/+27 |
| | | | | (bzr r7338) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+2 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| | | | | (bzr r7078) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -13/+1 |
| | | | | (bzr r7040) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 2 | -222/+11 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -3/+4 |
| | | | | (bzr r6973) | ||||
| * | Warning and 'using' cleanup. | Jon A. Cruz | 2008-12-08 | 1 | -33/+31 |
| | | | | (bzr r6970) | ||||
| * | NR:: => Geom:: for util dir | Johan B. C. Engelen | 2008-08-04 | 1 | -2/+5 |
| | | | | (bzr r6559) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 |
| | | | | (bzr r6362) | ||||
