1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
2003-02-02 Seiichi SATO <ssato@sh.rim.or.jp>
* next.c, mozmodern.c, athena.c, motif.c:
replaced the old plugin-interface (vt_*_sb_view_new()) with the new
interface (x_*_sb_view_new()) which has been supported since
version 2.4.0
2002-09-15 Seiichi SATO <ssato@sh.rim.or.jp>
* next.c: minor cleanup
2002-09-07 Seiichi SATO <ssato@sh.rim.or.jp>
* next.c: fixed memory leak in create_bg().
2002-05-05 Seiichi SATO <ssato@sh.rim.or.jp>
* mozmodern.c: added a cache for pixel values.
2002-05-01 Seiichi SATO <ssato@sh.rim.or.jp>
* exsb_common.c: fixed minor bug in get_closest_xcolor_pseudo()
* athena.c, motif.c: removed unused variables
2002-05-01 Seiichi SATO <ssato@sh.rim.or.jp>
* exsb_common.c: renamed nearest_color to closest_color
2002-04-30 Seiichi SATO <ssato@sh.rim.or.jp>
* ChangeLog: This file, initial import.
* LICENCE: Initial import.
* fixed some bugs related to destroy pixmaps and/or graphic contexts.
* added initialization for graphic contexts
* exsb_common.c: Initial import, common functions to manipulate color
2002-04-26 Seiichi SATO <ssato@sh.rim.or.jp>
* next.c: bugfix in flag initialization in vt_*_sb_view_new()
2002-04-25 Seiichi SATO <ssato@sh.rim.or.jp>
* Makefile.in, athena.c, motif.c, motif_data.h, mozmodern.c,
mozmodern_data.h, next.c, next_data.h : Initial import
|