chiark / gitweb /
disorder
16 years agoUTF8 versions of NFC/NFKC
Richard Kettlewell [Mon, 19 Nov 2007 16:15:09 +0000 (16:15 +0000)]
UTF8 versions of NFC/NFKC

16 years agosync up with disorder.dev
Richard Kettlewell [Mon, 19 Nov 2007 16:06:23 +0000 (16:06 +0000)]
sync up with disorder.dev

16 years agodoxygen fixes
Richard Kettlewell [Mon, 19 Nov 2007 16:05:06 +0000 (16:05 +0000)]
doxygen fixes

16 years agoNFC and NFKC support
Richard Kettlewell [Mon, 19 Nov 2007 15:58:27 +0000 (15:58 +0000)]
NFC and NFKC support

16 years agoGenerate, but do not use, composition mappings.
Richard Kettlewell [Mon, 19 Nov 2007 10:17:04 +0000 (10:17 +0000)]
Generate, but do not use, composition mappings.

UTF-32 sequences for decomposition etc are now de-duped across the
full set of sequences, rather than privately by each generator.  Total
saving is a couple of thousand tables currently.

16 years agodistinguish the different decompositions via a flag bit
Richard Kettlewell [Sun, 18 Nov 2007 23:49:51 +0000 (23:49 +0000)]
distinguish the different decompositions via a flag bit

16 years agotest and fix utf32_iterator_set()
Richard Kettlewell [Sun, 18 Nov 2007 23:07:22 +0000 (23:07 +0000)]
test and fix utf32_iterator_set()

16 years agomore efficient utf32_iterator_set()
Richard Kettlewell [Sun, 18 Nov 2007 22:53:32 +0000 (22:53 +0000)]
more efficient utf32_iterator_set()

16 years agoreplace main utf-8 parser with table-driven one
Richard Kettlewell [Sun, 18 Nov 2007 22:34:06 +0000 (22:34 +0000)]
replace main utf-8 parser with table-driven one

16 years agotransition various bits of code to unicode.h interfaces
Richard Kettlewell [Sun, 18 Nov 2007 22:23:35 +0000 (22:23 +0000)]
transition various bits of code to unicode.h interfaces

16 years agotable-drive UTF-8 validity checker
Richard Kettlewell [Sun, 18 Nov 2007 22:03:51 +0000 (22:03 +0000)]
table-drive UTF-8 validity checker

16 years agonew unicode string iterator give cleaner boundary testing
Richard Kettlewell [Sun, 18 Nov 2007 21:36:39 +0000 (21:36 +0000)]
new unicode string iterator give cleaner boundary testing

16 years agoneed gnu sed these days
Richard Kettlewell [Sun, 18 Nov 2007 16:59:44 +0000 (16:59 +0000)]
need gnu sed these days

16 years agomore space efficient unicode tables
Richard Kettlewell [Sun, 18 Nov 2007 15:44:50 +0000 (15:44 +0000)]
more space efficient unicode tables

16 years agomore idiomatic grapheme breaking
Richard Kettlewell [Sun, 18 Nov 2007 15:44:12 +0000 (15:44 +0000)]
more idiomatic grapheme breaking

16 years agographeme boundary check can now use tables
Richard Kettlewell [Sun, 18 Nov 2007 15:27:36 +0000 (15:27 +0000)]
grapheme boundary check can now use tables

16 years agoword break now comes from the table
Richard Kettlewell [Sun, 18 Nov 2007 15:22:01 +0000 (15:22 +0000)]
word break now comes from the table

16 years agoall characters now in the table, which is broken to save space
Richard Kettlewell [Sun, 18 Nov 2007 14:57:56 +0000 (14:57 +0000)]
all characters now in the table, which is broken to save space

16 years agostart on ut32__unidata() which will provide a uniform interface
Richard Kettlewell [Sun, 18 Nov 2007 14:26:59 +0000 (14:26 +0000)]
start on ut32__unidata() which will provide a uniform interface

16 years agodon't be fooled by First/Last entries in UnicodeData.txt
Richard Kettlewell [Sun, 18 Nov 2007 12:41:24 +0000 (12:41 +0000)]
don't be fooled by First/Last entries in UnicodeData.txt

