1. 9b2b6c4 Do not require a dateformat if not needed by Scott Deboy · 9 years ago trunk
  2. ba4fc76 Use UTF-8 encoding for VFS/LogFilePatternReceiver readers by Scott Deboy · 10 years ago
  3. 91d620f Add support for a group property in LogFilePatternReceiver in order to allow logs from multiple cluster nodes to be combined in a single table by using GROUP as the event routing, and add support for the 'chainsaw' group for chainsaw-generated logs. Also updated the valid characters in the filereceiver timestampformat for java 7. by Scott Deboy · 10 years ago
  4. 7353f28 Replace '(LF)' with '(NL)' for newline format and fix support for + in timestamp formats by Scott Deboy · 10 years ago
  5. 8d2b98f Enable tailing by default when a fileappender multicastdns advertisement is processed by Scott Deboy · 11 years ago
  6. b638a33 Adding support for multi-line logFormats by Scott Deboy · 11 years ago
  7. 19f531e Committing in-progress work to support Log4j2 fileappender configurations advertised via Multicast DNS by Scott Deboy · 11 years ago
  8. 8ed30cc Updating maven-assembly-plugin to 2.4, adding ID, updating HOWTOBUILD to clarify a mainClass is required when executing osxappbundle:bundle by Scott Deboy · 11 years ago
  9. 329e513 Remove optional leading and trailing spaces around LEVEL and LOGGER definitions by Scott Deboy · 11 years ago
  10. b1d2e00 Bug 53771 - Fix Java 7 Gump-reported compilation failure by Scott Deboy · 12 years ago
  11. 4e3b5b3 Remove executions from osxappbundle - run manually instead by Scott Deboy · 13 years ago
  12. 719e575 Changed javaee and geronimo (jms) dependencies to provided in order to avoid them being copied into standalone tarball or DMG image by Scott Deboy · 13 years ago
  13. f313db6 Moved component and receivers companion sources to the Chainsaw source tree - those companions won't be released. by Scott Deboy · 13 years ago
  14. 1dd2961 Added persistent "always display" expression support (button below the logger tree). The 'always display' expression overrides hidden loggers and the hidden expression but not the refine focus filtering mechanism. Often used with expressions like 'exception exists || level > warn' to ensure errors and exceptions are not filtered out due to the hidden expression or hidden logger mechanism. by Scott Deboy · 13 years ago
  15. e95c90f Update string comparisons to be case insensitive or explicitly use the English locale where needed in Chainsaw and extras companion by Scott Deboy · 13 years ago
  16. 0892357 Fix case sensitivity in configuration parsing by Scott Deboy · 13 years ago
  17. c2fdacf PMD cleanup and removing unused favourites package & classes by Scott Deboy · 13 years ago
  18. a01c2dd Minor UI fixes by Scott Deboy · 13 years ago
  19. 3bced3e Update the search result count in the status bar to contain the search matches which are displayed on screen (was previously showing search match count for all events, including events not displayed due to a filter rule) by Scott Deboy · 13 years ago
  20. ac532cb Added per-tab preference to not use a search match color in the primary table by Scott Deboy · 13 years ago
  21. 71cf52d Updated the expression handling logic to no longer require spaces around operators & operands in expressions by Scott Deboy · 13 years ago
  22. 5be1cd6 Add ID field as a column that can be added to refine focus & find field via context menu by Scott Deboy · 13 years ago
  23. db94959 Re-add listener removed in last commit by Scott Deboy · 13 years ago
  24. 55d593d Added multi-select capability to event table and 'copy selection' context menu item (multi-select by holding down alt key while selecting rows) by Scott Deboy · 13 years ago
  25. 912f2f2 Log file receiver configurations can now be loaded from both log4j.xml and log4j.properties configuration fileappender entries by Scott Deboy · 13 years ago
  26. 584daf4 Added ability to create log file receiver configurations from log4j xml configuration fileappender entries by Scott Deboy · 13 years ago
  27. 10d376b Removed 'use auto-saved config' from initial receiver config screen, added 'save' button to receiver definition panel by Scott Deboy · 13 years ago
  28. d3692ee Minor UI cleanup by Scott Deboy · 13 years ago
  29. d35d021 Added ability to save the receiver configuration defined through the initial receiver configuration panel with a user-specified file path and name by Scott Deboy · 13 years ago
  30. 83a96f8 Added ability to define which columns are displayed by default when a new tab is created by clicking the 'Use selected columns as default visible columns' button on the logpanel preferences column selection screen by Scott Deboy · 13 years ago
  31. 1b6383e Remember and set as default the last log format in the receiver config screen by Scott Deboy · 13 years ago
  32. ccd91af Minor UI fixes by Scott Deboy · 13 years ago
  33. b3fcfc0 Slight improvements to UI fidelity (on Mac) by Scott Deboy · 13 years ago
  34. 9964cfd Support URLs that start with protocol:/ as well as protocol:// by Scott Deboy · 13 years ago
  35. e4e3d70 Update Chainsaw pom to reference extras 1.1 by Scott Deboy · 13 years ago
  36. 6d1a61b Minor UI tweaks by Scott Deboy · 13 years ago
  37. 7e31cdf Reverting commit adding support for 'basic' rendering in tablemodel by Scott Deboy · 13 years ago
  38. ec30a24 Fixes to persistence of detail panel position, not updating look and feel if not set by Scott Deboy · 13 years ago
  39. e9a89bb Replace 'search' in the UI with 'find' by Scott Deboy · 13 years ago
  40. 5400ece replaced alt and ctrl keyboard masks where appropriate with Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()) calls by Scott Deboy · 14 years ago
  41. 4129c66 improve reselection of currently selected row after a refilter by Scott Deboy · 14 years ago
  42. 6c22de6 Table rendering update (font fix, label icon for 'basic' mode) by Scott Deboy · 14 years ago
  43. 076bd19 Minor button layout updates, changes to support third party look & feels (copy jars to $USERHOME/.chainsaw/plugins and update <lookAndFeelClassName>fully-qualified-class-name</lookAndFeelClassName> in $USERHOME/.chainsaw/chainsaw.settings.xml by Scott Deboy · 14 years ago
  44. 82a667b Fixed bug in Nimbus L&F removal logic by Scott Deboy · 14 years ago
  45. 47850fd Fixed minor bug in filtered combobox population logic by Scott Deboy · 14 years ago
  46. 70fc845 UI fixes by Scott Deboy · 14 years ago
  47. 3304b34 Performance improvement & UI update by Scott Deboy · 14 years ago
  48. 00f9e3b Ensure colors in both search table and primary table are updated based on color rules by Scott Deboy · 14 years ago
  49. 3a41ea1 Improved reliability of scroll to bottom Updated calls to deprecated methods by Scott Deboy · 14 years ago
  50. 15c245e Minor layout fixes by Scott Deboy · 14 years ago
  51. 8f31e65 Performance improvements by Scott Deboy · 14 years ago
  52. 3799c39 Added log panel preference to display search results in the detail panel. When the preference is enabled and a search is performed, the matching rows are displayed in a table in the details panel. Clicking on a row in that table selects the row in the main event table. by Scott Deboy · 14 years ago
  53. e6bdd2a Minor UI fixes by Scott Deboy · 14 years ago
  54. 5b18d5b chainsaw pom updates by Scott Deboy · 14 years ago
  55. 6b86c80 chainsaw pom updates - updating plugins & specifying versions, moved info-reports into build to fix issue w/2.2 version of plugin by Scott Deboy · 14 years ago
  56. 1e3468c Changed 'Wrap message field' preference default to true by Scott Deboy · 14 years ago
  57. eb2b06f Layout improvements by Scott Deboy · 14 years ago
  58. 0f9dd65 New feature: Clickable thumbnail bar on the left shows time delta to prior displayed event if the time delta is > 1 second (behaves similarly to the thumbnail bar on the right which shows colors and search matches, but represents the time delta between events). A bigger delta is represented as a wider line. by Scott Deboy · 14 years ago
  59. 384d206 Updated table rendering logic when in line-wrap mode by Scott Deboy · 14 years ago
  60. 6531edf Minor fixes to configuration load process by Scott Deboy · 14 years ago
  61. 8679c68 - Added new 'Display timestamp delta between displayed events as space between rows' preference to log panel preferences screen - feature adds a gap between rows proportionate to the time delta between displayed events (off by default) by Scott Deboy · 14 years ago
  62. 11cf854 Fix issues setting detail panel size when persistent tab settings are reloaded. Also set logpanelpref detailpanevisible default to match actual defaults in default.properties by Scott Deboy · 14 years ago
  63. d26a235 Minor update to receiver configuration panel layout by Scott Deboy · 14 years ago
  64. 152006c Minor update to receiver configuration panel - changed logformat to a combobox and pre-loaded combobox with a few examples by Scott Deboy · 14 years ago
  65. 99828ed Added 'Show times relative to previous rows' feature - displays millis to last displayed event in the timestamp field by Scott Deboy · 14 years ago
  66. 30bb244 Removed use of now-in-the-attic Jakarta ORO. Now using java.util.regex package in LogFilePatternReceiver (java 1.4). Also removed ORO from receivers pom. by Scott Deboy · 14 years ago
  67. bec0281 Reworked receiver config panel layout by Scott Deboy · 14 years ago
  68. 6631556 More minor changes to receiver config panel layout by Scott Deboy · 14 years ago
  69. 1dbf254 Minor changes to ReceiverConfigurationPanel layout by Scott Deboy · 14 years ago
  70. be6ea93 Added example log file formats to ReceiverConfigurationPanel (PatternLayout and LogFilePatternReceiver examples) by Scott Deboy · 14 years ago
  71. 37bb5bd Minor changes to receiver config panel network receiver section by Scott Deboy · 14 years ago
  72. 5e7de2d Remove unnecessary textfield.setOpaque calls in receiver config panel by Scott Deboy · 14 years ago
  73. b4dd9ce Minor UI fixes by Scott Deboy · 14 years ago
  74. 1a78ff8 Cyclic flag is now persisted & restored on a per-tab basis by Scott Deboy · 14 years ago
  75. 7308399 Minor bug fixes by Scott Deboy · 14 years ago
  76. 149fc2d Fix detail pane menu item selected state Update table row heights by Scott Deboy · 14 years ago
  77. d0bad27 Removing unneeded password member & parsing logic by Scott Deboy · 14 years ago
  78. e754203 Updating VFSLogFilePatternReceiver jsch authorization logic (no longer setting userInfo) by Scott Deboy · 14 years ago
  79. 082c850 If focus-on in the logger tree is selected and the event table is cleared, ensure the previously focused-on logger is added to the logger tree & focus-on is re-enabled for that logger by Scott Deboy · 14 years ago
  80. 85ed424 Minor scrollToRow update - now synchronous if called from the EDT by Scott Deboy · 14 years ago
  81. 2efa53e Now reselecting the previously selected row after a refilter operation by Scott Deboy · 14 years ago
  82. 4e742ee Feature suggestion - clear the logger tree when events are cleared by Scott Deboy · 14 years ago
  83. 8f6c2ec Update to ReceiverConfigurationPanel layout by Scott Deboy · 14 years ago
  84. 7011946 Minor layout changes to ReceiverConfigurationPanel by Scott Deboy · 14 years ago
  85. bff9aeb Update Chainsaw ant script by Scott Deboy · 14 years ago
  86. 8a2b186 Hidden logger nodes on Mac don't show up as highlighted unless a new font is used by Scott Deboy · 14 years ago
  87. bf6b737 - Renamed the auto-saved xml configuration to receiver-config.xml by Scott Deboy · 14 years ago
  88. 315b360 Chainsaw rendering fixes and performance improvements by Scott Deboy · 14 years ago
  89. c91b0f5 Updating the jsch version in the pom to match what commons-vfs uses by Scott Deboy · 14 years ago
  90. 21dee64 Replaced the only 1.6-specific Swing dependency in Chainsaw with a 1.5 compatible API (MouseAdapter didn't implement MouseMotionListener in 1.5) by Scott Deboy · 14 years ago
  91. 7981da9 Added new log panel feature: 'clear table expression' (define an expression that will automatically clear the table) by Scott Deboy · 14 years ago
  92. 525062b Enqueue the display of the 'no receivers' dialog to ensure the parent is visible by Scott Deboy · 14 years ago
  93. 43b2ea0 Added 'Load Chainsaw configuration' menu item to file menu, reworded file-open menu items (file-open currently supports only log4j or util.logging XML-formatted log files). by Scott Deboy · 14 years ago
  94. 57b486d When an html file containing a default layout (included in the distribution) is displayed in the detail layout editor, pull the Apache header off of the layout in the editor pane. by Scott Deboy · 14 years ago
  95. bf0548c Changed 'Ignore all loggers' in logger tree context menu (only hides all loggers below the root node) to 'Ignore loggers below selection', hiding all loggers below the selected logger (which still may behave the same as 'ignore all loggers' if the action is performed on the root logger. by Scott Deboy · 14 years ago
  96. 8f412d5 Bug 49078: Add NOTICE and LICENSE to javadoc.jar by Curtis William Arnold · 14 years ago
  97. 01f973d Added rat maven plugin support to chainsaw, component, extras, receivers and zeroconf by Scott Deboy · 14 years ago
  98. 18ab5e9 Prompt for a configuration if the auto-config field is cleared by Scott Deboy · 14 years ago
  99. f9d2ca0 Updating Chainsaw version in build.xml and Info.plist to 2.1.0 by Scott Deboy · 14 years ago
  100. 537c288 Minor bug fix - set text to empty string prior to setting the level icon by Scott Deboy · 14 years ago