]> git.mdlowis.com Git - proto/aos.git/shortlog
proto/aos.git
2024-01-08 Mike Lowisfixed up unit test linker errors for window manager master
2023-05-23 Michael D.... reenabled keyboard shortcuts and dragging of floating...
2023-05-22 Michael D.... checkpoint commit
2023-05-21 Michael D.... added unit tests for window manager
2023-05-18 Mike Lowisundo change from left-most to right-most match. Need...
2023-05-18 Mike Lowiscleaned up code a bit and changed to right-most match
2023-05-11 Mike Lowisremove unused files
2023-05-03 Mike Lowisextracted x11 stuff into helper library
2023-05-03 Mike Lowisrework editor to use liba option parsing
2023-05-02 Michael D.... remove old telemetry and use lib
2023-05-02 Michael D.... extract utf8, file toutines, and telemetry
2023-05-02 Michael D.... implemented standard file io module and leap functional...
2023-04-28 Michael D.... added leap functionality inspured by The Humane Environment
2023-04-25 Mike Lowissetup unit test framework
2023-04-25 Mike Lowischeckpoint commit
2023-03-13 Mike Lowisadded some more mouse hooks
2023-03-13 Michael D.... started rebuilding floating window management. Still...
2023-03-06 Mike Lowisstarted reworking to use bitmap allocator for clients
2023-03-03 Mike Lowisignore rules.mk
2023-02-23 Mike Lowisadded libexec folders
2023-02-23 Michael D.... tweaked types
2023-02-23 Michael D.... Merge branch 'master' of mdlowis.com:~/git/proto/aos
2023-02-23 Michael D.... all tools in one place
2022-11-03 Michael D.... implemented skeleton of mbusd. Next step is message...
2022-11-03 Michael D.... added threading API to the standard lib
2022-11-02 Michael D.... started working on mbusd. Sketched out a threading...
2022-11-02 Michael D.... rename GC to match module naming scheme
2022-11-01 Michael D.... cleanup cruft and add first pass protocol parser
2022-11-01 Michael D.... move standard library functions to helper header so...
2022-01-04 Michael D.... pulled in UTF8 encoder/decoder and updated TODO list
2021-12-22 Michael D.... fixed option parsing and added support for --
2021-12-17 Michael D.... updated todo
2021-12-17 Michael D.... removed debugging, added link time optimization, and...
2021-12-17 Michael D.... added Net_Serve to make it easier to write servers
2021-12-17 Michael D.... rolled lib net into single C file as part of liba
2021-12-17 Michael D.... fixed up the build and got anvil building with new...
2021-12-16 Michael D.... checked in current state of anvil code
2021-12-16 Michael D.... reorganized folder structure
2021-12-15 Michael D.... tweaked optimization and fixed some errors
2021-12-15 Michael D.... cleaned up files, added first cut for positional arguments
2021-12-15 Michael D.... updated todo list
2021-12-15 Michael D.... renamed opts_parse
2021-12-15 Michael D.... update option parsing api
2021-12-15 Michael D.... reworked option parsing to get rid of malloc and work...
2021-12-15 Michael D.... resolved conflict
2021-12-15 Michael D.... add .gitignore
2021-12-15 Michael D.... added auto rule generation
2021-04-06 mike lowisadded lib dependencies to binaries
2021-04-05 mike lowisfixed shellcheck issues
2021-04-05 mike lowisadded rule generation script
2020-12-19 Michael D.... tweaked user hook for option parsing
2020-12-18 Michael D.... completed option parser. Just need to implement default...
2020-12-15 Michael D.... implemented basic parsing of long options
2020-12-15 Michael D.... implemented logic to parse command line specs and print...
2020-12-14 Michael D.... Started specifying option parsing logic
2020-12-14 Michael D.... integrated deferred reference counter
2020-12-11 Michael D.... reorganized and started fleshing out what UI programs...
2020-12-11 Michael D.... stubbed out shell with basic feedback loop
2020-12-11 Michael D.... added efreadline()
2020-12-11 Michael D.... added strmcat
2020-12-11 Michael D.... rename fork_exec -> forkexec
2020-12-11 Michael D.... implemented dial command
2020-12-10 Michael D.... took a first pass at implementing dial
2020-12-10 Michael D.... started implementing dial
2020-12-10 Michael D.... cleaned up listen error code handling
2020-12-10 Michael D.... removed stdc.h
2020-12-10 Michael D.... added stub makefile
2020-12-10 Michael D.... implemented bin/listen and libnet
2020-12-06 Michael D.... rework build system and adjust style of functions
2020-11-25 Michael D.... reorg codebase
2020-10-04 Michael D.... started adding tests and mocks
2020-10-02 Michael D.... added mock script and header
2020-10-02 Michael D.... changed style and added new ui functions
2020-10-02 Michael D.... updated tool scripts
2020-10-01 Michael D.... started implementing font loading function
2020-09-30 Michael D.... added window creation functions
2020-09-15 Michael D.... initial commit with experimental build system