0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
Fixed the includes, so the impact of a change in TPictureButton.h causes less recompiles. More... almost 13 years ago
Stop the flickering on the "go" button. More... almost 13 years ago
Moved duplicate code to a separate function. More... almost 13 years ago
- Added class UrlItem which overrides the DrawItem call of BStringItem, so it can draw a truncated string. More... almost 13 years ago
- Code cleanup More... almost 13 years ago
- Changed the code style to be more compact More... almost 13 years ago
Added mouse wheel scrolling. More... almost 13 years ago
Only try to draw something when a view has been created. More... almost 13 years ago
Moved the applying of the styles to a separate function and changed the code so it loops through the values instead of trying everything it knows about. More... about 13 years ago
- Added separate class for the stylesheets. This should make future improvements easier. Especially multiple stylesheets. More... about 13 years ago
Small bit of style cleanup. More... about 13 years ago
Minor changes, nothing significant. More... about 13 years ago
- Improved support for borders. More... about 13 years ago
- Added really basic support for tables. More... about 13 years ago
Improved the accuracy of the area being used by a CSSView object. More... about 13 years ago
Improved the handling of spaces in text. More... about 13 years ago
Added drag and drop to the tab view as well, so you don't need to load a page before it works. More... about 13 years ago
Removed debugging output. More... about 13 years ago
Added support for drag and drop of html files. More... about 13 years ago
Add the setting for the dtd file if it doesn't exist yet. More... about 13 years ago
Added support for drag and drop of Bookmark files. More... about 13 years ago
In case no file is set as the css file, pick the first one. More... about 13 years ago
Reset the read position in case we already read it once. More... about 13 years ago
Added new optional parameters to the cache Read function. The new More... about 13 years ago
Fixed warning messages when compiling the HTTP add-on caused by unused More... about 13 years ago
At least clean up a bit. More... about 13 years ago
Hopefully fixed the weird parsing errors that were occuring. More... about 13 years ago
Added support for list-style-type = square. More... about 13 years ago
Commented out a couple more lines of output in the cookie manager, also added a conditional #include in More... about 13 years ago
Made the css renderer the default renderer and removed the other one. The new one seems to be working better and faster, so although the old one could do a bit more than the new one at the moment (for example showing buttons), it is better to improve the new one than try to fix the old one. More... about 13 years ago