Commit Graph

3297 Commits

Author SHA1 Message Date
Chris Jones 663096ff16 re-order the changelog to have the most interesting/important stuff first 2008-06-04 12:45:15 +01:00
Chris Jones 320744fe1a fix image loading for context menu and reverse split behaviour. Fixes LP #201795 2008-06-04 12:34:33 +01:00
Chris Jones 36d4654979 make the icon parts fail more gracefully, and add our menu icons to the branch 2008-06-04 11:18:59 +01:00
Chris Jones 519eb4525c this isn't working for some reason 2008-06-04 11:07:25 +01:00
Chris Jones 7f4461c280 Add icons to the horizontal/vertical splits, which should help with the confusing usability issues wrt this feature 2008-06-04 10:57:13 +01:00
Chris Jones 400b5712c6 tidy up the description of background_darkness 2008-06-04 10:19:57 +01:00
Chris Jones cd9233d09f Candidate fix for LP #234274 2008-06-04 00:55:04 +01:00
Chris Jones 0d1f5ce4ff add a stock icon for urls 2008-06-04 00:52:19 +01:00
Chris Jones 8349b32498 Use the proper gtk API to find icons, rather than hardcoding paths. 2008-06-04 00:10:09 +01:00
Chris Jones 8fa208f652 add a queue_draw() at the end of reconfigure_vte(), which is mainly being cargo-culted from gnome-terminal and it seems like a good idea 2008-06-03 23:38:17 +01:00
Emmanuel Bretelle c07c2715bc Adding tabs feature keybindings to doc/terminator.1
Adding a section on drag and drop
2008-06-01 13:52:49 +01:00
Chris Jones 0de2ba1561 merge in full-window-term branch for terminal zooming feature. Fixes LP #229201 2008-05-30 13:26:35 +01:00
Chris Jones a416f092ce document ctrl-shift-z 2008-05-30 13:20:49 +01:00
Chris Jones af6c18a769 rework the full-window-term code a little so that it is referred to as terminal zooming (perhaps an unfortunate name wrt zooming fonts), make the context menu items behave a little better and add a keyboard shortcut 2008-05-30 13:19:35 +01:00
Chris Jones bcad01126a rework full-window-term branch to be called terminal zooming, and make the menu entries make a little more sense 2008-05-30 13:09:24 +01:00
Chris Jones 0a89a34441 merge in latest trunk 2008-05-30 11:20:38 +01:00
Chris Jones 1717149069 add more jazz to the ChangeLog 2008-05-30 01:14:47 +01:00
Edoardo Batini 7ea51f1713 Merged trunk 2008-05-29 15:03:03 +02:00
Edoardo Batini 9729af5118 Full window mode re-enabled 2008-05-29 14:40:58 +02:00
Edoardo Batini 00a6dc3fa1 Nth resync with trunk 2008-05-29 14:25:46 +02:00
Chris Jones 8e2320858a Don't allow empty http_proxy values 2008-05-29 13:12:06 +01:00
Chris Jones 7ba624d10f subtle change which means starting with scrollbars hidden and then asking them to be shown will default them to the right side, not the left 2008-05-28 17:47:01 +01:00
Chris Jones b58a01e0ec Allow control over the size of the GtkPaned handle. Fixes LP #203370 2008-05-28 16:39:27 +01:00
Emmanuel Bretelle 592360d1b4 Adding Paned handle_size support
* adding a value between 0 and 5 in ~/.terminatorrc 's handle_size parameter
    will change the size of the handle. Otherwise, the size will default to the defaultgtk style settings
  * could close LP#203370
2008-05-28 15:37:54 +01:00
Chris Jones 400479c8e7 Allow controlling borderless/maximise/fullscreen options via config stores 2008-05-28 09:20:47 +01:00
Emmanuel Bretelle 485cdf545e makes titlebars behave correctly even with extreme_tabs = True 2008-05-27 00:42:19 +01:00
Emmanuel Bretelle 049582453a Fix bug where titlebars was not appearing
when:
1 - Open up Terminator (im running Bzr revision 297), the orange titlebar in the terminal wont be open
2 - Open up a new terminal (Ctrl+Shift+E)
3 - An orange titlebar will be in the top of the newly spawned terminal, but there wont be one in the original,initial terminal
  Fixes LP#235083
