| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-08 | Rewrite NamedPreparedStatement | Benjamin Culkin | |
| Rewrite NamedPreparedStatement to properly support compile-once, run many times; otherwise known as external building Still need to finish the Javadocs, but... | |||
| 2025-12-08 | Checkpoint commit for NamedPreparedStatement | Benjamin Culkin | |
| The checkpoint is that I attempted to patch the version of NamedPreparedStatement I had to support building external batches. This... didn't really work right; though it initially appeared to do so. I am going to rewrite NamedPreparedStatement to actually properly support this functionality instead of half-arsing it | |||
| 2025-12-08 | Slight tweaks to BatchTaskProgressPanel | Benjamin Culkin | |
| 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-31 | Tweak POM formatting | Benjamin Culkin | |
| 2024-01-31 | Update gitignore | Benjamin Culkin | |
| 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-17 | Minor tweaks | Ben Culkin | |
| 2022-07-11 | Upgrade to Java 17 | bjcul | |
| 2022-03-20 | Merge branch 'master' of github.com:bculkin2442/bjc-utils2 | Benjamin J. Culkin | |
| 2021-12-14 | Merge pull request #2 from ↵ | Benjamin Culkin | |
| bculkin2442/dependabot/maven/clformat/junit-junit-4.13.1 Bump junit from 4.12 to 4.13.1 in /clformat | |||
| 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 | Merge branch 'master' of git@github.com:bculkin2442/bjc-utils2 | Ben Culkin | |
| 2020-12-16 | Minor tweaks | Ben Culkin | |
| 2020-12-14 | Minor message change | Benjamin J. Culkin | |
| 2020-12-14 | Merge branch 'master' of https://github.com/bculkin2442/bjc-utils2 | Benjamin J. 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 | |||
