1. 671cda3 Added 'copy value under pointer to clipboard' log panel context menu item. by Scott Deboy · 14 years ago
  2. 98ee919 throwable renderer cleanup (zero-len non-null throwable string array should display nothing in the throwable popup) by Scott Deboy · 14 years ago
  3. d7fe65d replace jtextarea refs with editor, so we can apply the system font to entry fields by Scott Deboy · 14 years ago
  4. 25b56de Updated release notes to clarify that the 'no receivers dialog' explains that Chainsaw DOES persist the most recently-defined receiver config from the receivers panel, and that config can be auto-loaded in Chainsaw. by Scott Deboy · 14 years ago
  5. 7bbc27a Clarify configuration options on NoReceiversWarningPanel dialog by Scott Deboy · 14 years ago
  6. c910584 Use system font & size for a couple of textareas by Scott Deboy · 14 years ago
  7. 6361fb1 Center windows, change custom expression logpanel text field to a textarea by Scott Deboy · 14 years ago
  8. 07248cd Prevent possible NPE on mouseover when the thumbnail bar has no colored entries by Scott Deboy · 14 years ago
  9. 27b5964 Added ability to ignore a (possibly compound) expression, similar to ignoring loggers (available in the logger tree below hidden loggers). Ignored expression is persisted on a per-tab basis. by Scott Deboy · 14 years ago
  10. 8805cb7 If the 'You have no Receivers defined' dialog is displayed, a configuration URL is provided and the 'don't show me this again' checkbox is selected, the provided configuration URL is set as the Auto Config URL in application-wide preferences and used from then on when Chainsaw starts. by Scott Deboy · 14 years ago
  11. a6e0c88 Clarifying release notes for thumbnail bar tooltip feature - the tooltip will only display details for events displayed in the thumbnail bar (search matches or color rule match) by Scott Deboy · 14 years ago
  12. b138331 New feature: by Scott Deboy · 14 years ago
  13. 0da984b If command-line config URL is provided, display that value in autoconfig field but persist the last-saved config URL field (allows switching between command-line URL and default auto-config URL configurations) by Scott Deboy · 14 years ago
  14. 3e882e9 Weird Swing HTML/table cell renderer issue - if first character is a forward slash, the text isn't displayed at all. by Scott Deboy · 14 years ago
  15. bdd93a1 Fix Bug 49421: Chainsaw don't show Logger for SocketReceiver and SocketHubReceiver by Scott Deboy · 14 years ago
  16. ca65c54 lookup of properties 'under the pointer' (refine-focus or search from table's context menu) were failing to resolve the value because of case sensitivity...look up case-sensitive first and fall back to case insensitive for property lookups in the table model by Scott Deboy · 14 years ago
  17. 5a87152 Loggers can now be ignored from the logger tree even while focus-on is enabled. by Scott Deboy · 14 years ago
  18. 31c3d83 Correct 'ignore all loggers' implementation (using node.getChidlren) by Scott Deboy · 14 years ago
  19. 7854a75 Update Chainsaw release notes to include 'ignore all loggers' menu item by Scott Deboy · 14 years ago
  20. 99c8100 Adding new 'ignore all loggers' context menut to logger tree - will add all top level loggers to the 'ignore' list (helpful if users want to quickly view events for specific loggers without building expressions) by Scott Deboy · 14 years ago
  21. 35cd4bb Update 'tab identifier' label to 'Tab name/event routing expression', hopefully better explaining what the field does.. by Scott Deboy · 14 years ago
  22. ccd1d8b Updated 'gutter' search matches - previously used search match color, but using black in the gutter to make search matches more obvious by Scott Deboy · 14 years ago
  23. 31a6d6c Updating label describing 'tab identifier' textfield to hopefully better explain what the field does by Scott Deboy · 14 years ago
  24. 134ee72 Reusing JTextPane table cell renderer component to improve performance by Scott Deboy · 14 years ago
  25. 5ba0d95 removing MRUFileListTest - which uses .equals to compare URLs, which is known to be unreliable by Scott Deboy · 14 years ago
  26. 90f0485 Updating chainsaw pom to ensure all libraries (including commons-logging and commons-vfs) are included in the 'repo' folder, allowing VFSLogFilePatternReceiver configurations to work 'out of the box' when running target/appassembler/bin/chainsaw.bat or .sh scripts. by Scott Deboy · 14 years ago
  27. 2e5c4f3 Replaced the ability to specify the configuration via 'log4j.configuration' system property with application argument (must still be a URL). Use of an application argument overrides initial auto-configuration setting. by Scott Deboy · 14 years ago
  28. 01f7ab2 Support use of 'log4j.configuration' system property to configure Chainsaw (only if the automatic configuration URL is NOT specified in application-wide preferences). The log4j.configuration system property must provide the -URL- of the Chainsaw configuration file. by Scott Deboy · 14 years ago
  29. 09f5b31 Updating Chainsaw tutorial event generator to only generate exceptions for fatal level (the new 'exception exists' color rule OR'd with the error & fatal level color rule was causing every row to be the same color, since all rows contained exceptions) by Scott Deboy · 14 years ago
  30. 52fe95d updating the Chainsaw HOWTOBUILD file by Scott Deboy · 14 years ago
  31. bd7b5b0 Maven and build fixes to allow log4j, Chainsaw and companions (minus ZeroConf) to be built without requiring manual installation of any maven depdencies by Scott Deboy · 14 years ago
  32. c4d1873 Fix UI glitch - in multi-line event mode, refine focus with a long line would leave the row the incorrect size when refine focus was removed..resetting the table row height to default height when refine focus changes resolves the issue by Scott Deboy · 14 years ago
  33. 56c3d8e Replace logger match expression regexps with partial text matches (faster and will work fine) by Scott Deboy · 14 years ago
  34. 21cea8e Change vertical scrollbar unit increment to equal row height by Scott Deboy · 14 years ago
  35. f20668b Fix deadlock (chainsawtabbedpane addtab methods were synchronized) by Scott Deboy · 14 years ago
  36. 3b36045 Added ability to quickly define color rules for field under mouse pointer in the table as well as for the selected logger in the logger tree (uses default color chooser dialog) by Scott Deboy · 14 years ago
  37. 4390bf7 Added search and alternating row foreground/background color (global) preferences (updated from color settings window) by Scott Deboy · 14 years ago
  38. ccaad47 Update to search and alternating row colors to be subtle but noticeably different from eachother by Scott Deboy · 14 years ago
  39. 646ee8c Minor tweak to PreferencePanel frame (adding pref panel to a scrollpane, setting frame size larger) by Scott Deboy · 14 years ago
  40. 0f9b7e9 Added ability to highlight search match text in the table (per-log panel preference, enabled by default) by Scott Deboy · 14 years ago
  41. 9aa5755 added support for 'custom level definitions' in LogFilePatternReceiver, which allows the user to map strings in the log file to Log4j levels by Scott Deboy · 14 years ago
  42. 2598d00 Only display active tab's state in status bar by Scott Deboy · 14 years ago
  43. 38d0c7e Marker field now wraps if multi-line is enabled by Scott Deboy · 14 years ago
  44. 6b28589 Fix case sensitive property loading issue in Chainsaw by Scott Deboy · 14 years ago
  45. 664b041 Don't set height on individual rows if msg wrapping is off by Scott Deboy · 14 years ago
  46. b31b09d Minor change to tableModel refilter/rowupdate logic by Scott Deboy · 14 years ago
  47. 355a12b Fully implement multi-line row rendering without hacks by Scott Deboy · 14 years ago
  48. 738463d Multi-line table rendering improvements by Scott Deboy · 14 years ago
  49. 993280b Fixed performance issue - multi-line row mode was updating row heights even if they hadn't changed by Scott Deboy · 14 years ago
  50. ccbfee8 Replaced multi-line table rendering implementation with one which doesn't exhibit the visual glitches, and calculates textarea height using AttributedString, LineBreakMeasurer and actual font information by Scott Deboy · 14 years ago
  51. 79fc8d3 More visual glitch fixes when rendering multi-line messages by Scott Deboy · 14 years ago
  52. 3848b39 Fix visual glitch when rendering multi-line messages by Scott Deboy · 14 years ago
  53. dd1ca9b Added preference to line wrap the message field in the table (multi-line rows) (setting is persisted) by Scott Deboy · 14 years ago
  54. f15820e Chainsaw UI updates (feedback appreciated) by Scott Deboy · 14 years ago
  55. 5a22b13 Forward and backward search, as well as forward and backward next-color search now wrap by Scott Deboy · 14 years ago
  56. 2cc0ce7 New feature: default color rules by Scott Deboy · 14 years ago
  57. 47f1c49 Pressing enter in the search box now initiates a search by Scott Deboy · 14 years ago
  58. 3a3e5f7 Updates to refresh detail pane if event (marker) or detail pane layout change by Scott Deboy · 14 years ago
  59. 25d7ae6 Refactor code setting default font & font size for html jeditorpanes (only when content in jeditorpane is html) by Scott Deboy · 14 years ago
  60. ef09c81 Chainsaw updates by Scott Deboy · 14 years ago
  61. e8e5295 If the file-save as menu is provided a file ending in .zip, a zip file will be created containing an xml file of the event contents. by Scott Deboy · 14 years ago
  62. 423e2cd Chainsaw refine focus combobox updates by Scott Deboy · 14 years ago
  63. f6791e5 Chainsaw updates to thumbnail panel and event container by Scott Deboy · 14 years ago
  64. 6f857c8 If the log was cleared, clear thumbnail state & ensure we repaint by Scott Deboy · 14 years ago
  65. b1615bc reworked thumbnail event selection logic to correctly select the closest event by Scott Deboy · 14 years ago
  66. a77833f Vertically offset the thumbnail panel by table header + scrollbar width (which should be same as height) - causing the thumbnail panel to line up with the table by Scott Deboy · 14 years ago
  67. a82108c Use the log4jid property to navigate to the closest row in the thumbnail, not the row number (rownumber only matches log4jid if there is no 'refine focus' active) by Scott Deboy · 14 years ago
  68. 450d99a New feature: clickable warning/error/fatal thumbnail bar by Scott Deboy · 14 years ago
  69. 0cdf101 Removing id hashset from cyclic tablemodel by Scott Deboy · 14 years ago
  70. 5a24573 Add marker field to default detail panel layout by Scott Deboy · 14 years ago
  71. 6031bd3 lightened search/logger default color (dark grey) by Scott Deboy · 14 years ago
  72. 127b80a lightened odd-row default color (light grey) by Scott Deboy · 14 years ago
  73. 3378904 Changed 'default' detail panel layout to hide some fields, added 'full' detail panel layout which includes all default fields by Scott Deboy · 14 years ago
  74. 88b603c New feature: search/refine focus from a selection in the details panel by Scott Deboy · 14 years ago
  75. c952861 Changing column selection preference UI to only require single-clicking on the row to toggle the column pref on or off by Scott Deboy · 14 years ago
  76. 3d0af4a When an element is added to the autofilter model, refiltering is not necessary (and was causing the popup to appear after pressing enter) by Scott Deboy · 14 years ago
  77. d0d18c7 Avoid running blank 'refine focus' updates through the expression evaluator (was causing the background to display as red until a new expression was entered) by Scott Deboy · 14 years ago
  78. b95bc72 New feature: Chainsaw 'refine focus' field now supports auto-filtering by Scott Deboy · 14 years ago
  79. 1c92273 Chainsaw enhancements by Scott Deboy · 14 years ago
  80. af25426 Added ZeroConf support to most of the network-based appenders and receivers. by Scott Deboy · 14 years ago
  81. bc977e9 Adding 'scroll to top' capability to logpanel, accessible via menus and Ctrl-A accelerator by Scott Deboy · 14 years ago
  82. a9c8c53 MDC properties are case sensitive, so make log4j.marker lowercase by Scott Deboy · 14 years ago
  83. 8f2436d New feature: LogPanel context menu now provides 'Show times relative to this row' and 'Hide relative times' menu items by Scott Deboy · 14 years ago
  84. 00836ec Chainsaw updates: by Scott Deboy · 14 years ago
  85. 9af6ed5 - log4j.marker column is now displayed as the second column by default, making it easier to add notes/annotate a log by Scott Deboy · 14 years ago
  86. 572ac90 Minor changes to give more room to auto config URL field by Scott Deboy · 14 years ago
  87. e83b52e Updates to App preference model panel layout by Scott Deboy · 14 years ago
  88. f7cb663 Increase default cyclic buffer size to 50K (events can still be loaded in VM w/default heap size) by Scott Deboy · 14 years ago
  89. 75f72ff Don't set a null configurationURL vector if one wasn't found in the existing configuration (will cause the related model to trigger an NPE on construction) by Scott Deboy · 14 years ago
  90. 6e153a1 Don't set a null configurationURL vector if one wasn't found in the existing configuration (will cause the related model to trigger an NPE on construction) by Scott Deboy · 14 years ago
  91. 56dd55a Only add a browsed-to configuration URL if it doesn't already exist on the list by Scott Deboy · 14 years ago
  92. 7688d56 Replaced application-wide preferences automatic configuration URL textfield with editable combobox remembering 10 most-recently used configuration URLs by Scott Deboy · 14 years ago
  93. 9d2c272 route httpclient logging to the chainsaw-log tab (vfslogfilepatternreceiver with an http file system uses httpclient) by Scott Deboy · 14 years ago
  94. 2654214 If LEVEL is 1st column, don't null out icon when determining if marker icon should be displayed by Scott Deboy · 15 years ago
  95. 5dffe19 Chainsaw bug fixes by Scott Deboy · 15 years ago
  96. 099d3eb Remove propertieslistmodelmap from eventtypeentrycontainer (auto-completion of property keys still supported, just not property values) by Scott Deboy · 15 years ago
  97. 2fdee2f Implement a custom table cell editor for the marker column by Scott Deboy · 15 years ago
  98. 51624d5 If marker field is edited and cleared, remove the property by Scott Deboy · 15 years ago
  99. 79e3900 Fix bug preventing properties from not being displayed correctly in the table by Scott Deboy · 15 years ago
  100. 93f3833 Chainsaw now relies on log4j 1.2.16 (uses removeProperty) by Scott Deboy · 15 years ago