123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- 2014-01-20 Héctor García <[email protected]>
- Make paste with mouse middle button focus on terminal
- 2014-01-15 Héctor García <[email protected]>
- Added patch from Oscar Fernandez to support comments on configuration archive
- Added patch from Mario J. Barchéin and Francisco Licerán to support port numbers on host
- Copy Debian's mssh man page to upstream and added Karl Goetz <[email protected]> patch
- Allow window to be smaller than 1024x768. Patch from Lorenzo Masini <[email protected]>
- 2014-01-15 Héctor García <[email protected]>
- Bumped version to 1.3 gtk2 deprecated symbols free
- Replaced GDK_<keyname> with GDK_KEY_<keyname>
- Changed direct access to use accessor for terminal->parent
- Changed deprecated gtk_menu_bar_append with gtk_menu_shell_append
- Migrate from vte_terminal_fork_command to vte_terminal_fork_command_full to make compile against GTK 2.24
- 2010-01-15 Bradley Smith <[email protected]>
- Bump to version 1.2
- Add directional focus option, and focus next window on session close.
- Redo accel group when modifier changes.
- Add directional focus.
- 2010-01-14 Bradley Smith <[email protected]>
- Make sure focus is preserved when a session closes, restore back to global entry if focused window closed.
- Add call to vte_terminal_set_word_chars.
- Get rid of horrible tabs in files.
- Add columns override option.
- 2009-09-05 Bradley Smith <[email protected]>
- Bump version to 1.1.
- 2009-09-03 Bradley Smith <[email protected]>
- Implement .mssh_clusters config file.
- 2009-09-02 Bradley Smith <[email protected]>
- Bump version to 1.0.
- Hook up the rest of the preferences dialog.
- Hook up columns spin button.
- 2009-08-29 Bradley Smith <[email protected]>
- Add beginnings of columns preference.
- Hook up colour preferences.
- 2009-08-28 Bradley Smith <[email protected]>
- Reduce spacing between terminals.
- Add initial gconf stuff, and hook up font preference.
- Catch pastes into GtkEntry.
- 2009-08-27 Bradley Smith <[email protected]>
- Remove menu item on session close.
- Fixes to terminal class and add "add session" menuitem.
- Add preferences dialog.
- Split out terminals into seperate clase and make layout more dynamic.
- 2009-08-25 Bradley Smith <[email protected]>
- Bump version to 0.2.
- Fix segfault with > 32 servers.
- 2009-08-20 Bradley Smith <[email protected]>
- Add option to send hostname.
- 2009-08-02 Bradley Smith <[email protected]>
- Fix indentation.
- Fix segfault with odd number of servers. Span last server in this case.
- Initial commit.
|