65 Commits (0.6.5)

Author SHA1 Message Date
  Chris Smith 9407dbe848 Fix textpane passing wrong length to getStyledText 13 years ago
  Greg Holmes 9db9d75245 Revert "Attempt to make textpane slightly more readable and individual methods less complex." 13 years ago
  Shane Mc Cormack e1106c80db Update Copyright 13 years ago
  Greg Holmes b169e345b7 Attempt to make textpane slightly more readable and individual methods less complex. 13 years ago
  Greg Holmes b732f4bd16 PMD Fixes for plugins 13 years ago
  Greg Holmes 4a4a169e27 Fix PMD errors in plugins. 13 years ago
  Greg Holmes 99d5c3ce6b Fix textpane not selecting last line again. 13 years ago
  Greg Holmes d74d6d7d62 Rely less on document for internal state. Code tidying. 13 years ago
  Greg Holmes e9e29b9b81 Allow copying text from last line of the text pane. 13 years ago
  Greg Holmes 325cd82a5a Show second line of textpane. 13 years ago
  Gregory Holmes 79e80af379 Add option for new line notifications in textpane. 13 years ago
  Chris Smith 7f35856fc4 Fix bizarre crazy amazing textpane line counting bugs 13 years ago
  Chris Smith 268bbc8dbd Fix a couple of minor new line indicator bugs 13 years ago
  Gregory Holmes 14ee5ff8cf Add new line indicator to textpane. 13 years ago
  Greg Holmes 1ddd2945da Revert "Cache positions of lines for faster repaints." 13 years ago
  Greg Holmes 0601199033 Cache positions of lines for faster repaints. 13 years ago
  Greg Holmes 7f6dcc101b Remove code duplication in TextPane getSelectedText. 13 years ago
  Greg Holmes a11717df19 Adds control code copying 14 years ago
  Greg Holmes 68056e36d6 Check is there is text to select before enabling copy item. 14 years ago
  Greg Holmes a850a25acb Add executor for swing workers, make everything use it. 14 years ago
  Greg Holmes 3fe3e0f424 Don't add null components to prefs panels, show error. 14 years ago
  Greg Holmes 7d62be83b0 Do something when background images are unset... 14 years ago
  Greg Holmes 995c60a216 Tidy up TextPaneCanvas a little 14 years ago
  Greg Holmes 4c692b576a Check for empty iterator before adding styles. 14 years ago
  Chris Smith 6b0a81a27b Style fixes 14 years ago
  Greg Holmes 8016183432 Import order fixing 14 years ago
  Greg Holmes 597aefda47 More null checking in textpane highlighting code 14 years ago
  Greboid 6ded35dee3 Fixes textpane not autoscrolling on creation. 14 years ago
  Greboid 3fefcc2cfa Remove use of deprecated methods 14 years ago
  Greboid c758701a6d Fixes issue 4007 14 years ago
  Greboid 872c63648a Auto scrolling should work again now 14 years ago
  Greboid a0908ebca5 Fix deadlock in the textpane... (EDT!!) 14 years ago
  Greboid d02f514fb0 Move trim handling to IRCDocument. 14 years ago
  Chris Smith 9e59580933 FrameContainers now look after IRCDocuments 14 years ago
  Greboid edb59167dd Moves IRCDocument to core 14 years ago
  Greboid f977975740 Major surgery on mouse events in the textpane. 14 years ago
  Chris Smith e024e3e3ca Show tooltips in the textpane 14 years ago
  Greboid 858997a20e Fixes issue 3928 14 years ago
  Greboid 4a00957ace Fixes issue 3940 14 years ago
  Greboid 184d8017b1 Fixes issue 3890 14 years ago
  Greboid 9abab99098 Fixes issue 3885 14 years ago
  Simon Mott 955061014d Adds listeners to the TextPane for Control+Home/End and the appropriate behaviour 14 years ago
  Greboid 42c0630607 Fixes issue 3855 14 years ago
  Greboid 9a8fd6a92d Fixes issue 3849 14 years ago
  Greboid 09cefa8836 Fixes issue 3839: Textpane selection is still broken when selecting downwards (when cursor is between two lines) 14 years ago
  Greboid 6592de93c8 Adds methods to ask for insertion indexes or character indexes in the textpane 14 years ago
  Greboid 407683fa35 Fixes issue 3835: Textpane selection breaks when moving mouse below textpane during selection 14 years ago
  Greboid 8659e5a66c Fixes issue 3801: Custom fonts break line hitboxing 14 years ago
  Greboid 99c7c446bb Adjust the hitboxes magically 14 years ago
  Gregory Holmes c5010ce03f Fixes issue 3801: Custom fonts break line hitboxing 14 years ago