0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed e-mail address fron my really old one to my new one. More... over 13 years ago
No need to use a copy. More... over 13 years ago
Removed most of the printf statements. The parser doesn't need such extensive debugging output anymore. More... over 13 years ago
Moved css parser preferences to the css parser module. More... over 13 years ago
Removed commented out code that will never be used again. More... over 13 years ago
Removed code for the network and renderer settings. They didn't do anything and now need to be implemented by the addons themselves. More... over 13 years ago
Fixed warnings. More... over 13 years ago
Added necessary include More... over 13 years ago
- Changed the preferences to make them more dynamic. It now checks the list of addons for preferences instead of showing a hardcoded list. More... over 13 years ago
- Make sure the new BasePrefsView and HTMLParserPrefsView are built. More... over 13 years ago
- Implemented preferences for the HTML parser. More... over 13 years ago
Copy from the BasePrefsView of the PrefsVies files in the framework directory, so we can more easily use them outside the framework. More... over 13 years ago
- Added BRect frame as an argument to SettingsView, so the view can be positioned right immediately. More... over 13 years ago
Minimize the impact of changes to header files. More... over 13 years ago
There seems to be a bug where the be_clipboard contains nothing when doing a paste. More... over 13 years ago
Stop leaking memory. More... over 13 years ago
Rewrote parts of the preferences system: More... over 13 years ago
Changed the styling to be more compact. More... over 13 years ago
- Moved PrefsWin.h include to the app.cpp, so changes to it don't cause a large amount of files to be recompiled. More... over 13 years ago
Removed commented out code. More... over 13 years ago
Rearranged the code and removed commented out code. More... over 13 years ago
Removed files that were not used and will not be used in the future. More... over 13 years ago
Forgot to save the header file prior to committing. Added an optional parameter to renameTo(). More... almost 14 years ago
Finished implementing at least the basics of the PrefsManager; preference files can now be simply created, saved, and loaded. More... almost 14 years ago
If we haven't loaded the base css file if the first document is parsed, load it now. More... almost 14 years ago
Fixed the css settings More... about 14 years ago
Only write the amount we actually read, otherwise we will write garbage. More... about 14 years ago
Some quick fixes for the prefsman.cpp to actually make it compile. It's still useless, mind you, but if you add it to the makefile, it will at least compile now. More... about 14 years ago
Filling in default return values More... about 14 years ago
Beginning implementation of prefs manager More... about 14 years ago