16 years agounicode_gc_cat -> unicode_General_Category
Richard Kettlewell [Sun, 18 Nov 2007 12:14:24 +0000 (12:14 +0000)]
unicode_gc_cat -> unicode_General_Category

16 years agocompute Sentence_Break as well
Richard Kettlewell [Sun, 18 Nov 2007 12:10:05 +0000 (12:10 +0000)]
compute Sentence_Break as well

16 years agotest and corrections for utf32_is_word_boundary()
Richard Kettlewell [Sun, 18 Nov 2007 11:31:31 +0000 (11:31 +0000)]
test and corrections for utf32_is_word_boundary()

16 years agountested utf32_is_word_boundary() and associated table changes
Richard Kettlewell [Sun, 18 Nov 2007 02:47:51 +0000 (02:47 +0000)]
untested utf32_is_word_boundary() and associated table changes

16 years agotests and a correction for grapheme cluster boundary detection
Richard Kettlewell [Sun, 18 Nov 2007 01:16:16 +0000 (01:16 +0000)]
tests and a correction for grapheme cluster boundary detection

16 years agountested grapheme cluster boundary detection
Richard Kettlewell [Sat, 17 Nov 2007 22:01:22 +0000 (22:01 +0000)]
untested grapheme cluster boundary detection

16 years agoImplement the s3.13 compatibility casefolding transformation as
Richard Kettlewell [Sat, 17 Nov 2007 20:34:40 +0000 (20:34 +0000)]
Implement the s3.13 compatibility casefolding transformation as
utf32_casefold_compat().

Fix checking the surrogates range!

16 years agoStart of Unicode support rewrite
Richard Kettlewell [Sat, 17 Nov 2007 20:07:23 +0000 (20:07 +0000)]
Start of Unicode support rewrite

unicode.c/.h provide a new (not yet complete) Unicode API which implements
algorithms as described in the Unicode 5.0.0 standard.  lib/test and words.c
are somewhat modified to use them.

By default the make-unidata script is NEVER run.  It must be run manually.
This policy might be changed in the future; the script is capable of
downloading any files it needs to operate.

16 years agotone down logging some more
Richard Kettlewell [Fri, 16 Nov 2007 19:17:42 +0000 (19:17 +0000)]
tone down logging some more

16 years agotone down logging
Richard Kettlewell [Fri, 16 Nov 2007 19:14:46 +0000 (19:14 +0000)]
tone down logging

16 years agobuild fix
Richard Kettlewell [Fri, 16 Nov 2007 19:14:39 +0000 (19:14 +0000)]
build fix

16 years agomore systematic elimination of feedback from the gui
Richard Kettlewell [Fri, 16 Nov 2007 13:24:49 +0000 (13:24 +0000)]
more systematic elimination of feedback from the gui

16 years agodisobedience survives losing TCP connections better
Richard Kettlewell [Fri, 16 Nov 2007 13:08:32 +0000 (13:08 +0000)]
disobedience survives losing TCP connections better

16 years agodiscard data sent to logging client; more close fixing
Richard Kettlewell [Tue, 13 Nov 2007 22:23:41 +0000 (22:23 +0000)]
discard data sent to logging client; more close fixing

16 years agofix server crash if log connection fails
Richard Kettlewell [Tue, 13 Nov 2007 20:44:37 +0000 (20:44 +0000)]
fix server crash if log connection fails

16 years agoprogress popup is a transient of the main window
Richard Kettlewell [Mon, 12 Nov 2007 21:46:24 +0000 (21:46 +0000)]
progress popup is a transient of the main window

16 years agorarer nops
Richard Kettlewell [Mon, 12 Nov 2007 21:46:10 +0000 (21:46 +0000)]
rarer nops

16 years agodisobedience volume control is local if rtp play
Richard Kettlewell [Sun, 11 Nov 2007 19:24:07 +0000 (19:24 +0000)]
disobedience volume control is local if rtp play

16 years agonew debian version
Richard Kettlewell [Sun, 11 Nov 2007 17:52:35 +0000 (17:52 +0000)]
new debian version

