2002-04-23 Peter Wang * Second public release. * ngrabaux.c (al_win_preinit): Hack to make Allegro-for-Windows not show a window. * Makefile.mingw, win32/: Made it easy to build under Windows, with Pure Evil(tm) tricks from Tjaden's How NOT to Code. * ngrab.py: Got rid of the notebook in the font viewer because I wasn't interested in finishing it off (and also GtkNotebook was giving me some warning about gtk_accel_group_attach when it got parented a second time). Maybe some other time. * ngrab.py (WrappedGladeXML): Got rid of this class as what it did was basically provided by libglade already. 2002-04-22 Peter Wang * font.glade, ngrab.py: Started on a notebook widget containing "Short" and "Long" views of fonts. * ngrab.py: Yesterday I wrote that everything from the Lua version had been transferred -- I lied. Range selection in font viewing was missing, now added. * ngrab.py: Improved the Plugin base-class interface. * ngrabaux.c: Fixed a bunch of reference counting mistakes. Changed my wrapper around the Python C API to look closer to the original InterCaps. 2002-04-21 Peter Wang * Everything from the Lua version now works in this version. But something is causing it to crash when more memory is used (I've probably missed something in relation to the gc system). * Yay, nested datafiles now show up in the item list. * More futzing around, getting ngrabaux.pyd to work in Windows. 2002-04-20 Peter Wang * Futzing around, i.e. converting stuff to Python, learning CPython API, getting minor stuff to work in Windows. 2002-04-19 Peter Wang * Started Python version. ...futzing around here trying to get luagtk to work under Windows... 2002-04-05 Peter Wang * Public release. * Font viewing. * Flic playback. 2002-04-03 Peter Wang * Image zoom and left-click panning. Palette index and components info. Enable sound menu check box. Split type handlers into separate files. 2002-04-02 Peter Wang * Lotsa stuff. Big things: RLE, CMP, SAMP, MIDI, PAL viewing/playing support, and changing widgets at run-time for different types (loaded from .glade files too). 2002-04-01 Peter Wang * Started.