summaryrefslogtreecommitdiffstats
path: root/src/debug (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-083-5/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cmake:Campbell Barton2011-06-131-1/+16
| | | | | | | - 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 Barton2011-06-131-1/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-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 Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-11/+12
| | | | | | - 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)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-032-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1718-18/+18
| | | | | | | | | | | | | | | 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)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+2
| | | | | rather than for every subdirectory. (bzr r7336)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-1/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* From trunkTed Gould2008-10-271-2/+3
| | | (bzr r6885)
* Add tracking of skew factor and display in warning message.Jon A. Cruz2008-07-272-2/+15
| | | (bzr r6429)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-262-2/+5
| | | (bzr r6421)
* instrument event latencyMenTaLguY2008-07-084-0/+119
| | | (bzr r6231)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-10/+0
| | | (bzr r6046)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-1/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
| | | (bzr r5299)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-301-1/+0
| | | (bzr r5262)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+20
| | | (bzr r5206)
* Fixing up a few more filesBryce Harrington2008-01-051-1/+1
| | | (bzr r4391)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-2/+4
| | | | | currently. (bzr r4389)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Fixing compile warningsJon A. Cruz2007-05-111-1/+1
| | | (bzr r2999)
* log inkscape versionMenTaLguY2007-05-101-1/+11
| | | (bzr r2995)
* add logging of basic display propertiesMenTaLguY2007-05-103-0/+127
| | | (bzr r2994)
* really fix formatting this timeMenTaLguY2007-05-101-1/+3
| | | (bzr r2993)
* fix formattingMenTaLguY2007-05-101-3/+3
| | | (bzr r2992)
* Explicit child events and formatted properties.MenTaLguY2007-05-103-0/+24
| | | (bzr r2991)
* add configuration event typeMenTaLguY2007-05-102-0/+2
| | | (bzr r2990)
* make sure microseconds get the right number of decimal placesMenTaLguY2007-05-101-1/+1
| | | (bzr r2988)
* add INTERACTION to filters in the environment variableMenTaLguY2007-05-061-0/+1
| | | (bzr r2977)
* touch up logging infrastructure in preparation for interaction loggingMenTaLguY2007-05-065-1/+160
| | | (bzr r2976)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
| | | (bzr r2720)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-1/+1
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* add missing filesMenTaLguY2006-05-082-0/+117
| | | (bzr r779)
* use c++filt for symbol demangling if availableMenTaLguY2006-05-081-0/+1
| | | (bzr r778)
* simplify the SimpleEvent API moreMenTaLguY2006-04-291-70/+13
| | | (bzr r632)
* make Debug::SimpleEvent more convenientMenTaLguY2006-04-293-3/+86
| | | (bzr r629)
* finish interrupted refactoring of log filter configurationMenTaLguY2006-04-291-8/+8
| | | (bzr r628)
* gc visibility rulesMenTaLguY2006-04-291-13/+22
| | | (bzr r624)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-156-16/+16
| | | (bzr r240)
* share_static -> share_static_stringMenTaLguY2006-02-083-3/+3
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-066-29/+29
| | | (bzr r87)
* moving trunk for module inkscapeMenTaLguY2006-01-1613-0/+1066
(bzr r1)