summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-25Adding struct skeleton.Pixel
2009-12-25Switching template generation to a more generic system.Pixel
2009-12-25Fixing the binary ops output.Pixel
2009-12-24Adding a few pictures.Pixel
2009-12-24Adding more hexview configuration items, and adding the ability of the hexvie...Pixel
2009-12-24Small bugfix.Pixel
2009-12-23Trying to be a little bit nicer with the ressources.Pixel
2009-12-23A few bugfixes, and adding the template system.Pixel
2009-12-23Second part of the "Focus click" issue.Pixel
2009-12-23Adding a status line, and a bunch of new status line displays.Pixel
2009-12-23Fixing the 'lost focus then click' issues.Pixel
2009-12-23Inverting wheel behavior.Pixel
2009-12-23Adding category menus system.Pixel
2009-12-23Fixing limiter.Pixel
2009-12-23Mbmbmlmlm \r is evil.Pixel
2009-12-23Fixing the markers bugPixel
2009-12-22Adding luafilter!Pixel
2009-12-22Adding some sizes...Pixel
2009-12-22Adding the 'Buffer' object.Pixel
2009-12-22Fixing wheel setting.Pixel
2009-12-22Adding the Tee object.Pixel
2009-12-21Adding import, and saving / loading more stuff.Pixel
2009-12-21Various fixes.Pixel
2009-12-21Fixing and finishing up serialization.Pixel
2009-12-20Save is almost done.Pixel
2009-12-20Typo in the input object.Pixel
2009-12-20Adding the Input object.Pixel
2009-12-20Fixing a typo in the textbuffer, and removing the "prototypes" buffers from t...Pixel
2009-12-20Adding the textbuffer object.Pixel
2009-12-20Adding load and save stubs.Pixel
2009-12-20Optimization tentative.Pixel
2009-12-20Introducing serialization / deserialization mechanism.Pixel
2009-12-20Factorizing some bits of code.Pixel
2009-12-19Adding limiter.Pixel
2009-12-19Removing useless comment.Pixel
2009-12-19Properly saving configuration in the extra array, and using it.Pixel
2009-12-19Fixed binary ops by swapping its :read results, and forcing a recomputation i...Pixel
2009-12-19hexview shouldn't crash if it has no real input.Pixel
2009-12-19Avoiding using twice the same input...Pixel
2009-12-19Disabling draw spam. Forcing a redraw when status changes.Pixel
2009-12-19The binaryops should be working now. Should.Pixel
2009-12-19Disabling hexview's output if cursor is past filesize.Pixel
2009-12-19Fixing "getting out of focus" double clic.Pixel
2009-12-19Adding a first stub for binary ops, and fixing hexviewer's ability to destroy...Pixel
2009-12-19Splitting dalos's hexviewer out, in a separate file.Pixel
2009-12-19Actually spawning the objects added by the cross menu where the cross menu is.Pixel
2009-12-19All menus should be working now.Pixel
2009-12-18Adding fast dummy support for the X-menu text.Pixel
2009-12-17Fixing panning.Pixel
2009-12-17Fixing the hexviewer's crash, and helping its dynamic refresh a bit.unknown