]> git.sur5r.net Git - cc65/shortlog
cc65
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-10 Oliver SchmidtDeduct temporary library path name from library path...
2014-02-09 Oliver SchmidtSome minor fine tuning.
2014-02-09 Oliver SchmidtAdjusted linuxdoc parameters.
2014-02-09 Oliver SchmidtMade html doc look a little less boring.
2014-02-09 Oliver SchmidtFixed URL.
2014-02-09 Oliver SchmidtSwitched to Markdown in order to allow to add links.
2014-02-09 Oliver SchmidtUse -Werror only on Travis CI builds.
2014-02-09 Oliver SchmidtDefine _SVID_SOURCE to get tempnam().
2014-02-09 Oliver SchmidtAvoid tmpfile().
2014-02-08 Oliver SchmidtFixed typo.
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2014-02-08 Oliver SchmidtKeep git push happy.
2014-02-08 Oliver SchmidtAvoid writing (temporarily) into source directory.
2014-02-07 Oliver SchmidtFixed typo.
2014-02-06 Oliver SchmidtActually the '-R' flag isn't necessary.
2014-02-06 Oliver SchmidtLimit 'git add' to doc directory just to be sure.
2014-02-05 Oliver SchmidtAdjusted doc to commit 9aa17b4c537f77fc01d49ab7167b1b3c...
2014-02-05 Oliver SchmidtThe gh-pages push seems ready for prime time.
2014-02-05 Oliver SchmidtThe content in internal.txt is now fully present in...
2014-02-05 Oliver SchmidtRoute standard goals to doc Makefile.
2014-02-05 Oliver SchmidtGoals from top level Makefile should be known even...
2014-02-05 Oliver SchmidtRe-introduced toc removal for coding.html and index...
2014-02-05 Oliver SchmidtSome polishing.
2014-02-05 Oliver SchmidtMaybe rather ignore the git commit status (?)
2014-02-05 Oliver SchmidtTest --allow-empty flag.
2014-02-05 Oliver SchmidtAdded doc goal to top level Makefile.
2014-02-04 Oliver SchmidtFixed missing target directory.
2014-02-04 Oliver SchmidtFirst test of actual html page push.
2014-02-04 Oliver SchmidtUpdated linuxdoc sources from https://github.com/groess...
2014-02-04 Oliver SchmidtRevert "No linuxdoc here. Documenation is to be maintai...
2014-02-04 Oliver SchmidtAvoid 'cd' in Makefile.
2014-02-04 Oliver SchmidtFirst test of gh-pages push.
2014-01-31 Oliver SchmidtMoved ca65html out of the src directory.
2014-01-31 Oliver SchmidtAdded secured GH_TOKEN env var.
2014-01-31 Oliver SchmidtFirst test with LinuxDoc.
2014-01-30 Oliver SchmidtAvoid include subdirs on install cmdline.
2014-01-30 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-29 Christian GroesslerDisable the high frequency mouse polling IRQ while... 78/head
2014-01-29 Christian Groesslersmall comment change
2014-01-29 Oliver SchmidtAdded 'install' target.
2014-01-26 Oliver SchmidtAvoid indirect jmp with unknown vector address.
2014-01-22 Oliver SchmidtMerge pull request #76 from groessler/something_to_pull
2014-01-22 Christian Groessleradd EXTZP segment to atari-asm.cfg 76/head
2014-01-22 Christian Groessleradd ZEROPAGE segment to apple2-asm.cfg and c64-asm.cfg
2014-01-22 Oliver SchmidtMerge pull request #75 from groessler/something_to_pull
2014-01-22 Christian Groesslermake "ZEROPAGE" segment optional 75/head
2014-01-22 Oliver SchmidtMerge pull request #74 from groessler/something_to_pull
2014-01-21 Christian Groessleradd missing stddrv defines for atarixl 74/head
2014-01-21 Christian Groessleradd addresses of static drivers of the runtime
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerChange display logic of mouse cursor (hide and show...
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian GroesslerFix timer IRQ hooking for atarixl target.
2014-01-20 Christian Groesslerfix some typos
2014-01-20 Christian Groessleradd comment
2014-01-20 Christian Groessleruse ST mouse as static standard driver, too
2014-01-20 Christian Groessleralign comment to the same column
2014-01-20 Christian Groessleranother small cleanup
2014-01-20 Christian Groesslersmall cleanup
2014-01-20 Christian GroesslerWhen disabling interrupts, restore original interrupt...
2014-01-20 Christian GroesslerAdd drivers for ST mouse, Amiga mouse, and Atari trakba...
2014-01-20 Christian Groesslerfix typo
2014-01-20 Christian GroesslerAdd "joystick mouse" driver and default mouse callback...
2014-01-20 Christian GroesslerUse deferred VBI instead of immediate VBI. A deferred...
2014-01-20 Oliver SchmidtMerge pull request #73 from groessler/something_to_pull
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 73/head
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Oliver SchmidtMerge pull request #69 from groessler/something_to_pull
2014-01-17 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 69/head
2014-01-17 Christian GroesslerMerge branch 'master' of https://github.com/oliverschmi...
2014-01-17 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-17 Oliver SchmidtMinor cleanup.
2014-01-17 Oliver SchmidtMerge pull request #71 from groessler/something_to_pull2
2014-01-17 Oliver SchmidtSome fine tuning of the mouse driver interface harmoniz...
2014-01-17 Christian Groessleradd support for 16K cartridges 71/head
2014-01-17 Christian Groesslerremove segment directive since CODE is the default...
2014-01-17 Christian Groesslerput code in CODE segment
2014-01-16 Christian Groessleruse copydata instead of own routine
2014-01-16 Christian Groesslerput this module's code into CODE segment
2014-01-16 Christian Groesslerfix last change
2014-01-16 Christian Groesslerfix indentation
2014-01-16 Christian Groesslermade more segments optional so that the config file...
2014-01-16 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-15 Oliver SchmidtHarmonized interface between mouse drivers and callbacks.
2014-01-14 Christian Groesslerremove TABs
2014-01-14 Christian GroesslerAdd support to create cartridges.
2014-01-14 Christian GroesslerChange display logic of mouse cursor (hide and show...
2014-01-14 Christian GroesslerAlways print the mouse cursor, even if coordinates...
next