| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added thai language patch...thai anyone? | Jon Phillips | 2006-10-22 | 1 | -1/+1 |
| | | | | (bzr r1821) | ||||
| * | Update configure.ac to be autoconf 2.60-safe. | Kees Cook | 2006-10-03 | 1 | -9/+11 |
| | | | | (bzr r1758) | ||||
| * | I committed the pig latin patch and had to figure out how to do naming... | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | (bzr r1631) | ||||
| * | see, if someone else with actual time had done this they probably wouldn't ↵ | MenTaLguY | 2006-08-17 | 1 | -0/+5 |
| | | | | | | be tired and in a hurry and making stupid mistakes (bzr r1609) | ||||
| * | updated translators and added dz.po & bg.po | matiphas | 2006-08-09 | 1 | -1/+1 |
| | | | | (bzr r1574) | ||||
| * | refactor pkg-config tests and add explicit cairo test | MenTaLguY | 2006-08-01 | 1 | -2/+3 |
| | | | | (bzr r1539) | ||||
| * | import some new po files | matiphas | 2006-07-26 | 1 | -1/+1 |
| | | | | (bzr r1488) | ||||
| * | unlibtoolize the build process (yay!) -- we haven't actually used libtool ↵ | MenTaLguY | 2006-07-25 | 1 | -3/+1 |
| | | | | | | for ages (bzr r1474) | ||||
| * | remove vestigal plugin support | MenTaLguY | 2006-07-25 | 1 | -14/+0 |
| | | | | (bzr r1473) | ||||
| * | remove lsbcc check for now | MenTaLguY | 2006-07-25 | 1 | -2/+0 |
| | | | | (bzr r1472) | ||||
| * | further work on LSB build configuration | MenTaLguY | 2006-07-25 | 1 | -2/+7 |
| | | | | (bzr r1471) | ||||
| * | updated Translators and added finnish translation in configure.ac | matiphas | 2006-07-24 | 1 | -1/+1 |
| | | | | (bzr r1466) | ||||
| * | first crack at --enable-lsb | MenTaLguY | 2006-07-22 | 1 | -0/+5 |
| | | | | (bzr r1455) | ||||
| * | include libpng with pkg-config check for include path (fixes #1519300) | Ralf Stephan | 2006-07-13 | 1 | -2/+2 |
| | | | | (bzr r1403) | ||||
| * | check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476) | Ralf Stephan | 2006-07-13 | 1 | -0/+7 |
| | | | | (bzr r1402) | ||||
| * | Previously graph layout was done using the Kamada-Kawai layout algorithm | Tim Dwyer | 2006-07-12 | 1 | -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 Stephan | 2006-07-09 | 1 | -1/+1 |
| | | | | | | SuSE systems (#1512073) (bzr r1387) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -8/+14 |
| | | | | (bzr r1268) | ||||
| * | added British English | Arpad Biro | 2006-06-21 | 1 | -1/+1 |
| | | | | (bzr r1256) | ||||
| * | revert previous change | Ralf Stephan | 2006-06-19 | 1 | -1/+1 |
| | | | | (bzr r1231) | ||||
| * | add -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: ↵ | Ralf Stephan | 2006-06-19 | 1 | -1/+1 |
| | | | | | | "The restrictions on offsetof may be relaxed in a future version of the standard." (man gcc) (bzr r1229) | ||||
| * | added Vietnamese | Arpad Biro | 2006-06-16 | 1 | -1/+1 |
| | | | | (bzr r1225) | ||||
| * | welcome to 0.44+devel | Aaron Spike | 2006-06-15 | 1 | -1/+1 |
| | | | | (bzr r1221) | ||||
| * | version back down to 0.43+devel | Aaron Spike | 2006-06-13 | 1 | -1/+1 |
| | | | | (bzr r1212) | ||||
| * | version to 0.44pre4 | Aaron Spike | 2006-06-13 | 1 | -1/+1 |
| | | | | (bzr r1211) | ||||
| * | Applied patch #1503069 | Jon A. Cruz | 2006-06-09 | 1 | -2/+2 |
| | | | | (bzr r1190) | ||||
| * | version back to 0.43+devel | Aaron Spike | 2006-06-07 | 1 | -1/+1 |
| | | | | (bzr r1172) | ||||
| * | version to 0.44pre3 | Aaron Spike | 2006-06-07 | 1 | -1/+1 |
| | | | | (bzr r1171) | ||||
| * | setting version back to +devel | Aaron Spike | 2006-06-03 | 1 | -1/+1 |
| | | | | (bzr r1144) | ||||
| * | bump version to 0.44pre2 | Aaron Spike | 2006-06-01 | 1 | -1/+1 |
| | | | | (bzr r1122) | ||||
| * | actually remove the gnome-print output line now | Ralf Stephan | 2006-05-31 | 1 | -1/+0 |
| | | | | (bzr r1097) | ||||
| * | remove final configure output lines regarding internal Perl/Python ↵ | Ralf Stephan | 2006-05-31 | 1 | -14/+12 |
| | | | | | | extensions, gnome-print (bzr r1096) | ||||
| * | setting version back to 0.43+devel | Aaron Spike | 2006-05-30 | 1 | -1/+1 |
| | | | | (bzr r1084) | ||||
| * | setting version to 0.44pre1 | Aaron Spike | 2006-05-30 | 1 | -1/+1 |
| | | | | (bzr r1083) | ||||
| * | set version back to 0.43+devel | Aaron Spike | 2006-05-25 | 1 | -1/+1 |
| | | | | (bzr r1008) | ||||
| * | set version to 0.43+0.44pre0 | Aaron Spike | 2006-05-25 | 1 | -1/+1 |
| | | | | (bzr r1007) | ||||
| * | debian updates, lowered requirement on lcms to 1.13 | Nathan Hurst | 2006-05-24 | 1 | -1/+1 |
| | | | | (bzr r996) | ||||
| * | Flipped LCMS on | Jon A. Cruz | 2006-05-23 | 1 | -2/+2 |
| | | | | (bzr r981) | ||||
| * | This odd change make it work for me | Aaron Spike | 2006-05-22 | 1 | -3/+3 |
| | | | | (bzr r944) | ||||
| * | require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systems | Ralf Stephan | 2006-05-21 | 1 | -1/+5 |
| | | | | (bzr r918) | ||||
| * | required is now libsigc++ >= 2.0.12 | Ralf Stephan | 2006-05-18 | 1 | -2/+2 |
| | | | | (bzr r872) | ||||
| * | Fixed localization for metadata license selector. | Kees Cook | 2006-05-18 | 1 | -0/+1 |
| | | | | (bzr r870) | ||||
| * | require libsigc++-2.0.11 for compiling | Ralf Stephan | 2006-05-16 | 1 | -1/+1 |
| | | | | (bzr r854) | ||||
| * | added Korean | Arpad Biro | 2006-05-03 | 1 | -1/+1 |
| | | | | (bzr r708) | ||||
| * | share/keyboards -> share/keys; first shot at configurable keymaps | MenTaLguY | 2006-04-06 | 1 | -1/+1 |
| | | | | (bzr r437) | ||||
| * | new language zh_TW | Arpad Biro | 2006-04-05 | 1 | -1/+1 |
| | | | | (bzr r435) | ||||
| * | Reducing the minimum required LittleCms version to 1.14, as checked by ↵ | Jon A. Cruz | 2006-04-03 | 1 | -1/+1 |
| | | | | | | Scribus people. (bzr r405) | ||||
| * | Follow-up for missed file | Jon A. Cruz | 2006-04-01 | 1 | -0/+38 |
| | | | | (bzr r393) | ||||
| * | Translated and added new language - Lithuanian | Andrius Ramanauskas | 2006-03-29 | 1 | -1/+1 |
| | | | | (bzr r369) | ||||
| * | bump up required libxml version to 2.6.11, fixes #1261126 | Ralf Stephan | 2006-02-13 | 1 | -1/+1 |
| | | | | (bzr r131) | ||||
