3707 Commits (b691b144910ce8825197463e25ec1e2a306b7f9d)

Author SHA1 Message Date
  Gregory Holmes ab9e80773b Fixed an IOBe in the error list dialog (not entirely sure how it gets triggered, but its now ignored) 17 years ago
  Gregory Holmes 78c91e80df Optional colours choosers now work 17 years ago
  Chris Smith ad035ac73d Added listener for alt nicklist colour 17 years ago
  Chris Smith a2b6d62842 Removed deprecated frame manager methods 17 years ago
  Chris Smith 0e267c40c5 Actions can now be disabled by setting actions.killswitch = true 17 years ago
  Chris Smith dea22af997 Added saveconfig command 17 years ago
  Chris Smith 2ec122f2cd Replaced bool and colour options with optional colours 17 years ago
  Gregory Holmes 072d29aa62 Issue 458: JImageButton 17 years ago
  Gregory Holmes 8e6859a534 Error date not shows time since error (might need tweaking) 17 years ago
  Shane Mc Cormack 6c86beba92 added getMaxListModes(final char mode); 17 years ago
  Chris Smith d95c672661 Added 'colourspam' to debug command to aid in heap overflow testing 17 years ago
  Shane Mc Cormack 0c602d6380 Oops! These should have been commited before 0.5! 17 years ago
  Gregory Holmes 994930ae4c PrefsDialog now defaults look and feel to teh system default 17 years ago
  Chris Smith b582596cef Fix ignore command showing a blank entry 17 years ago
  Chris Smith 3ac4487948 Fix ifplugin command using ? as a negator not ! 17 years ago
  Chris Smith 94fdaaa0e6 Stupid query colour bug 17 years ago
  Gregory Holmes 332301a1e0 Fixed recursive clear calls in the textpane 17 years ago
  Gregory Holmes 200ac2f9ab Stopped browser delay being negative 17 years ago
  Gregory Holmes 715444f668 BUG: Prevented frame buffer size being negative 17 years ago
  Gregory Holmes bae777d379 Implemented hashCode for ActionCondition 17 years ago
  Gregory Holmes b79eeaf089 Fixed a whole bunch of bugs with the profile editor 17 years ago
  Gregory Holmes 08a37dfdf7 Empty values are no longer ignored in settings panels 17 years ago
  Gregory Holmes 893a106a35 NewServerDialog now verifies port on clicking ok 17 years ago
  Gregory Holmes bd5bad962b Fixed potential NPE in IconManager 17 years ago
  Shane Mc Cormack 1d18f62189 Other half of previous commit! 17 years ago
  Gregory Holmes 2681a130a7 Lets see if this fixes the issues with textpane trimming, clearing, and random overlapping 17 years ago
  Shane Mc Cormack 42f84472b8 Don't try to send quit in disconnect() if the socket isn't open, and we havn't recieved 001 yet 17 years ago
  Chris Smith 4b36d72b31 disconnect() now disconnects as long as the parser has an open socket, rather than only after 001 17 years ago
  Chris Smith 7198614098 Logic-- 17 years ago
  Shane Mc Cormack 588a455c72 Removed error logging spam that doesn't actually need to be logged. 17 years ago
  Chris Smith b1fc878157 Potential fix for another NPE in Server 17 years ago
  Chris Smith db1210e091 Fix NPE in server, and add more state checks + logging 17 years ago
  Chris Smith 40173429d2 Fix NPE in InputFrame, which prevented the server settings window from saving 17 years ago
  Gregory Holmes 2b66427c8c fixed error 2038 17 years ago
  Gregory Holmes cfb55c1583 Fixed setIndex error in textpane 17 years ago
  Gregory Holmes 1a3f29d8e4 Default to using system aa settings 17 years ago
  Gregory Holmes 6b4319a5a0 Fixed errors 1883, 1868, 1870, 1898 17 years ago
  Chris Smith 7b0de351a6 Deleting action groups now unregisters the actions 17 years ago
  Gregory Holmes d5c6bfe694 Report fixes 17 years ago
  Gregory Holmes 328adc35b8 minor javadoc fixes 17 years ago
  Chris Smith 92f4983773 Remove unused parser imports and add some missing parser javadoc 17 years ago
  Gregory Holmes 0c30f40529 Type conversion optimisation in AliasPanel 17 years ago
  Chris Smith 336abe02d3 Remove pointless null checks in ActionManager 17 years ago
  Gregory Holmes 17ddd8b102 Disable edit/delete buttons in the actions manager when changing group and deleting actions 17 years ago
  Chris Smith a0822a96e9 Fixed edge-case bug in WritableFrameContainer.getNumLines 17 years ago
  Gregory Holmes 7bd3f9fb9b Alias manager allowing duplicates is once again fixed 17 years ago
  Chris Smith 66ae29e670 Added ActionCondition.equals 17 years ago
  Gregory Holmes f04505696d NPE fix for alias manager 17 years ago
  Chris Smith 481cd20c91 Fix CMEs when changing window colours 17 years ago
  Shane Mc Cormack 8a0ce320ae Moved callDataIn above everything else in processLine to ensure that nothing stops it being fired 17 years ago