16 years agosave/load new style settings
Richard Kettlewell [Sun, 11 Nov 2007 17:50:22 +0000 (17:50 +0000)]
save/load new style settings

16 years agouse GtkStyles everywhere instead of explicit colors. faster.
Richard Kettlewell [Sun, 11 Nov 2007 17:29:48 +0000 (17:29 +0000)]
use GtkStyles everywhere instead of explicit colors.  faster.

16 years agoelapsed time profiling for redisplay_tree()
Richard Kettlewell [Sun, 11 Nov 2007 13:40:21 +0000 (13:40 +0000)]
elapsed time profiling for redisplay_tree()

16 years agosuppress more redundant redisplay_tree() calls
Richard Kettlewell [Sun, 11 Nov 2007 12:59:41 +0000 (12:59 +0000)]
suppress more redundant redisplay_tree() calls

16 years agosuppress more redundant redisplay_tree() calls
Richard Kettlewell [Sun, 11 Nov 2007 12:55:52 +0000 (12:55 +0000)]
suppress more redundant redisplay_tree() calls

16 years agoget search results faster (by redisplaying less often)
Richard Kettlewell [Sun, 11 Nov 2007 11:24:57 +0000 (11:24 +0000)]
get search results faster (by redisplaying less often)

16 years agofaster startup by not redrawing so often
Richard Kettlewell [Sun, 11 Nov 2007 11:05:54 +0000 (11:05 +0000)]
faster startup by not redrawing so often

16 years agotypo
rjk@greenend.org.uk [Sat, 10 Nov 2007 18:46:03 +0000 (18:46 +0000)]
typo

16 years agowork around FLAC API change braindamage
Richard Kettlewell [Sat, 10 Nov 2007 18:44:20 +0000 (18:44 +0000)]
work around FLAC API change braindamage

16 years agowork around GCC bug 29478
Richard Kettlewell [Sat, 10 Nov 2007 18:29:44 +0000 (18:29 +0000)]
work around GCC bug 29478

16 years agoforce x-www-browser on debian
Richard Kettlewell [Sat, 10 Nov 2007 15:56:01 +0000 (15:56 +0000)]
force x-www-browser on debian

16 years agomac fix
Richard Kettlewell [Sat, 10 Nov 2007 15:52:52 +0000 (15:52 +0000)]
mac fix

16 years agouse an external browser to view disorder help
Richard Kettlewell [Sat, 10 Nov 2007 15:49:07 +0000 (15:49 +0000)]
use an external browser to view disorder help

16 years agouse gtk native mechanisms to look up text tags in help
Richard Kettlewell [Sat, 10 Nov 2007 14:07:58 +0000 (14:07 +0000)]
use gtk native mechanisms to look up text tags in help

16 years agoserver shouldn't crash on client disconnect!
Richard Kettlewell [Sat, 10 Nov 2007 13:42:11 +0000 (13:42 +0000)]
server shouldn't crash on client disconnect!

16 years agoev_reader and ev_writer now own the FDs you give them. This is
Richard Kettlewell [Sat, 10 Nov 2007 11:47:45 +0000 (11:47 +0000)]
ev_reader and ev_writer now own the FDs you give them.  This is
helpful because they are in a better position to know when to close
them.  They can be tied together to share one FD between the two.

It is still (currently) necessary to explicitly cancel a reader if the
corresponding writer fails.  This may be changed in the future.

Hopefuly this should make event loop bugs at least more tractable.

Currently there is still lots of logging cruft.  This should be
removed before release.

16 years agolog bad closes
Richard Kettlewell [Sat, 10 Nov 2007 11:40:28 +0000 (11:40 +0000)]
log bad closes

16 years agomore cautious buffered writer teardown
Richard Kettlewell [Fri, 9 Nov 2007 21:52:02 +0000 (21:52 +0000)]
more cautious buffered writer teardown

16 years agoregenerate disobedience xpms
Richard Kettlewell [Sun, 4 Nov 2007 18:40:53 +0000 (18:40 +0000)]
regenerate disobedience xpms

