0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 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
Initial concept header for new preferences system, as discussed by Mark and myself recently. More... about 14 years ago
#PCDATA can be empty as well. More... about 14 years ago
Made some changes to the makefile to get it to work properly on Haiku. Otherwise, it tends to end up in an infinite loop building dependencies. More... about 14 years ago
Removed no longer needed code to parse raw data as it is now accessible in the cache. More... about 14 years ago
Modified the http protocol to use the ram cache objects to store data that isn't More... about 14 years ago
- Properly indented a number of #if blocks to make the code easier to read. More... about 14 years ago
Skip any space, not just the space character. More... about 14 years ago
Prevent the HTMLParser from crashing when there is bad data. Still need to throw an appropriate exception in such cases, but at least it doesn't crash anymore. More... over 14 years ago
Filter out CR/LF sequences. More... over 14 years ago
In case the last child element somehow ends up with a lower bottom than the top of this element, use the top of this element to set the bottom, instead of the bottom of the last child. More... over 14 years ago
- Added BlockElement for showing elements of display:block, though it doesn't do much yet. More... over 14 years ago
- Bitmap element does not take up space if there is no bitmap. More... over 14 years ago
- The start of the endpoint is the left top of the own frame, as we don't always know the left bottom of the previous frame. More... over 14 years ago
When the children have been recalculated, set the bottom to the bottom of the last child as it determines how much room is needed. More... over 14 years ago
- Don't skip anything when we do title. More... over 14 years ago
Fix to stop the last bit of flickering in the url view. More... over 14 years ago
There is no need to set B_FULL_UPDATE_ON_RESIZE as the BTextView will redrawing itself. This stops part of the flickering of the url view. More... over 14 years ago
Stop the flickering of the status bar. More... over 14 years ago
Added support for showing the properties of media specific rules. More... over 14 years ago
The colon (:) character is allowed in an identifier. More... over 14 years ago
- Removed some debugging info to make the terminal output easier to follow. More... over 14 years ago
Changed DOMTextView to the newly created TTextView. More... over 14 years ago
Moved CSSTextView to the common part, so all of Themis can use it. More... over 14 years ago
Forgot to remove some debug output. More... over 14 years ago
- Added BColumnListView as it exists in Vision with minor changes. More... over 14 years ago
Fixed memory leak. More... over 14 years ago
Added missing return of the class string. More... over 14 years ago
Added first stab at a css viewer addon. More... over 14 years ago
Changed my e-mail address in the license part. The old one hasn't been valid for a couple of years now. More... over 14 years ago
Removed dependency of the framework on the renderer addon. More... over 14 years ago