]>
git.zarvox.org Git - shareboard.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Drew Fisher [Fri, 8 Oct 2010 07:30:59 +0000 (00:30 -0700)]
Progress toward painting images.
Drew Fisher [Fri, 8 Oct 2010 04:12:00 +0000 (21:12 -0700)]
Add icons to repository.
Drew Fisher [Fri, 8 Oct 2010 03:54:14 +0000 (20:54 -0700)]
Fix double-insertion of action pointer into localActions array.
The bug here caused segfaults on the arrival of the second server-approved
event from the client, since the Action had already been deleted.
Drew Fisher [Fri, 8 Oct 2010 03:32:01 +0000 (20:32 -0700)]
Complete network support, event passing, and tracking.
Actions are posted to the server with correct UserID.
Enabled actions are currently limited to MouseMove and DrawLine.
Drew Fisher [Thu, 7 Oct 2010 20:28:50 +0000 (13:28 -0700)]
Implement base64 encoding and decoding, so we can serialize images.
Drew Fisher [Thu, 7 Oct 2010 20:28:00 +0000 (13:28 -0700)]
Make client speak the redefined protocol to the server correctly.
Also, force enum to remain consistent.
Drew Fisher [Thu, 7 Oct 2010 03:00:21 +0000 (20:00 -0700)]
Action improvements and connection error clarity.
This patchset reworks the structure of Action and its subclasses.
It also adds polymorphic receiving of some types of actions over
the network.
Lastly, connection errors are now reported to the user.
Drew Fisher [Thu, 7 Oct 2010 00:43:55 +0000 (17:43 -0700)]
Alignment tweaks; return to connection prompt if disconnected.
Drew Fisher [Thu, 7 Oct 2010 00:41:19 +0000 (17:41 -0700)]
Refactor ConnectWidget into Shareboard, the primary central widget stack.
Begin implementing ShareboardCanvas, the actual drawing surface.
Drew Fisher [Tue, 5 Oct 2010 05:57:48 +0000 (22:57 -0700)]
Near-complete implementation of actions, a shell menu, and basic network connections.
A number of things are still stubbed out while we work out network protocol specifics.