3415 Commits (d6d1a1906373dc6c232575697cf50bab799ad5a0)
 

Author SHA1 Message Date
  Chris Smith 29b68358c6 Work around JDesktopPane not tracking selected frame in any sane manner 16 years ago
  Chris Smith 162d9ee71d Removed a bunch of unused methods from the FrameManager interface and its implementations 16 years ago
  Chris Smith 930e084741 Window menu's "toggleState" button now defaults to "Maximise" 16 years ago
  Gregory Holmes c8445f90fd fixes issue 723: Closing windows with the treeview results in wrong title/window focus 16 years ago
  Chris Smith 3fbaf0e662 Added support for line wrap notifications (only for non-commands) 16 years ago
  Chris Smith 1485c865bb TextFiles/ConfigFiles can now be instansiated with InputStreams 16 years ago
  Chris Smith 9fd626a794 Added theme panel, repurposed PluginCellRenderer to render both themes and addons 16 years ago
  Chris Smith c80dc02059 Initial work on input validation/wrapping stuff 16 years ago
  Chris Smith 3e18588f90 Plugin update components are no longer prefixed by "Plugin: " 16 years ago
  Chris Smith 56b132e606 Tidy up the theme manager 16 years ago
  Chris Smith a58c9034bb Multiple themes can now be loaded at once 16 years ago
  Chris Smith acac67d180 Themes are now applied right after the identity manager is loaded, rather than some time afterwards 16 years ago
  Chris Smith 3a8c25ff0b The -d/--directory command line option now ensures that the specified directory has a trailing slash, so we don't end up with randomly prefixed files 16 years ago
  Shane Mc Cormack ba3a84d94b Rather than building a separate installer.jar that contains a subset of DMDirc.jar, just use java -cp DMDirc.jar com.dmdirc.installer.Main like we should have done all along really. 16 years ago
  Chris Smith 3887ab0f2c All addons that registered default identities now use the addons identity 16 years ago
  Chris Smith fe54497f41 Abstracted the action's default identity to a general addon identity maintained by the identity manager 16 years ago
  Chris Smith e818df8af1 Tidy up the initialisation procedure somewhat 16 years ago
  Chris Smith 680f9555da You can no longer join channels while Servers are closing 16 years ago
  Chris Smith e0d208bfdc Fix SIOOBe when reloading an identity containing invalid settings (without a '.') 16 years ago
  Chris Smith b593565c41 URLBuilder now checks for the presence of ':' instead of assuming it 16 years ago
  Chris Smith 71f925e0a9 Themes are allowed to specify colour.* settings 16 years ago
  Chris Smith ddff2c3638 You can now customise IRC colours using colour.{0-15} settings 16 years ago
  Chris Smith f10df1473b FrameContainer now adds a config change listener for its icon, so changes to the icon.* settings are reflected in real time 16 years ago
  Chris Smith 62e107af7a FrameContainers now manage ConfigManagers instead of requiring their descendents to implement a getConfigManager method 16 years ago
  Chris Smith 5f8df05be4 FrameContainers now require the name of an icon rather than an icon itself 16 years ago
  Chris Smith d0d67d0dab Fixed fencepost errors with jar://, zip:// and theme:// URLs in URLBuilder 16 years ago
  Chris Smith 531861474d Servers are now registered with the server manager after their windows have been created, not before 16 years ago
  Chris Smith b3411dcfa6 Synchronise access to both lists in the IdentityManager 16 years ago
  Gregory Holmes f3459e83e9 1052: Hitting enter in search bar is treated as an enter in the inputfield 16 years ago
  Gregory Holmes c49396fdfa fixes issue 295: Buffer search improvements 16 years ago
  Chris Smith 711ad6b0af Added basic unit test for channel kicks 16 years ago
  Chris Smith eaa88acb27 Default the frame buffer size to 25,000 16 years ago
  Chris Smith d94f93a50d Put the entire DMDirc initialisation sequence into a try/catch block 16 years ago
  Chris Smith e72750e9f5 Moved the "Copy nickname" separator to above the item instead of below 16 years ago
  Gregory Holmes d56a229ce1 minor code tidying 16 years ago
  Gregory Holmes 95aae4f1f8 Minor code tidying 16 years ago
  Shane Mc Cormack 4364e659db Don't throw an error when recieving modes for a channel we are not in. 16 years ago
  Shane Mc Cormack 39cf41bfb1 Fix issue 1017: myself is now added to channel on join before NAMES reply 16 years ago
  Shane Mc Cormack a37db83815 Work on issue 441 16 years ago
  Shane Mc Cormack 350a43d323 Don't raise an error every time a nick change overwrites a client. 16 years ago
  Gregory Holmes 048e5092c3 RHS Frame managers once again work properly 16 years ago
  Gregory Holmes cb5dacd76b fixes issue 1045: "Accept all invites" option 16 years ago
  Gregory Holmes 0e3ecf0e0e Some more work on issue 1027 16 years ago
  Gregory Holmes 66a34df5af Added a filename validator 16 years ago
  Gregory Holmes fac70664f9 Some more skeleton work on issue 1027 16 years ago
  Gregory Holmes f5bcac021a Code tidying in SwingController/UIController 16 years ago
  Gregory Holmes 9d32f3aa13 Potential fix for statusbar randomly taking up 99% of available space 16 years ago
  Gregory Holmes a46a54c03a fixes issue 1034: AMD should remember selected group 16 years ago
  Gregory Holmes 68c3e17f7a fixes issue 1037: java.lang.NullPointerException — ui.swing.dialogs.serversetting.UserModesPane.save(UserModesPane.java:141) 16 years ago
  Gregory Holmes 43af93d4d4 fixes issue 1032: escape key should close the AMD 16 years ago