chiark / gitweb /
disorder
2007-11-21 Richard Kettlewellmore test fiddling
2007-11-21 Richard Kettlewellsync with disorder.dev
2007-11-21 Richard Kettlewellmore automation of test logic
2007-11-21 Richard Kettlewelltests figure out paths more automatically
2007-11-21 Richard Kettlewelltest to verify current dbversion behavior
2007-11-21 Richard Kettlewellfix indent
2007-11-21 Richard Kettlewell(c) notice on tests
2007-11-21 Richard Kettlewellneed python >= 2.4 for tests
2007-11-20 Richard Kettlewellunicode.c iterators can now have their notion of Word_B...
2007-11-20 Richard Kettlewellutf32_word_split() and utf8_word_split() splits a strin...
2007-11-20 Richard Kettlewellnormalize recorded filenames so files.py passes
2007-11-20 Richard Kettlewelltests/files.py; ok except for the non-ascii filenames
2007-11-20 Richard Kettlewellfix test config indent, oops...
2007-11-20 Richard KettlewellConvert track names and input lines to NFC. This is...
2007-11-19 Richard Kettlewellsync with disorder.dev
2007-11-19 Richard Kettlewellbuild fix for linux
2007-11-19 Richard Kettlewellteach test environment about track types
2007-11-19 Richard Kettlewellit's plugins not plugin
2007-11-19 Richard Kettlewelladd a nontrivial test that actually works
2007-11-19 Richard Kettlewelltest path fixes
2007-11-19 Richard Kettlewellremove some pointless stderr redirection
2007-11-19 Richard Kettlewelldon't fatal() if cannot create a root account
2007-11-19 Richard Kettlewellfix syslog test
2007-11-19 Richard Kettlewell--[no-]syslog for disorder-normalize too
2007-11-19 Richard Kettlewellserver subprocesses should log to the same place the...
2007-11-19 Richard KettlewellDisobedience now honors config->short_display. This...
2007-11-19 Richard Kettlewelltruncate_for_display() now uses unicode.c grapheme...
2007-11-19 Richard KettlewellUTF8 versions of NFC/NFKC
2007-11-19 Richard Kettlewellsync up with disorder.dev
2007-11-19 Richard Kettlewelldoxygen fixes
2007-11-19 Richard KettlewellNFC and NFKC support
2007-11-19 Richard KettlewellGenerate, but do not use, composition mappings.
2007-11-18 Richard Kettlewelldistinguish the different decompositions via a flag bit
2007-11-18 Richard Kettlewelltest and fix utf32_iterator_set()
2007-11-18 Richard Kettlewellmore efficient utf32_iterator_set()
2007-11-18 Richard Kettlewellreplace main utf-8 parser with table-driven one
2007-11-18 Richard Kettlewelltransition various bits of code to unicode.h interfaces
2007-11-18 Richard Kettlewelltable-drive UTF-8 validity checker
2007-11-18 Richard Kettlewellnew unicode string iterator give cleaner boundary testing
2007-11-18 Richard Kettlewellneed gnu sed these days
2007-11-18 Richard Kettlewellmore space efficient unicode tables
2007-11-18 Richard Kettlewellmore idiomatic grapheme breaking
2007-11-18 Richard Kettlewellgrapheme boundary check can now use tables
2007-11-18 Richard Kettlewellword break now comes from the table
2007-11-18 Richard Kettlewellall characters now in the table, which is broken to...
2007-11-18 Richard Kettlewellstart on ut32__unidata() which will provide a uniform...
2007-11-18 Richard Kettlewelldon't be fooled by First/Last entries in UnicodeData.txt
2007-11-18 Richard Kettlewellunicode_gc_cat -> unicode_General_Category
2007-11-18 Richard Kettlewellcompute Sentence_Break as well
2007-11-18 Richard Kettlewelltest and corrections for utf32_is_word_boundary()
2007-11-18 Richard Kettlewelluntested utf32_is_word_boundary() and associated table...
2007-11-18 Richard Kettlewelltests and a correction for grapheme cluster boundary...
2007-11-17 Richard Kettlewelluntested grapheme cluster boundary detection
2007-11-17 Richard KettlewellImplement the s3.13 compatibility casefolding transform...
2007-11-17 Richard KettlewellStart of Unicode support rewrite
2007-11-16 Richard Kettlewelltone down logging some more
2007-11-16 Richard Kettlewelltone down logging
2007-11-16 Richard Kettlewellbuild fix
2007-11-16 Richard Kettlewellmore systematic elimination of feedback from the gui
2007-11-16 Richard Kettlewelldisobedience survives losing TCP connections better
2007-11-13 Richard Kettlewelldiscard data sent to logging client; more close fixing
2007-11-13 Richard Kettlewellfix server crash if log connection fails
2007-11-12 Richard Kettlewellprogress popup is a transient of the main window
2007-11-12 Richard Kettlewellrarer nops
2007-11-11 Richard Kettlewelldisobedience volume control is local if rtp play
2007-11-11 Richard Kettlewellnew debian version
2007-11-11 Richard Kettlewellsave/load new style settings
2007-11-11 Richard Kettlewelluse GtkStyles everywhere instead of explicit colors...
2007-11-11 Richard Kettlewellelapsed time profiling for redisplay_tree()
2007-11-11 Richard Kettlewellsuppress more redundant redisplay_tree() calls
2007-11-11 Richard Kettlewellsuppress more redundant redisplay_tree() calls
2007-11-11 Richard Kettlewellget search results faster (by redisplaying less often)
2007-11-11 Richard Kettlewellfaster startup by not redrawing so often
2007-11-10 rjk@greenend... typo
2007-11-10 Richard Kettlewellwork around FLAC API change braindamage
2007-11-10 Richard Kettlewellwork around GCC bug 29478
2007-11-10 Richard Kettlewellforce x-www-browser on debian
2007-11-10 Richard Kettlewellmac fix
2007-11-10 Richard Kettlewelluse an external browser to view disorder help
2007-11-10 Richard Kettlewelluse gtk native mechanisms to look up text tags in help
2007-11-10 Richard Kettlewellserver shouldn't crash on client disconnect!
2007-11-10 Richard Kettlewellev_reader and ev_writer now own the FDs you give them...
2007-11-10 Richard Kettlewelllog bad closes
2007-11-09 Richard Kettlewellmore cautious buffered writer teardown
2007-11-04 Richard Kettlewellregenerate disobedience xpms
2007-11-04 Richard Kettlewellmore tidily clipped about... image
2007-11-04 Richard Kettlewelltime/space limits for client output buffering
2007-11-04 Richard Kettlewellavoid crashes on log client teardown
2007-11-03 Richard Kettlewellfurther debugging info() calls; marked TODO to remove...
2007-11-03 Richard Kettlewellcorrect debug scan of FDs
2007-11-03 Richard Kettlewellpattern based dispatch for tracklength plugins
2007-11-03 Richard Kettlewelltransparent background for about disorder.. image
2007-11-03 Richard KettlewellAbolish {auto,}rules.m4 and adjust debian/rules to...
2007-11-02 Richard Kettlewellmiscellaneous distribution changes
2007-11-01 Richard Kettlewellcompute stats in a subprocess to avoid wedging the...
2007-10-31 Richard Kettlewellsplit out disorder-server.deb
2007-10-31 Richard Kettlewellcorrect menu support. update-menus.1 fibs l-)
2007-10-30 Richard Kettlewell(untested) debian menu entry
2007-10-30 Richard Kettlewellmiscellaneous debianization fixes
2007-10-30 Richard Kettlewellupdated
next