2008-05-26 23:50:23 +01:00
Chris Jones 4a8896b68f Fix bell handling, patch from Matt Rose, LP #235001 2008-05-26 22:02:25 +01:00
Chris Jones 170d944aee fix some spelling/grammar 2008-05-26 21:12:10 +01:00
Emmanuel Bretelle 8f45e03f46 Fixing redundant title when only one term is in a tab
* fixes LP#234906
2008-05-26 12:45:19 +01:00
Emmanuel Bretelle ae922111b0 Fixing Ctrl-Tab and Ctrl-Shift-Tab behaviour
*closes LP#234904
2008-05-26 11:32:08 +01:00
Emmanuel Bretelle 18c62f3132 Adding an option to open a TopLevelTab in extreme_tabs mode
Ctrl-Shift-Alt-T will trigger the same action
2008-05-25 13:08:51 +01:00
Emmanuel Bretelle ca12af5125 adding configuration extreme_tabs defaulting to False
* If extreme_tabs is set to false, only the top level widget will go
    into tabs
  * if set to True, tabs will be created at any level
  * Fixes LP#234685
2008-05-25 12:37:33 +01:00
Emmanuel Bretelle ba469bb535 synching from trunk 2008-05-25 01:58:48 +01:00
Chris Jones 594305345d argh, I pushed before pulling. re-add chantra commits 2008-05-25 01:32:50 +01:00
Chris Jones 99761faa3b track window fullscreenness via event handler. Fixes LP #230645 2008-05-25 01:27:49 +01:00
Emmanuel Bretelle 87228eca79 checking if DISPLAY is set before instanciating Terminator 2008-05-24 15:39:12 +01:00
Emmanuel Bretelle 79095bc52b removed an extra spawn_child in terminator.add
which was causing dnd terms to be respawn with the wrong working dir
2008-05-24 15:23:30 +01:00
Edoardo Batini d78e314efa Repairs restoring from full window removing a grandparent.resize_children() from Terminator.remove function 2008-05-24 01:10:08 +02:00
Edoardo Batini 394e41a9ab Full window feature 2008-05-23 23:41:49 +02:00
Emmanuel Bretelle 634a680c25 some more tab focus fixes
* added _set_current_notebook_page_recursive
    given a widget, set all parents notebook page active
    to be sure that the focus is not broken
2008-05-23 22:31:48 +01:00
Edoardo Batini 39fff2287b Resync with trunk 2008-05-23 23:30:53 +02:00
Emmanuel Bretelle 48e6477a68 fixing an issue where tab order was broken
step to repro:
- open terminator
- open a new tab
- in new tab, split axis
- go to first tab
- create a new tab
- Ctrl-shift-N around and the order is not respected
2008-05-23 20:39:26 +01:00
Chris Jones c37d934665 Add a default config value for background_image. Patch from Chris James. Fixes LP #234050 2008-05-23 17:24:36 +01:00
Chris Jones fc67f3676a we shouldn't prevent bold by default 2008-05-23 13:46:10 +01:00
Chris Jones fa448d7925 use datatypes in parsing of RC files, so non-string/bool values actually work 2008-05-23 13:28:56 +01:00
Chris Jones e55d78f277 Note in the rc manpage that use_theme_colors is required to force customised colours 2008-05-23 12:31:22 +01:00
Chris Jones 12c7d438b1 fix the overlap of my last commit with thomas' 2008-05-23 11:45:08 +01:00
Thomas Hurst 98a9550f2f Handle "foo = bar" as well as "foo=bar" 2008-05-23 11:42:04 +01:00
Chris Jones 69867b936f slightly relax the boolean value support 2008-05-23 11:40:56 +01:00