Searched +hist:40 +hist:bbe4ec (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermWindow.cppdiff 5b41331f Sat Mar 09 02:40:16 MST 2013 Siarzhuk Zharski <zharik@gmx.li> CodeStyle fixes, some refactoring and cleanup

* Clear some codestyle issues catched by checker script;
* Rename RestartDebugCapture to more consistent StartStopDebugCapture;
* Updated Copyrights and authors lists, some occurences of the raw MIT
licence text replaced with "under the terms of MIT licence" reference;
* Fixes for x86_64 build.

This is cumulative cleanup commit for series of Terminal refactoring
changes I have introduced last time. No significant functional changes.
diff cce0076a Fri Dec 07 21:28:40 MST 2012 John Scipione <jscipione@gmail.com> When you change the font size, update all tabs...

on the window, not just the active tab. Also fix window resizing
with tabs open. It wasn't taking into account the height of the
tab bar.

This fixes #8108
diff dc1456f6 Fri Dec 07 01:45:40 MST 2012 John Scipione <jscipione@gmail.com> Add font sizes to Font Size menu in addition to in settings
diff 37322c4b Tue Nov 16 13:40:26 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> * Added new class ShellParameters that bundles all parameters passed to the
shell.
* Also added a parameter for the current working directory and. If supplied,
it is applied in Shell::_Spawn().
* Pass the current working directory of the active tab when opening a new
tab. Implements part of #6712.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39457 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6ba976d9 Wed Feb 24 07:06:40 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Added TODO about broken size limits computation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35598 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0d77a112 Sun Oct 04 15:21:40 MDT 2009 Ryan Leavengood <leavengood@gmail.com> A patch from Caitlin Shaw (aka rogueeve) to fix #4715, some Terminal
improvements:

* fixed text for "Use Text" radio button in Find dialog being cut off
* more user friendly error messages for Find dialog:
"no search string" becomes "No search string was entered.", or "Nothing is
selected." as appropriate.
* Preferences dialog opens unacceptably slow when a larger number of fonts are
installed due to AppearPrefView's "IsFontUsuable" routine. But was able to
cut opening time by about half with a minor optimization to the loop.

* Fixed an ugly word-wrap of Takashi Murai's name in About dialog


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33428 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 40bbe4ec Mon Jun 23 14:44:02 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Added Command-1...9 as shortcuts for switching tabs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26111 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 40bbe4ec Mon Jun 23 14:44:02 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> Added Command-1...9 as shortcuts for switching tabs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26111 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff bc96eab5 Thu Jun 29 15:15:40 MDT 2006 Jérôme Duval <korli@users.berlios.de> a new terminal is now launched in TermWindow
we now search for a Terminal index : we use scripting to ask every Terminal its window title, and from this computes a free index
this fixes bug #699


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17975 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 5b41331f1100c78541d87b7ad5a15d5652acb079 Sat Mar 09 02:40:16 MST 2013 Siarzhuk Zharski <zharik@gmx.li> CodeStyle fixes, some refactoring and cleanup

* Clear some codestyle issues catched by checker script;
* Rename RestartDebugCapture to more consistent StartStopDebugCapture;
* Updated Copyrights and authors lists, some occurences of the raw MIT
licence text replaced with "under the terms of MIT licence" reference;
* Fixes for x86_64 build.

This is cumulative cleanup commit for series of Terminal refactoring
changes I have introduced last time. No significant functional changes.

Completed in 125 milliseconds