16 years agomore tidily clipped about... image
Richard Kettlewell [Sun, 4 Nov 2007 18:38:57 +0000 (18:38 +0000)]
more tidily clipped about... image

16 years agotime/space limits for client output buffering
Richard Kettlewell [Sun, 4 Nov 2007 18:06:04 +0000 (18:06 +0000)]
time/space limits for client output buffering

16 years agoavoid crashes on log client teardown
Richard Kettlewell [Sun, 4 Nov 2007 11:16:14 +0000 (11:16 +0000)]
avoid crashes on log client teardown

16 years agofurther debugging info() calls; marked TODO to remove when bug fixed
Richard Kettlewell [Sat, 3 Nov 2007 14:51:38 +0000 (14:51 +0000)]
further debugging info() calls; marked TODO to remove when bug fixed

16 years agocorrect debug scan of FDs
Richard Kettlewell [Sat, 3 Nov 2007 14:36:32 +0000 (14:36 +0000)]
correct debug scan of FDs

16 years agopattern based dispatch for tracklength plugins
Richard Kettlewell [Sat, 3 Nov 2007 12:44:55 +0000 (12:44 +0000)]
pattern based dispatch for tracklength plugins

16 years agotransparent background for about disorder.. image
Richard Kettlewell [Sat, 3 Nov 2007 12:10:43 +0000 (12:10 +0000)]
transparent background for about disorder.. image

16 years agoAbolish {auto,}rules.m4 and adjust debian/rules to be able to build
Richard Kettlewell [Sat, 3 Nov 2007 11:47:23 +0000 (11:47 +0000)]
Abolish {auto,}rules.m4 and adjust debian/rules to be able to build
from a completely fresh bzr checkout.

16 years agomiscellaneous distribution changes
Richard Kettlewell [Fri, 2 Nov 2007 22:26:00 +0000 (22:26 +0000)]
miscellaneous distribution changes

16 years agocompute stats in a subprocess to avoid wedging the server if it takes ages
Richard Kettlewell [Thu, 1 Nov 2007 19:07:31 +0000 (19:07 +0000)]
compute stats in a subprocess to avoid wedging the server if it takes ages

16 years agosplit out disorder-server.deb
Richard Kettlewell [Wed, 31 Oct 2007 19:26:13 +0000 (19:26 +0000)]
split out disorder-server.deb

16 years agocorrect menu support. update-menus.1 fibs l-)
Richard Kettlewell [Wed, 31 Oct 2007 18:57:15 +0000 (18:57 +0000)]
correct menu support.  update-menus.1 fibs l-)

16 years ago(untested) debian menu entry
Richard Kettlewell [Tue, 30 Oct 2007 23:03:20 +0000 (23:03 +0000)]
(untested) debian menu entry

16 years agomiscellaneous debianization fixes
Richard Kettlewell [Tue, 30 Oct 2007 22:33:34 +0000 (22:33 +0000)]
miscellaneous debianization fixes

16 years agoupdated
Richard Kettlewell [Tue, 30 Oct 2007 20:13:17 +0000 (20:13 +0000)]
updated

16 years agoalways get tool_active right
Richard Kettlewell [Mon, 29 Oct 2007 23:42:47 +0000 (23:42 +0000)]
always get tool_active right

16 years agotypo
Richard Kettlewell [Mon, 29 Oct 2007 23:40:16 +0000 (23:40 +0000)]
typo

16 years agoshiner about... box
Richard Kettlewell [Mon, 29 Oct 2007 23:37:58 +0000 (23:37 +0000)]
shiner about... box

16 years agocolor about... box properly
Richard Kettlewell [Mon, 29 Oct 2007 23:08:56 +0000 (23:08 +0000)]
color about... box properly

16 years agocolorize login box and some missing icon states
Richard Kettlewell [Sun, 28 Oct 2007 19:38:26 +0000 (19:38 +0000)]
colorize login box and some missing icon states

16 years agocolors for properties popup
Richard Kettlewell [Sun, 28 Oct 2007 19:34:15 +0000 (19:34 +0000)]
colors for properties popup

16 years agoremove redundant color
Richard Kettlewell [Sun, 28 Oct 2007 18:03:10 +0000 (18:03 +0000)]
remove redundant color

