summaryrefslogtreecommitdiff
path: root/src/console_gui.cpp
AgeCommit message (Collapse)Author
2012-06-04(svn r24324) -Codechange: Turn functions dealing with Textbufs into member ↵frosch
functions.
2012-06-04(svn r24323) -Codechange: Split Textbuf and associated functions to separate ↵frosch
files.
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-11(svn r23489) -Change: don't wrap around the console history and give an ↵yexo
empty line if you click the down-key enough
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-02-05(svn r21982) -Add: Wheel scrolling to console.frosch
2011-02-05(svn r21981) -Codechange: Deduplicate the code and unify the bounds of ↵frosch
console scrolling.
2011-02-05(svn r21980) -Codechange: Draw one line more at the top of the console, i.e. ↵frosch
clip the top-most line if there is not enough room instead of not drawing it at all.
2011-02-05(svn r21979) -Fix: Scrolling of the console in pages used wrong line height ↵frosch
and scrolled too much.
2011-02-05(svn r21978) -Codechange/Fix: Remove usage of Window::top and left from ↵frosch
IConsoleWindow::OnPaint(). Drawing is done relative to the window position. But as the position is (0,0) anyway, it was not noticeable.
2011-01-23(svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortlyrubidium
2011-01-03(svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of ↵rubidium
console colours
2011-01-03(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way ↵rubidium
and remove some unneeded casts
2010-12-05(svn r21407) -Codechange: prepare the text buffer code for limiting on ↵rubidium
number of characters besides the number of bytes
2010-12-05(svn r21406) -Codechange: rename some textbuf related names to make them a ↵rubidium
bit more descriptive
2010-10-21(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up ↵rubidium
due to LTR names in RTL translations and vice-versa
2010-08-01(svn r20290) -Codechange: Add missing 'break' statements.alberth
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-02(svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long.alberth
2010-06-26(svn r20022) -Doc: Add some doxygen comments.alberth
2010-06-26(svn r20019) -Codechange: Apply function code style to a few small functions.alberth
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-12-25(svn r18631) -Fix [FS#3419]: when making a screenshot from the console the ↵rubidium
currently executed command would be shown twice
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-28(svn r18318) -Codechange: add an enum value for manual window placementrubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, ↵rubidium
which were sometimes missing and sometimes just typos
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-13(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by ↵frosch
other functions already.
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-01(svn r17022) -Codechange: Use nested widgets for the console window.alberth
2009-05-23(svn r16409) -Change: don't add empty lines/duplicates of the previous ↵rubidium
command to the console's history
2009-04-10(svn r16021) -Codechange: Offset current console output by (width of "] ")+5 ↵peter1138
pixels instead of 5+5 pixels.
2009-04-10(svn r16020) -Codechange: Use actual font height for console output instead ↵peter1138
of fixed value.
2009-03-30(svn r15894) -Codechange: remove console widget array (it was empty anyway) ↵glx
and window desc
2009-03-25(svn r15844) -Codechange: allow text alignment to be forced so the console ↵rubidium
and ai debug output don't get swapped (those are untranslateable anyways)
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text ↵rubidium
drawing API
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes ↵rubidium
expanding them much easier (Alberth)
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both ↵rubidium
color and colour.
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with ↵rubidium
edit box open simultaniously (Zuu).
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz