1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Oct 14, 2024 — Oct 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[PATCH] I cleaned the bitmap.c file from the /* old */ commented code. More... over 18 years ago
now the debug channel code will output all the Warns, Error or Trace when those strings are added with the use of Debug_VerboseChannel() More... over 18 years ago
various changes More... over 18 years ago
did some cleaning in the directories. Added more documentation to ebuf and other. More... over 18 years ago
updated the neuroman.tcl script and continued to work on the documentation of the ebuf module. More... over 18 years ago
fixed a documentation error More... over 18 years ago
updated the authors file More... over 18 years ago
updated both the TODOs and the ChangeLog. More... over 18 years ago
fixed the numpad keyboard in the SDL driver More... over 18 years ago
implemented a system similar to the one wine uses for debugging : channels. More... over 18 years ago
updated the old layout of the file to the new one. working on added a new debug method. More... over 18 years ago
changed the version More... over 18 years ago
added a new function : Neuro_SetImgLayer() More... over 18 years ago
Merge branches 'new' and 'master' of .git More... almost 19 years ago
fixed the Makefile.am to make it install the header extlib.h More... almost 19 years ago
removed dependencies on xml stuff that I forgot to remove when I got rid of the xml module. More... almost 19 years ago
changed the version More... almost 19 years ago
found an elegant way to support more than one callback for mouse events. It uses an EBUF buffer to hold an infinite amount of callbacks for both click and release mouse button events. (needed for the implementation of the GUI). More... almost 19 years ago
added an extra check for a Null pointer. More... almost 19 years ago
changed the version More... almost 19 years ago
I did cleaning work in the x11 code and also added 2 new static functions to abstract and prepare the code for shared memory support. More... almost 19 years ago
fixed minor warnings during compilation and recalibrated the current version of the source. More... almost 19 years ago
various fixes More... almost 19 years ago
added compatibility things for Cpp inside the headers. More... almost 19 years ago
fixed the bitmap loader. Implemented the new bitmap loader into X11 and also implemented it into SDL (we no longer rely on SDL's bitmap loader). fixed a few bugs also. More... almost 19 years ago
merge More... almost 19 years ago
updated the bitmap loading algorithm, it no longer need the xpm library, it actually uses high level pixels functions to create images. More... almost 19 years ago
in the middle of hacking the bitmap module so it can directly create a bitmap rather than using xpm. Also reimplemented the pixels manipulation functions. More... almost 19 years ago
implemented the new X11 transparency function. More... almost 19 years ago
fixed a small bug in the painter's algo. More... almost 19 years ago