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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
2007-09-15 Kevin Daughtridge <kevin@kdau.com>
* widgets.hh: Ensure correct item alignment in InfoTable.
* widgets.cc: Likewise.
2007-09-13 Kevin Daughtridge <kevin@kdau.com>
* widgets.hh: Add limited Pango markup support to ComposeBox.
* widgets.cc: Likewise.
2007-09-12 Kevin Daughtridge <kevin@kdau.com>
* compose.hh: Break out template function definitions...
* compose.tcc: ...to new file here.
* ucompose.hh: Likewise..
* ucompose.tcc: ...to new file here.
* Makefile.am: Update for changes.
2007-09-07 Kevin Daughtridge <kevin@kdau.com>
* Makefile.am: Add G_LOG_DOMAIN to CPPFLAGS.
* widgets.hh: Add label visibility sync to InfoTable.
* widgets.cc: Likewise.
2007-08-27 Kevin Daughtridge <kevin@kdau.com>
* *.{hh,cc}: Reformat for new house style.
* README: Add information on libmisc-gtk.
* widgets.hh: Add IconLabel and InfoTable.
* widgets.cc: Likewise.
2007-08-02 Kevin Daughtridge <kevin@kdau.com>
* COPYING.LIB: Relicense to GPL3+.
* *.{hh,cc}: Likewise.
* README: Update to reflect.
2007-06-18 Kevin Daughtridge <kevin@kdau.com>
* widgets.hh: Add with ComposeBox.
* widgets.cc: Likewise.
* Makefile.am: Add LIBMISC_GTK and libmisc-gtk.la with widgets module.
* ucompose.cc: Prefer Glib::Unicode functions.
2007-06-11 Kevin Daughtridge <kevin@kdau.com>
* *: Rename to libmisc. Relicense to GPL2+.
* macros.hh: Add.
* throttle.hh: Likewise.
* throttle.cc: Likewise.
* extras.hh: Add misc namespace. Move strftime to misc. Add strsplit,
ustrsplit, strstrip, and ustrstrip.
* extras.cc: Likewise.
* Makefile.am: Update for changes. Add LIBMISC_LIBS.
* README: Rewrite for new status.
* COPYING.LIB: Replace with GPL2.
2007-03-03 Kevin Daughtridge <kevin@kdau.com>
* extras.hh (decompose): Add fallback value parameter.
2007-01-15 Kevin Daughtridge <kevin@kdau.com>
* compose.hh (Composition): Return reference to self from setf and unsetf.
Add precision(std::streamsize).
* compose.cc: Likewise.
* ucompose.hh (UComposition): Return reference to self from setf and unsetf.
Add precision(std::streamsize).
* ucompose.cc: Likewise.
* extras.hh (compose1, ucompose1): Add precision argument.
2006-12-02 Kevin Daughtridge <kevin@kdau.com>
* ucompose.hh (UComposition): Add stringify specialisation for char*.
2006-08-05 Kevin Daughtridge <kevin@kdau.com>
* extras.hh (compose1, ucompose1): Remove fmtflags and locale parameters.
2006-07-28 Kevin Daughtridge <kevin@kdau.com>
* extras.hh: Rename single-object forms to compose1 and ucompose1; add
locale arguments to them.
|