1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start work on the message view More... over 17 years ago
draw the message flags on the message tree (though without tooltips) More... over 17 years ago
begin work on the message flags More... over 17 years ago
futher page render optimizations ^W to close a tab More... over 17 years ago
trim down the preview pane for previewing only - the view pane will have lots more More... over 17 years ago
more detailed syndication menu More... over 17 years ago
more dynamic archive menu, CNTR-left/right for switching tabs More... over 17 years ago
- CustomStyledText adds some tracers to monitor styled text layout performance (which notes that laying out a styled text with lots of lines takes a really long time) - in turn, it also has a flag to override the size computation during layout and use the last computed value - this flag is set for the duration of the ThemeRegistry's applyTheme against the Browser (where it does the recursive relayout of everything). More... over 17 years ago
- begin bugfixes for threaded display w/ missing parent - dont bother with the message tree when viewing a message as a full tab - substantial optimization w/ ColorUtil.getColor, cutting seconds to ms by avoiding the swt thread as much as possible - substantial optimization in PageRenderer.setLineStyles, cutting more seconds off - avoid a duplicate relayout in BrowseForum theming More... over 17 years ago
theme benchmarking (trouble in heavily loaded styledtext) reset theme don't use the "pick an icon" icon for forums that don't have an icon More... over 17 years ago
useful menubar items filter forums by read status hide the highlight tree selection shrink the default fonts a bit more More... over 17 years ago
fix for authorized author filtering fix for browse forum header w/ multiple forums More... over 17 years ago
the highlight tab pretty much works, sans private messages (though there are some shortcuts that should be added) More... over 17 years ago
further highlight screen improvements More... over 17 years ago
begin work on the highlight tab, summarizing whats going on in syndie More... over 17 years ago
html render cleanup (newlines for td/tr) put the bookmarks in their own menu, and allow hiding/showing the bookmarks tree More... over 17 years ago
more syndication diff cleanup More... over 17 years ago
syndication diff view, for picking messages/forums to pull explicitly archive index cleanup More... over 17 years ago
theme plain text pages (allowing resize, etc) More... over 17 years ago
begin hooks for explicit pull strategy small startup measurements and optimization, though more to do before release More... over 17 years ago
some more defensive programming, prompted by findbugs More... over 17 years ago
track message status, and some syndication bugfixes More... over 17 years ago
forum avatar support, though not yet on per-message basis More... over 17 years ago
message postponement and resuming, though no UI to revert to postponed states other than the most recent More... over 17 years ago
save the theme settings to the nym prefs transparently. also apply them to the page renderer More... over 17 years ago
simplified browse forum msg filter (still complex advanced popup though) fixed a thread accumulator filter wrt tags More... over 17 years ago
forum search on the browser tree render text URIs as HTML pages in their own tabs More... over 17 years ago
resource monitoring functionality (and a few plugged leaks in the GC and StyledText usage) More... over 17 years ago
start of theme work, remove 1.6isms (oops) More... over 17 years ago
translation selection support reads /translation_$n.txt from the classpath ($n=0..$n), as well as translation_* from the syndie root dir, using the key LANG= as the translation's language name, displaying it in the language drop down. More... over 17 years ago