0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a BLooper instead of BHandler for the HTML parser, so it runs in a separate thread. More... almost 5 years ago
Wait for the looper thread to die. Got broken with my rewrite some time back. Added the code back with a comment, so I won't forget. More... almost 5 years ago
Hopefully last bit of whitespace cleanup for testing of svn build. More... almost 5 years ago
Yet more whitespace cleanup during testing of svn build. More... almost 5 years ago
Further whitespace cleanup during testing of svn build. More... almost 5 years ago
Whitespace cleanup to test new svn build. More... almost 5 years ago
- Use a real lock for the write lock, so nobody else can acquire the lock while we have it. More... almost 5 years ago
Faulty comparison caused wrong icons to be displayed for dynamic prefs More... about 6 years ago
Make sure the all plugins know the plugin is unloaded More... about 7 years ago
Remove autolock as it is not used and can cause a problem on shutdown as More... about 7 years ago
Simplify handling of unloading of cache plugin More... about 7 years ago
BHandlers don't respond to B_QUIT_REQUESTED. Need to delete them. More... over 7 years ago
Variable lock is not a pointer, so it is better to initialize it this way as the other way seemed to leak memory. Fixes build on Haiku as the copy constructor is now private More... over 7 years ago
Be more resilient if no CSS file has been set yet in the preferences. More... almost 8 years ago
Be a bit more resiliif no DTD has been set yet in thereferences. More... almost 8 years ago
Make the BMenuFields in the preferences look a bit nicer More... almost 8 years ago
Make Themis compile on recent versions of Haiku again. More... about 8 years ago
Implement horizontal scrolling in our own TOutlineListView (derived from BOutlineListView) and use that class where we were using BOutlineListView. More... about 8 years ago
Moving table files to common caused a crash in the css viewer addon on BeOS, while it worked fine on Haiku. More... almost 9 years ago
Move table code to common directory, so it can be reused. More... almost 9 years ago
Doing an atomic_add on a volatile variable discards the qualifier and More... almost 9 years ago
Removed use of BELIBRARIES variable as it does not exist on Haiku and does not seem to be needed on BeOS either. More... almost 9 years ago
- Remove synchronous retry as it does not seem to do anything. More... almost 9 years ago
Lock the object before creating the connection to prevent a race condition with the layer_manager of the HTTPv4 module. More... almost 9 years ago
Removed comment accidentally left in. Grr. More... almost 9 years ago
Fixed warning. More... almost 9 years ago
- Moved buffer list and its functionality to its own class called BufferPool. More... almost 9 years ago
Do not sync every write. It apparently gets more expensive the more writes are done to a file. This is noticable with a 10mb test file. More... almost 9 years ago
There is no point in using an uint32 instead of int32 as th result from recv is an int anyway, so the extra range of the uint32 is not needed. More... almost 9 years ago
Fix small mistake with connection changes: Result of recv call can be negative. More... almost 9 years ago