Add luapuz.hpp
Update nsis lua scripts definitions
add nsis lua generator script
Example of how to use print functions from lua
Updates to downloader ui
Update BEQ
Add error logging/debugging in stats_task
remove gc logging
use mod_path
set preferences panel in config
Adding comments
rely on serialize to round-trip dates
reverting previous commit -- extra changes roll...
rely on serialize to round-trip dates
Update metatable in deepcopy
Use luacurl to translate string options
updating lua library dlls
avoid using module function
tablex.clear can be used with hash part of tables
minor doc changes
Better item adding in wxFB collapse panel
Better control over collapsing items within sizers
Managed grid of ctrls . . . not sure if this is...
Use utf check mark for column heading
Add autocomplete text box
Add animated wxWindow::Move function
Add DragAndDrop to listctrl mixin
Add true task debugging hooks
Lua Preference Panel tweaks:
Handle SystemSettings and EVT_TEXT
Use HandleWindowEvent
Add print functions to xwordbind
Printout font and layout tweaks:
Updating wxLua
Add LUALIB_API
remove vld
Set dependency paths in premake_config
Adding missing hr
Maintaining changes to fonts
SourceList:copy() for editing preferences
Removed multiple download specs from sources (m...
Default sources: added end dates, updated BEQ, ...
Allow sources to provide different download spe...
Serialize can round-trip dates
Allow cURL options to be simple strings
Automatically gc Puzzles created in custom down...
Check for wxTheApp before calling QueueEvent
Move PreferencesDialog #defines from hpp to cpp
Use wxLuaState::LuaPCall for better error repor...
Bugfix: ConfigManager::FindChild converts relat...
Ensure that title, author, and copyright panes ...
Bugfix: jpz correctly loads "creator" as author
JPZ roundtrips unknown metadata. "Description"...
Add http error codes to luacurl. Move luacurl ...
Updated Newsday source with a new import filter.
Memorize login results so the user isn't bugged...
Update download manager and stats to inherit Qu...
task overrides print in secondary threads to be...
QueueTasks can used handlers in secondary threa...
Added optional logging for luacurl.
QueueTask provides a stub new() function for se...
QueueTask:start() won't create a new task if on...
Use wxFB for debug dialog.
Make stats thread keep a unique queue. Remove ...
Month and List puzzle views are part of PuzzleGrid
Remove unnecessary URL escape
Updated LAT url and added auth support.
Downloader: fix filename escaping
Downloader auth recognizes <select> and skips b...
Fix nasty bug in task.UniqueQueue where pop() w...
Add Status Bar color config.
Downloader: minor visual bugfixes.
Downloader: add stats.ERROR flag for error mess...
Bugfix: puz files can be saved even if squares ...
luacurl: add timeouts, more comprehensive/flexi...
Global function mod_path to compute relative pa...
Cleanup stray download files
First commit of revamped download package. Maj...
Added QueueTask function wait_for_message to wa...
py2lua can use stock button ids
QueueTask sets self.current before calling send...
xwordinfo bugfix: forgot ornil() on shadecircles
Major updates to py2lua:
remove json4lua in favor of luayajl since we al...
task.QueueEvent always keeps a local queue, and...
Update luadate to 2.1.1
Minor vararg fixes for luadate (luajit/5.2 comp...
wx.lib.bmp displays a warning (like wx does) in...
xword.Message and related functions don't choke...
Mark theme squares using import.mark_theme_squa...
Delay setup of AuiManager to prevent extra fram...
Change #if to #ifdef in MyAuiMgr for release build
luacurl.progress_func is a hook to use as a pro...
Update wxLua
Make expat a dependency, and add lxp to the bui...
Use LuaJIT.
Split task event handling into a class.