| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-07 | Add BatchTaskProgressPanel | Benjamin Culkin | |
| Adds BatchTaskProgressPanel, a augmented/specialized version of MultiTaskProgressPanel that uses CollapsiblePanel to allow tracking of batches of related tasks using SwingWorkers | |||
| 2025-12-07 | Add CollapsiblePanel | Benjamin Culkin | |
| Adds CollapsiblePanel, which is just a JPanel that is collapsible | |||
| 2025-12-07 | Add MultiTaskProgressPanel | Benjamin Culkin | |
| Adds MultiTaskProgressPanel. This is a Swing component usable for monitoring background tasks similar to the way ProgressMonitor works, but instead of opening a dialog for each tasks, it displays them like a browser download manager | |||
| 2025-12-07 | Add a simple delegate renderer for JList | Benjamin Culkin | |
| Adds a simple delegate renderer for JLists, for cases where you just want custom text for a list item | |||
| 2025-12-07 | Add a collapsible JPanel | Benjamin Culkin | |
| Adds a collapsible version of a JPanel, useful in various places | |||
| 2025-12-07 | Add NamedPreparedStatement | Benjamin Culkin | |
| Adds a version of PreparedStatement that supports named parameter syntax. | |||
| 2025-12-07 | Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk | Benjamin Culkin | |
| 2025-09-24 | Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk | Benjamin Culkin | |
| 2025-09-24 | Add a JBrowser component + example | Benjamin Culkin | |
| This adds a JBrowser Swing component that is intended to work similarly to how the NSBrowser component in Swing works | |||
| 2025-09-24 | Add some Color related things | Benjamin Culkin | |
| 2025-03-12 | Merge remote-tracking branch 'origin/trunk' into trunk | Benjamin Culkin | |
| 2025-03-12 | Colors :p | Benjamin Culkin | |
| 2024-06-04 | Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk | Benjamin Culkin | |
| 2024-06-04 | Work on StreamTerminal and the example | Benjamin Culkin | |
| Some work on StreamTerminal and its corresponding example | |||
| 2024-01-21 | Fix things | Benjamin Culkin | |
| 2023-11-09 | Add support for suffixed double | Benjamin Culkin | |
| 2023-11-08 | Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk | Ben Culkin | |
| 2023-10-25 | Tweak for new setup | bjculkin | |
| 2023-08-09 | Add mode support | Ben Culkin | |
| 2023-06-25 | Add timeout support | Ben Culkin | |
| Add support for timeouts to Terminal, so you can say you only want to wait so long for a given reply | |||
| 2023-06-25 | Fix a few warnings | Ben Culkin | |
| 2023-06-25 | Add some documentation | Ben Culkin | |
| 2023-06-23 | Misc Updates | Ben Culkin | |
| 2023-06-23 | Add terminal | Ben Culkin | |
| This is some functionality based on the way that MVS/other IBM OSes handle their UI | |||
| 2022-09-27 | Add some interesting new things | Ben Culkin | |
| Adds a number of things based off of some of the notes I've made over time, plus a few papers I've read. More details to come later, whenever I decide to actually get serious about documentation and examples and the like | |||
| 2022-09-16 | Cleanup | Ben Culkin | |
| 2022-09-16 | Convert graph weights to labels | Ben Culkin | |
| 2022-08-16 | Update a few things | Ben Culkin | |
| 2022-07-11 | Upgrade to Java 17 | bjcul | |
| 2021-07-12 | Merge & Update | Benjamin J. Culkin | |
| 2021-07-12 | Formatting tweaks | Benjamin J. Culkin | |
| 2021-04-11 | Tweak a few things | Ben Culkin | |
| 2021-03-13 | Update documentation | Ben Culkin | |
| 2021-03-13 | Clear up some warnings | Ben Culkin | |
| 2021-03-13 | Remove un-implemented LineReader class | Ben Culkin | |
| Not sure what this was originally intended to be, but the LineNumberReader class from java.io looks like it will work for what I generally want | |||
| 2021-03-13 | Reorganize examples a bit | Ben Culkin | |
| The random generation examples are now in a more appropriate package. Also, moved another random generation example from RGens to here, since it didn't use any RGens specific things | |||
| 2021-02-26 | Update | Ben Culkin | |
| 2020-12-16 | Minor tweaks | Ben Culkin | |
| 2020-12-14 | Add regex for linereading | Ben Culkin | |
| Adds an additional regex I came up with for reading indented blocks, as well as comment blocks | |||
| 2020-12-03 | Fix some accidental breakage | Ben Culkin | |
| 2020-12-03 | Rename interfaces to match Java style | Ben Culkin | |
| Rename several interfaces that were in the style IWhatever, which Java doesn't use | |||
| 2020-12-03 | Adapt to esodata changes | Ben Culkin | |
| 2020-12-01 | An assortment of changes/new things | Ben Culkin | |
| 2020-11-22 | Adapt to change in esodata | Ben Culkin | |
| 2020-11-21 | Add a 'functional' FizzBuzz example | Ben Culkin | |
| 2020-11-21 | Add basic pattern matching | Ben Culkin | |
| Adds a basic pattern matching implementation. Not perfect, but pretty good, considering what we have to work with | |||
| 2020-11-13 | General cleanup | Ben Culkin | |
| This is mostly just some cleanup of the various implementation types, but it also adds a 'marker' interface for decrees, IDecree | |||
| 2020-11-12 | Cleanup part 2 | Ben Culkin | |
| 2020-11-12 | Move GroupPartIteration into ListUtils | Ben Culkin | |
| 2020-11-11 | Tweak tree utils | Ben Culkin | |
