3707 Commits (b691b144910ce8825197463e25ec1e2a306b7f9d)

Author SHA1 Message Date
  Gregory Holmes aaca7e7800 If the UI is not visible (well, if there are no "ready" error listeners) the logger will now output errors to System.err 16 years ago
  Gregory Holmes ee24a2cc3d ui.stylelinks defaults to true 16 years ago
  Gregory Holmes d5dabd70c2 treeview now caches labels used for nodes, should be slightly more efficient 16 years ago
  Gregory Holmes 0b717a6c22 Another attempt to fix the annoying problems with error status' being changed 16 years ago
  Gregory Holmes c98504e8b3 PopupMenu for the systray cant be reused, moved icon initialisation to constructor 16 years ago
  Gregory Holmes f5ec930c74 ButtonBar uses FrameContainerComparator 16 years ago
  Chris Smith 30b40b2c7f ConfigTarget now uses an enum not a bunch of ints 16 years ago
  Chris Smith 57d0bf7280 The DummyController once again returns a DummyFrameManager, rather than throwing a UOE. I'm not sure why this was changed. 16 years ago
  Chris Smith bfb78a5f4c Fix for every identity being loaded into the global manager. This may need to be ported to .5.1. 16 years ago
  Gregory Holmes 101b147e6e When there are no list modes (?! stupid bitlbee) disable the list modes menu and add button 16 years ago
  Gregory Holmes a1a73f3e1b Insert substitutions button now disabled when nothing is selected 16 years ago
  Gregory Holmes 864a623b35 Fixed problem with nicklist config listener and colour fallbacks 16 years ago
  Gregory Holmes cbd47cf2df Prefs dialog setting wrong option for nicklist fore/background colours 16 years ago
  Gregory Holmes c6f6ec55a9 treeview colours fallback to treeview colours before ui colours 16 years ago
  Gregory Holmes 073b8ce573 Global window adds itself to the frame manager before selecting itself 16 years ago
  Gregory Holmes 39e40a43ad treeview now sorts using a FrameContainerComparator 16 years ago
  Chris Smith cb380b1c96 Javadoc and style fixes 16 years ago
  Chris Smith 51ed6bbd5a * Enforce preconditions in IdentityManager 16 years ago
  Chris Smith 371e62a594 Fixed HistoryWindow 16 years ago
  Chris Smith 959a574742 Changed the way Logger.doassertion works 16 years ago
  Gregory Holmes f954e8bd62 Moved FrameContainerComparator into the core, moved non standard windows back to the bottom of the list but kept GlobalWindow at the top 16 years ago
  Gregory Holmes 9dc99b15cb Somre more treeview simplification 16 years ago
  Gregory Holmes a9af71a6fe Tidied up the treeview some more, and ironed out some bugs with the new selection/scrolling code 16 years ago
  Chris Smith 65a8e5fe40 Logger.doAssertion no longer takes a message 16 years ago
  Chris Smith cb55bb0a0f More Server/ServerEventHandler work 16 years ago
  Gregory Holmes f84a157956 Fixed broken mousewheel scrolling 16 years ago
  Gregory Holmes 0d81afb970 Abstracted JTree scrolling (relies on the tree using a DefaultTreeModel and DefaultMutableTreeNodes) 16 years ago
  Gregory Holmes dd956d3e2f More work on dialog singletons 16 years ago
  Chris Smith 3b0d99fc5f Some more event tidying 17 years ago
  Chris Smith 2dc86a4e61 Simplified some server event handling 17 years ago
  Chris Smith 8378135048 Start moving parser callbacks out of Server 17 years ago
  Gregory Holmes 11ec1addbf Started work on singletones destroying themselves when they're closed 17 years ago
  Chris Smith fda97eb9fb Remove SwingUtils.invokeLater wrappers from Server/Channel 17 years ago
  Chris Smith 41b6a6b39f InputHandler now updates tab completion style when the setting is changed 17 years ago
  Chris Smith 92436d22b0 InputHandler now beeps as appropriate 17 years ago
  Chris Smith 4bf10d6e56 Some Server code improvements/changes 17 years ago
  Chris Smith 08e87b62e7 Attempt to fix multiple parsers somehow being connected for one server: 17 years ago
  Chris Smith 257c410214 Possible fix for the SVN oddness going on in ui.input 17 years ago
  Gregory Holmes e363648964 Some work on improving the flexibility of the nowplaying plugin 17 years ago
  Gregory Holmes 381231e44e Treeview scrolling now handles the global window properly 17 years ago
  Chris Smith 763b232421 mIRC-style tab completion 17 years ago
  Chris Smith 61b849f44b Tab completion styles are now abstracted 17 years ago
  Chris Smith 43e6bbbed7 Treeview now sorts non-standard windows above others 17 years ago
  Chris Smith b690f60f49 Global Window now adds itself to the frame manager 17 years ago
  Chris Smith 0a0e241b81 Commands now use constants for the two common formats (commandOutput/commandError) 17 years ago
  Chris Smith 350ec3cc67 Debug command improvements 17 years ago
  Gregory Holmes 7c22039c5e Fixed the window menu manager from not showing anything but parent containers 17 years ago
  Gregory Holmes 5229587e1c FrameManagers now use {add,del}Window(FrameContainer) and {add,del}Window(FrameContainer, FrameContainer) instead of {add,del}Server and {add,del}Custom 17 years ago
  Shane Mc Cormack fb6e852c59 Added missing dots. 17 years ago
  Chris Smith 8c55e32c13 Remove unused method from config manager 17 years ago