Searched +hist:3 +hist:fa02e15 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermWindow.cppdiff 3aeed660 Thu Aug 07 15:12:54 MDT 2014 Jérôme Duval <jerome.duval@gmail.com> include strings.h where appriopriate...

instead or additionally to string.h, in preparation for functions move.
* moves str[n]casecmp() functions and others to strings.h.
* strings.h doesn't include string.h anymore.
* this solves #10949
diff 9e47d4f7 Wed Dec 04 05:28:58 MST 2013 Adrien Destugues <pulkomandy@pulkomandy.tk> Terminal tabs: use B_WITH_FROM_LABEL

B_WIDTH_FROM_WIDEST leads to only 2 or 3 tabs visible when one of the
tabs has a long title. This can be rather annoying as we have no way
of scrolling the tabs to see the ones that are pushed out of the window.
diff 7aae876a Tue May 14 17:52:25 MDT 2013 John Scipione <jscipione@gmail.com> Terminal: Move secondary windows back in screen

For the Window title and tab title edit windows there was already code used to
move a window that had gone out of the screen frame back in.

I generalized this code by turning it into a _MoveWindowInScreen() method
and then called it in 3 places, the original 2 cases as well as the Find window.
We might want to move this method into BWindow if this is something we'd like
to use it for windows in other applications, but this solves the problem in Terminal
for now.
diff 3fa02e15 Wed Feb 24 07:06:02 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35597 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3fa02e15 Wed Feb 24 07:06:02 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35597 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3b5c4663 Sun Apr 05 10:56:42 MDT 2009 Jonas Sundström <jonas@kirilla.com> Suppress ResizeView (the grey rows & columns view) when entering/leaving fullscreen mode, and when zooming. Its useful only when manually resizing the window. In the other cases it simply flickers by.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29943 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3aeed6607cd07762c0e709633c012b3a632dbad9 Thu Aug 07 15:12:54 MDT 2014 Jérôme Duval <jerome.duval@gmail.com> include strings.h where appriopriate...

instead or additionally to string.h, in preparation for functions move.
* moves str[n]casecmp() functions and others to strings.h.
* strings.h doesn't include string.h anymore.
* this solves #10949
diff 9e47d4f714a395d060ecb4113042532bdb82ebcb Wed Dec 04 05:28:58 MST 2013 Adrien Destugues <pulkomandy@pulkomandy.tk> Terminal tabs: use B_WITH_FROM_LABEL

B_WIDTH_FROM_WIDEST leads to only 2 or 3 tabs visible when one of the
tabs has a long title. This can be rather annoying as we have no way
of scrolling the tabs to see the ones that are pushed out of the window.
diff 7aae876a792944f579ad68ca449c4f6d6a83c7d0 Tue May 14 17:52:25 MDT 2013 John Scipione <jscipione@gmail.com> Terminal: Move secondary windows back in screen

For the Window title and tab title edit windows there was already code used to
move a window that had gone out of the screen frame back in.

I generalized this code by turning it into a _MoveWindowInScreen() method
and then called it in 3 places, the original 2 cases as well as the Find window.
We might want to move this method into BWindow if this is something we'd like
to use it for windows in other applications, but this solves the problem in Terminal
for now.
diff 3fa02e15e7ef58b494fc5944cef925168f3b978b Wed Feb 24 07:06:02 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35597 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 229 milliseconds