69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed the constants in MessageConstants.h to be style guide compliant. Removed the useless ERROR_DETECTED message and implementation. More... over 20 years ago
Many fixes and additions; images are not quite completely valid yet, but are now also recognized by and usable in Windows (XP, at least). - Fixed a few incorrect crc-length settings (some remain). - Added output of N position anchor. - Added unallocated space descriptors to volume descriptor sequences. - Added terminating descriptors to end of volume descriptor sequences. - Finally write d-strings properly. - Removed padding at end of image, since that appears unnecessary now that I've learned how to do rudimentary pointer arithmetic correctly. More... over 20 years ago
Fix some warnings
korli
as Jérôme Duval
More... over 20 years ago
Fixed a myriad of stupid errors, oversights, and miscalculations caught by Phillips' handy-dandy UDF verifier. More... over 20 years ago
Renamed the last member variables to be style guide compliant. More... over 20 years ago
Added check for existence of unallocated space descriptor in volume descriptor sequence. More... over 20 years ago
Added DString.cpp. More... over 20 years ago
Initial checkin. Class for creating UDF fixed-length-field d-strings. More... over 20 years ago
Have a look at the BSlider::SetValue() documentation; it already cuts the value if necessary. More... over 20 years ago
Some more style cleanups. It's really not necessary to provide all default arguments in C++ - especially not wrong ones... More... over 20 years ago
Removed all SettingsView stuff, and almost completely rewrote the MouseView class. The mouse view code is now much cleaner and more generic. Fixed all known remaining bugs. More... over 20 years ago
Removed the duplicated settings handling - now just uses MouseSettings instead. Removed all code that now belongs to the MouseView class. Moved some member variables into the private section. Removed now unused variables. Now overloads GetPreferredSize() with something useful instead of just resizing to these values at constructions. Added a destructor that frees the created bitmaps. Renamed focusMenu to fFocusMenu, and mouseTypeMenu to fTypeMenu. More... over 20 years ago
No longer accesses any SettingsView members directly. It now takes all information it needs out of the messages it gets. Now used MessageSettings::Defaults() instead of having an own implementation. More... over 20 years ago
Renamed MouseMessages.h to MouseConstants.h, added some user interface constants. More... over 20 years ago
Decremented kMouseHeight since its obviously not the correct height. More... over 20 years ago
Some more {Set}Mapping() functions. Now has a Default() method that activates the system default settings. More... over 20 years ago
Made translator able to tollerate interlaced PNG images that error in the call to png_read_end(), but have image data that is valid. This was the problem that prevented programs like BeBattle and Eric's Ultimate Solitare from working with the OBOS PNGTranslator. More... over 20 years ago
add README.html and UPDATE.html to matrox package More... over 20 years ago
add README.html and UPDATE.html to neomagic package More... over 20 years ago
grist is required for the non-zipped files in order to distinguish between the README.html for neomagic vs. nvidia, for example More... over 20 years ago
Copied the complete contents of MouseView.{cpp|h} over to the new SettingsView.{cpp|h} - the former will only contain the view that shows the mouse and its buttons, the latter will contain the rest. Corrected license text and listed myself as one of the authors. More... over 20 years ago
No reason to quit the program, just because some icons are missing. More... over 20 years ago
The MouseSettings class now actually does something useful. Now maintains all mouse related settings, and also represents the current settings (i.e. MouseSettings::SetMouseMode() will really change the mouse mose). Fixed bug in SaveSettings() that I missed earlier. More... over 20 years ago
The MouseView now get a pointer to the window's MouseSettings object. Reverting to the original (on load time) settings is now done in the MouseSettings class, not MouseWindow anymore (updating the MouseView is temporarily disabled). More... over 20 years ago
Removed now unused coords for the buttons (were already commented out). More... over 20 years ago
Moved the "Defaults" and "Revert" button out of the MouseView and into the MouseWindow class. The MouseView now only contains everything that's in the BBox (it now inherits from BBox). Joined the BoxView and the MouseView classes together - their separation was highly questionable done. I plan to put the mouse button view into its own class as well. The "Defaults" and "Revert" button are now font sensitive. More... over 20 years ago
The MouseWindow now take care about its position itself. More... over 20 years ago
Now uses MouseView::SetRevertable() instead of accessing the member variable directly. Broken settings no longer quit the app. Many style fixes. More... over 20 years ago
Fixed one of the reported bugs by using the default flags of the bounding box instead of manually defining them (and forgetting about B_NAVIGABLE_JUMP). Many style updates - more to come, though. Moved the revert and default button variables into private. It now has an extra SetRevertable() method to hide them. Added newline to the end of file :) More... over 20 years ago
Style updates for the application files. More... over 20 years ago