Cleaning up for release
[tpg/acess2.git] / Usermode /
2012-01-20 John HodgeCleaning up for release rel0.14
2012-01-15 John HodgeOops, little fixes
2012-01-15 John HodgeFixing bugs exposed by scan-build
2011-12-12 John HodgeFixed applications not depending on acess.ld
2011-12-12 John HodgeUsermode - Fixed bug with clean builds
2011-12-10 John HodgeMoving more stuff to new makefiles
2011-12-09 John HodgeUsermode - Fixing sub-tree make support
2011-12-09 John HodgeFixed bad rule in ld-acess new build
2011-12-08 John HodgeFixing new build system
2011-12-08 John HodgeUsermode - More work on new build system
2011-12-07 John HodgeUsermode - Working on new build/makefile system
2011-12-02 John HodgeUsermode/crt0 - Fixed crt0 not calling _exit
2011-11-25 John HodgeLight fixes to build bugs
2011-11-24 John HodgeUsermode/ld-acess - Fixed bug in syscall5/syscall6...
2011-11-23 John HodgeUsermode/ld-acess - Fixed bug with ARM nested functions
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-20 John HodgeUsermode/ld-acess - Fixed bug in x86 main entrypoint
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/Libs - Fixing misc compile warnings
2011-11-17 John HodgeUsermode/ld-acess - Added two more ARM relocation types
2011-11-17 John HodgeUsermode/crt0 - Cleaned up and added ctrbegin/crtend...
2011-11-17 John HodgeUsermode/AxWin3 - Some notes from the design phase
2011-11-17 John HodgeUsermode/libc - Fixing little bugs/speed issues
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-12 John HodgeUsermode/ld-acess - Fixing x86_64 entrypoint
2011-11-11 John HodgeUsermode/AxWin3 - Cleaning up
2011-11-11 John HodgeUsermode/libc - Slightly smarter memcpy
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 - Slight changes, debug/commenting only
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 - Added symlink to handle -l dependency...
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-03 John HodgeUsermode/ld-acess - Fixed lack of envp
2011-11-03 John HodgeUsermode/libc - Fixing some bugs in environment handling
2011-11-02 John HodgeUsermode/AxWin3 - Workign on interface lib, adding...
2011-11-02 John HodgeUsermode/AxWin3 - Working on interface library
2011-11-01 John HodgeUsermode/AxWin3 - Implementing WM IPC calls in lib
2011-10-31 John HodgeUsermode/AxWin3 - Working on interface library
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-28 John HodgeUsermode/ld-acess - Moved ARMv7 ld-acess to top of...
2011-10-27 John HodgeUsermode/AxWin3 - Fiddling
2011-10-26 John HodgeUsermode - Removed unused (and fat) pcidump utility
2011-10-26 John HodgeUsermode/ld-acess - Added support for R_ARM_COPY
2011-10-26 John HodgeUsermode/axwin3 - Copying parts of AxWin2 over to get...
2011-10-26 John HodgeUsermode/ld-acess - Fixed ARMv7 syscalls to save LR...
2011-10-24 John HodgeUsermode/include - Added packed statement to t_sysFInfo
2011-10-23 John HodgeUsermode/ld-acess - Fixed warning when debug is enabled
2011-10-23 John HodgeUsermode - Finally cleaned up ELF32 relocation
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-22 John HodgeUsermode/include - Terminal device changes (TODO: use...
2011-10-20 John HodgeUsermode/ld-acess - Fixed ARM relocations
2011-10-20 John HodgeUsermode/ld-acess - Fixed error in x86_64 clone syscall
2011-10-20 John HodgeUsermode/libc - Fixed libc from assuming 32-bit pointer...
2011-10-20 John HodgeApplications/cat - Added error check
2011-10-19 John HodgeUsermode/ld-acess - Implemented R_836_COPY and R_X86_64...
2011-10-19 John HodgeUsermode/ld-acess - Fixed crash when arguments are...
2011-10-17 John HodgeMisc fixes, and I think I broke ld-acess x86_64 a while...
2011-10-17 John HodgeUsermode - Build fixes (slight ones)
2011-10-17 John HodgeUsermode/include - A pile of hack known as the Acess...
2011-10-17 John HodgeChanged i386 build to x86
2011-10-15 John HodgeCommenting and cleanup
2011-10-15 John HodgeUsermode/ld-acess - Sorting and improvements to ld...
next

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