summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added thai language patch...thai anyone?Jon Phillips2006-10-221-1/+1
| | | (bzr r1821)
* Update configure.ac to be autoconf 2.60-safe.Kees Cook2006-10-031-9/+11
| | | (bzr r1758)
* I committed the pig latin patch and had to figure out how to do naming...Jon Phillips2006-08-231-1/+1
| | | (bzr r1631)
* see, if someone else with actual time had done this they probably wouldn't ↵MenTaLguY2006-08-171-0/+5
| | | | | be tired and in a hurry and making stupid mistakes (bzr r1609)
* updated translators and added dz.po & bg.pomatiphas2006-08-091-1/+1
| | | (bzr r1574)
* refactor pkg-config tests and add explicit cairo testMenTaLguY2006-08-011-2/+3
| | | (bzr r1539)
* import some new po filesmatiphas2006-07-261-1/+1
| | | (bzr r1488)
* unlibtoolize the build process (yay!) -- we haven't actually used libtool ↵MenTaLguY2006-07-251-3/+1
| | | | | for ages (bzr r1474)
* remove vestigal plugin supportMenTaLguY2006-07-251-14/+0
| | | (bzr r1473)
* remove lsbcc check for nowMenTaLguY2006-07-251-2/+0
| | | (bzr r1472)
* further work on LSB build configurationMenTaLguY2006-07-251-2/+7
| | | (bzr r1471)
* updated Translators and added finnish translation in configure.acmatiphas2006-07-241-1/+1
| | | (bzr r1466)
* first crack at --enable-lsbMenTaLguY2006-07-221-0/+5
| | | (bzr r1455)
* include libpng with pkg-config check for include path (fixes #1519300)Ralf Stephan2006-07-131-2/+2
| | | (bzr r1403)
* check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)Ralf Stephan2006-07-131-0/+7
| | | (bzr r1402)
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-121-7/+0
| | | | | | | | | | | | | | | | | implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola. (bzr r1394)
* search for different boost header, should fix false positive recognition on ↵Ralf Stephan2006-07-091-1/+1
| | | | | SuSE systems (#1512073) (bzr r1387)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-8/+14
| | | (bzr r1268)
* added British EnglishArpad Biro2006-06-211-1/+1
| | | (bzr r1256)
* revert previous changeRalf Stephan2006-06-191-1/+1
| | | (bzr r1231)
* add -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: ↵Ralf Stephan2006-06-191-1/+1
| | | | | "The restrictions on offsetof may be relaxed in a future version of the standard." (man gcc) (bzr r1229)
* added VietnameseArpad Biro2006-06-161-1/+1
| | | (bzr r1225)
* welcome to 0.44+develAaron Spike2006-06-151-1/+1
| | | (bzr r1221)
* version back down to 0.43+develAaron Spike2006-06-131-1/+1
| | | (bzr r1212)
* version to 0.44pre4Aaron Spike2006-06-131-1/+1
| | | (bzr r1211)
* Applied patch #1503069Jon A. Cruz2006-06-091-2/+2
| | | (bzr r1190)
* version back to 0.43+develAaron Spike2006-06-071-1/+1
| | | (bzr r1172)
* version to 0.44pre3Aaron Spike2006-06-071-1/+1
| | | (bzr r1171)
* setting version back to +develAaron Spike2006-06-031-1/+1
| | | (bzr r1144)
* bump version to 0.44pre2Aaron Spike2006-06-011-1/+1
| | | (bzr r1122)
* actually remove the gnome-print output line nowRalf Stephan2006-05-311-1/+0
| | | (bzr r1097)
* remove final configure output lines regarding internal Perl/Python ↵Ralf Stephan2006-05-311-14/+12
| | | | | extensions, gnome-print (bzr r1096)
* setting version back to 0.43+develAaron Spike2006-05-301-1/+1
| | | (bzr r1084)
* setting version to 0.44pre1Aaron Spike2006-05-301-1/+1
| | | (bzr r1083)
* set version back to 0.43+develAaron Spike2006-05-251-1/+1
| | | (bzr r1008)
* set version to 0.43+0.44pre0Aaron Spike2006-05-251-1/+1
| | | (bzr r1007)
* debian updates, lowered requirement on lcms to 1.13Nathan Hurst2006-05-241-1/+1
| | | (bzr r996)
* Flipped LCMS onJon A. Cruz2006-05-231-2/+2
| | | (bzr r981)
* This odd change make it work for meAaron Spike2006-05-221-3/+3
| | | (bzr r944)
* require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systemsRalf Stephan2006-05-211-1/+5
| | | (bzr r918)
* required is now libsigc++ >= 2.0.12Ralf Stephan2006-05-181-2/+2
| | | (bzr r872)
* Fixed localization for metadata license selector.Kees Cook2006-05-181-0/+1
| | | (bzr r870)
* require libsigc++-2.0.11 for compilingRalf Stephan2006-05-161-1/+1
| | | (bzr r854)
* added KoreanArpad Biro2006-05-031-1/+1
| | | (bzr r708)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-061-1/+1
| | | (bzr r437)
* new language zh_TWArpad Biro2006-04-051-1/+1
| | | (bzr r435)
* Reducing the minimum required LittleCms version to 1.14, as checked by ↵Jon A. Cruz2006-04-031-1/+1
| | | | | Scribus people. (bzr r405)
* Follow-up for missed fileJon A. Cruz2006-04-011-0/+38
| | | (bzr r393)
* Translated and added new language - LithuanianAndrius Ramanauskas2006-03-291-1/+1
| | | (bzr r369)
* bump up required libxml version to 2.6.11, fixes #1261126Ralf Stephan2006-02-131-1/+1
| | | (bzr r131)