16 years agoset explicit colors instead of using rc file
Richard Kettlewell [Sun, 28 Oct 2007 13:14:22 +0000 (13:14 +0000)]
set explicit colors instead of using rc file

16 years agobuild fix
Richard Kettlewell [Sun, 28 Oct 2007 09:45:44 +0000 (09:45 +0000)]
build fix

16 years agoIn the web interface only, new 'short' track name part context. This
Richard Kettlewell [Sat, 27 Oct 2007 15:54:06 +0000 (16:54 +0100)]
In the web interface only, new 'short' track name part context.  This
is the same as 'display' but truncated to short_display glyphs.

playing, recent and new now use this to bound the width of columns in
their tables.  Hover over the truncated names to see the full name (in
a TITLE attribute).

As part of this, rewrote the unicode support.  Everything is now done
via unidata.h/c, which are generated by the new scripts/make-unidata
from UnicodeData.txt (which is not included; get the latest version
from unicode.org instead if you need to update these files).  The
result is both simpler and probably also faster, although it uses more
(immutable) memory.

16 years agoeven chattier logging
Richard Kettlewell [Sat, 27 Oct 2007 13:17:21 +0000 (14:17 +0100)]
even chattier logging

16 years agodoxygen; chatty logging in hope of catching a bug
Richard Kettlewell [Sat, 27 Oct 2007 12:14:01 +0000 (13:14 +0100)]
doxygen; chatty logging in hope of catching a bug

16 years agochattier event loop error logging
Richard Kettlewell [Tue, 23 Oct 2007 22:19:41 +0000 (23:19 +0100)]
chattier event loop error logging

16 years agodisobedience now embeds image files
Richard Kettlewell [Sun, 21 Oct 2007 22:26:20 +0000 (23:26 +0100)]
disobedience now embeds image files

16 years agomissing completions
Richard Kettlewell [Sun, 21 Oct 2007 22:26:04 +0000 (23:26 +0100)]
missing completions

16 years agofix EXTRA_DIST
Richard Kettlewell [Sun, 21 Oct 2007 22:25:51 +0000 (23:25 +0100)]
fix EXTRA_DIST

16 years agomissing EXTRA_DIST and path
Richard Kettlewell [Sun, 21 Oct 2007 22:25:38 +0000 (23:25 +0100)]
missing EXTRA_DIST and path

16 years agomissing man page
Richard Kettlewell [Sun, 21 Oct 2007 22:25:24 +0000 (23:25 +0100)]
missing man page

16 years agodoxygen
Richard Kettlewell [Sun, 21 Oct 2007 21:16:11 +0000 (22:16 +0100)]
doxygen

16 years agodoxygen + window title for man page popup
Richard Kettlewell [Sun, 21 Oct 2007 19:44:25 +0000 (20:44 +0100)]
doxygen + window title for man page popup

16 years agomore help widget fixes
Richard Kettlewell [Sun, 21 Oct 2007 19:42:33 +0000 (20:42 +0100)]
more help widget fixes

16 years agomisc improvements to man page popup
Richard Kettlewell [Sun, 21 Oct 2007 19:38:13 +0000 (20:38 +0100)]
misc improvements to man page popup

16 years agohelp menu can now pop up the man page
Richard Kettlewell [Sun, 21 Oct 2007 19:13:18 +0000 (20:13 +0100)]
help menu can now pop up the man page

16 years agoreduce rtp playahead to 0.1s
Richard Kettlewell [Sun, 21 Oct 2007 18:57:18 +0000 (19:57 +0100)]
reduce rtp playahead to 0.1s

16 years agodocs for recent menu changes
Richard Kettlewell [Sun, 21 Oct 2007 15:17:55 +0000 (16:17 +0100)]
docs for recent menu changes

16 years agomenu items for pause and network play
Richard Kettlewell [Sun, 21 Oct 2007 15:11:41 +0000 (16:11 +0100)]
menu items for pause and network play

16 years agorandom play menu item
Richard Kettlewell [Sun, 21 Oct 2007 15:04:55 +0000 (16:04 +0100)]
random play menu item