0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added partial support for colors. More... about 13 years ago
- Used the changes in the DOMStyle library to parse css files into a more useful document. More... about 13 years ago
- Made some big changes to the DOMStyle library to better support proper storage of the document. More... about 13 years ago
Added a css renderer. It is very basic, but can display the text quite well. More... about 13 years ago
Changed the style to something that is actually useful. More... about 13 years ago
- Small bit of refactoring. More... about 13 years ago
Added support for setting and getting the size of the window of the site. More... about 13 years ago
Cleaned up the style. More... about 13 years ago
Fixed the reading of the tab history depth setting. More... over 13 years ago
Removed debugging output I accidentally left in. More... over 13 years ago
Added private variable to store the parent of a BaseEntry and fill it in when adding an entry. More... over 13 years ago
- Now passing the renderview pointer using a BaseEntry. More... over 13 years ago
Moved the code to get the checkbox value to a separate function. More... over 13 years ago
- Added CSSDOMEntry class and converted the CSSParser and CSSViewer to use it. More... over 13 years ago
Moved include to the right part. More... over 13 years ago
Moved sending message to open a new url to its own function. More... over 13 years ago
Converted the break code to if !=, so it is easier to see how the code flows. More... over 13 years ago
SiteEntry now derives from UrlEntry. More... over 13 years ago
Removed debugging output. More... over 13 years ago
A few more minor fixes in HTTP/Cookies to prevent crashes due to weird situations, and a bit more cleaning up of unnecessary debug messages. More... over 13 years ago
Added DOMEntry class. Now used to pass around the DOM from the HTML parser instead of passing the pointer directly. Doesn't include any other information yet. Converted the renderer and the dom viewer addons to find the information the new way. More... over 13 years ago
Fixed the makefile. Because the BaseEntry uses the shared pointer code it has to be able to find the boost directory. More... over 13 years ago
Defaulting cookie discarding to false. I should have made this change when I added the session member to the cookie_st structure. More... over 13 years ago
The fix to the cookie system (at long last). The changes More... over 13 years ago
Adding prefsman.cpp to the makefile... it technically should have been there already, but wasn't More... over 13 years ago
Moved sending the retrieve request from the SiteHandler to the window. More... over 13 years ago
- Added BaseEntry class that will be used to store general information about parts of a web page. More... over 13 years ago
Fixed the destructor. It wasn't cleaning up the UrlEntries. More... over 13 years ago
Always test your changes. Grr. Return the entry you add. More... over 13 years ago
Moved adding entry to its own method. More... over 13 years ago