0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed package 'base' to 'util', introduced subpackages 'util.collect' and 'util.concurrent', and removed some obsolete annotations. More... almost 14 years ago
Implemented search history; changed enum StrArray to StrList. More... almost 14 years ago
Changed member order in class EmailPreview. More... almost 14 years ago
Bugfix: HTML parser did not override the rendering method of its superclass, so the HTML text preview did not work correctly. More... almost 14 years ago
Text preview: Button for enabling and disabling the highlighting. More... almost 14 years ago
JNotify native libraries were not included in the build. More... almost 14 years ago
Added temporary error code for debugging. More... almost 14 years ago
Implemented switching between text preview and HTML preview; preview error color is only allocated as necessary. More... almost 14 years ago
Previews are now cleared "behind the scenes". More... almost 14 years ago
Fixed incorrect calculation of occurrence index in text preview. More... almost 14 years ago
More efficient implementation of HighlightedString. More... almost 14 years ago
Removed Util.createToolItem method, replaced with ToolItemFactory. More... almost 14 years ago
HTML preview toolbar implemented; introduced ToolItemFactory. More... almost 14 years ago
Added some threading to the PDF preview; fixed preview performance issue. More... almost 14 years ago
Implemented occurrence counter and next/previous buttons in text preview. More... almost 14 years ago
Title of main window was not set correctly in the development version. More... almost 14 years ago
Removed open calls in IndexRegistry and IndexingQueue in order to prevent lock-ordering deadlocks. Also fixed a task cancelation bug. More... almost 14 years ago
Bugfix: Could not save Outlook index due to hidden reference to an OutlookContext instance. More... almost 14 years ago
Locks in IndexRegistry, IndexingQueue, Task, Searcher and FolderWatcher merged into a single read-write lock; this helps avoid lock-ordering deadlocks. More... almost 14 years ago
Minor changes in DelayedOverlay. More... almost 14 years ago
Renamed methods Util.runSWTSafe* to Util.runSwtSafe*. More... almost 14 years ago
Implemented preview loading overlay. More... almost 14 years ago
Added error bar to preview panel. More... almost 14 years ago
Implemented HTML preview. More... almost 14 years ago
Bugfix: Indexing algorithm did not take HTML pairing inside HTML folders into account when determining whether an HTML pair was modified or not. More... almost 14 years ago
Folder watcher takes event types 'created', 'renamed', etc. into account when deciding whether to request an index update or not. More... almost 14 years ago
DelegatingReporter now stores incoming messages even if a delegate is attached. More... almost 14 years ago
Bugfix: Indexing start and end time were transmitted incorrectly between the internal reporters. More... almost 14 years ago
Migrated to TrueZIP 7.3. More... almost 14 years ago
Ignoring TrueZIP crash on zip files containing Chinese encodings. More... almost 14 years ago