Modules/Tegra2Vid - Got it compiling
[tpg/acess2.git] / Usermode / Applications /
2011-12-12 John HodgeFixed applications not depending on acess.ld
2011-12-10 John HodgeMoving more stuff to new makefiles
2011-12-08 John HodgeFixing new build system
2011-12-08 John HodgeUsermode - More work on new build system
2011-11-25 John HodgeLight fixes to build bugs
2011-11-21 John HodgeUsermode/AxWin3 - Added delete support to text input
2011-11-21 John HodgeUsermode/login - Made the login process re-enable the...
2011-11-20 John HodgeUsermode/AxWin3 - Working on keyboard input
2011-11-20 John HodgeUsermode/AxWin3 - Cleaning up, graphics fixes and worki...
2011-11-20 John HodgeUsermode/CLIShell - Fixed not catching execve returning
2011-11-18 John HodgeUsermode/AxWin3 - Reworked widget minimum sizes, fixed...
2011-11-18 John HodgeUsermode/AxWin3 - Bugfixing rendering/layout issues
2011-11-17 John HodgeUsermode/AxWin3 - Fiddling with text presentation
2011-11-17 John HodgeUsermode/AxWin3 - Splitting widget types out into separ...
2011-11-17 John HodgeUsermode/Build - Updates to build system for crtbegin...
2011-11-17 John HodgeUsermode/AxWin3 - Some notes from the design phase
2011-11-17 John HodgeUsermode/AxWin3 - Fixed some silly bugs
2011-11-13 John HodgeUsermode/AxWin3 - Added decorator support
2011-11-13 John HodgeUsermode/AxWin3 - Cleaned up focus code a little, added...
2011-11-12 John HodgeUsermode/AxWin3 - Implemented Focus/Raising support
2011-11-11 John HodgeUsermode/AxWin3 - Cleaning up
2011-11-11 John HodgeUsermode/AxWin3 - Added menu render code (with hilights)
2011-11-10 John HodgeUsermode/AxWin3 - Adding pop-up menu support (via a...
2011-11-09 John HodgeUsermode/AxWin3 - Added support for getting display...
2011-11-08 John HodgeUsermode/AxWin3 - Managed to pass input all the way...
2011-11-08 John HodgeUsermode/AxWin3 - Debugging user reception of messages
2011-11-08 John HodgeUsermode/AxWin3 - Implemented passing messages to the...
2011-11-08 John HodgeUsermode/AxWin3 - Adding widget mouse input handlers
2011-11-07 John HodgeUsermode/AxWin3 - Working on input code
2011-11-06 John HodgeUsermode/AxWin3 - Cleaning up bugs, adding image loadin...
2011-11-06 John HodgeUsermode/AxWin3 - Implementing more of the widget code
2011-11-05 John HodgeUsermode/AxWin3 - Implemented sending messages to windows
2011-11-05 John HodgeUsermode/AxWin3 - Adding decorator to widget renderer
2011-11-05 John HodgeUsermode/AxWin3 - Implementing SendMessage for client
2011-11-05 John HodgeUsermode/AxWin3 - Added window invalidation, sub-window...
2011-11-05 John HodgeUsermode/AxWin3 - More WM IPC messages implemented
2011-11-05 John HodgeUsermode/AxWin3 - Working on window rendering, root...
2011-11-05 John HodgeUsermode/AxWin3 - Implementing widget support in userland
2011-11-04 John HodgeUsermode/AxWin3 - Cleaning up and adding client widget...
2011-11-04 John HodgeUsermode/AxWin3 - Moved interface library to Applicatio...
2011-11-04 John HodgeUsermode/AxWin3 - Implementing window creation
2011-11-04 John HodgeUsermode/AxWin3 - Implemented WM_CreateWindow
2011-11-04 John HodgeUsermode/AxWin3 - Implementing Client->Window resolution
2011-11-04 John HodgeUsermode/AxWin3 - Working on IPC, compiles and runs...
2011-11-03 John HodgeUsermode/login - Added GUIv3 hack
2011-11-03 John HodgeUsermode/AxWin3 - Debugging IPC
2011-11-02 John HodgeUsermode/AxWin3 - Workign on interface lib, adding...
2011-10-30 John HodgeUsermode/AxWin3 - Working on the libaxwin3 API
2011-10-30 John HodgeUsermode/AxWin3 - Fixed all compile errors, runs and...
2011-10-30 John HodgeUsermode/AxWin3 - Working on IPC
2011-10-29 John HodgeUsermode/AxWin3 - Porting over the AxWin2 widget code
2011-10-29 John HodgeUsermode/AxWin3 - Fiddliing with things
2011-10-27 John HodgeUsermode/AxWin3 - Fiddling
2011-10-26 John HodgeUsermode - Removed unused (and fat) pcidump utility
2011-10-26 John HodgeUsermode/axwin3 - Copying parts of AxWin2 over to get...
2011-10-22 John HodgeUsermode/AxWin2 - Made the cursor a little neater
2011-10-22 John HodgeUsermode/axwin2 - Added full mouse/cursor support ... rel0.13
2011-10-20 John HodgeApplications/cat - Added error check
2011-10-17 John HodgeUsermode - Build fixes (slight ones)
2011-10-12 John HodgeMajor build system changes
2011-10-06 John HodgeReworking usermode/libc to closer C compliance
2011-09-25 John HodgeUsermode - Stub UDP tester (in the form of a DNS client)
2011-08-21 John HodgeUsermode - Fixing build system
2011-08-21 John HodgeUsermode - AxWin2 notes, and a write support test app
2011-08-21 John HodgeUsermode/axwin3 - Fiddling
2011-08-17 John HodgeUsermode/axwin3 - Working on things
2011-08-17 John HodgeUsermode/axwin3 - Designing AxWin3 API
2011-08-13 John HodgeUsermode - Fixing syscall API
2011-08-08 John HodgeKernel - Fixes from clang's scan-build tool
2011-08-08 John HodgeUsermode - Switched to the POSIX read()/write() argumen...
2011-08-06 John HodgeUsermode/telnet - Added default port number
2011-08-04 John HodgeUsermode/irc - Fixes to long line rendering, misc other...
2011-08-04 John HodgeUsermode/irc - Fixes
2011-08-04 John HodgeUsermode/axwin2 - Commenting changes
2011-07-19 John HodgeKernel - Oops, forgot to change the export definitions
2011-07-06 John HodgeUsermode Build - Updated makefiles to compile needed...
2011-07-06 John HodgeAxWin2 - Added mouse support (well, it now reads the...
2011-07-03 John HodgeIRC - Set server to Qemu host address (better for debug...
2011-07-02 John HodgeUsermode/testclient - Fixes for debugging
2011-06-16 John HodgeAxWin2 - Debugging and misc
2011-06-16 John HodgeUsermode - IRC Client
2011-06-08 John HodgeVTerm - Bugfixing mostly
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-06 John HodgeAxWin2 - More fiddling, working in windows
2011-06-05 John HodgeAxWin2 - Minor commenting change
2011-06-05 John HodgeAxWin2 - More fiddling, almost ready now :)
2011-06-05 John HodgeAxWin2 - Cleaned out messy code
2011-06-05 John HodgeAxWin2 - More fiddling
2011-06-04 John HodgeAxWin2 - Fiddling, almost ready for testing :)
2011-06-03 John HodgeDeleted axwin0 (now backed up)
2011-06-03 John HodgeBackup - Adding design for AxWin3 to git
2011-06-03 John HodgeBackup - Adding AxWin0 to git, just so it's backed up
2011-06-03 John HodgeMisc changes
2011-06-03 John HodgeAxWin2 - Huge changes, getting to the working point
2011-05-30 John HodgeAxWin - Re-added Proc message support
2011-05-30 John HodgeAxWin - General cleaning
2011-05-30 John HodgeAxWin - Re-structured to share headers between clients...
2011-05-30 John HodgeWorking on AxWin2
2011-05-29 John HodgeAxWin2 - Working in UDP based IPC, select() for input
2011-05-28 John HodgeMouse driver and AxWin
next

UCC git Repository :: git.ucc.asn.au