index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
console_gui.cpp
Age
Commit message (
Expand
)
Author
2021-01-10
Fix: Use realtime for error message and console backlog timeouts
glx22
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-11-10
Codechange: Add EditBoxGainedFocus method to VideoDriver base class
Jonathan G Rennison
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2014-04-28
(svn r26538) -Codechange: remove double accounting of the drivers
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-14
(svn r26001) -Fix [FS#5795a] (r25686): [OSX] Clear any pending marked charact...
michi_cc
2013-08-05
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
michi_cc
2013-08-05
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition s...
michi_cc
2013-08-05
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
michi_cc
2013-08-05
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
michi_cc
2013-08-05
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
michi_cc
2013-08-05
(svn r25683) -Add: Support for a marked/selected range to the textbuf.
michi_cc
2013-08-05
(svn r25681) -Change: [Win32] Position the IME composition window at the care...
michi_cc
2013-08-05
(svn r25679) -Codechange: [Win32] Get the result string of an IME input direc...
michi_cc
2013-08-05
(svn r25678) -Codechange: Notify the video driver when an edit box lost (glob...
michi_cc
2013-08-05
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...
michi_cc
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-03-17
(svn r25092) -Codechange: Deduplicate keyboard handling between console and e...
frosch
2012-11-14
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
frosch
2012-11-14
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
frosch
2012-06-04
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu...
frosch
2012-06-04
(svn r24323) -Codechange: Split Textbuf and associated functions to separate ...
frosch
2011-12-16
(svn r23531) -Codechange: document and rename widgets to be consistent and un...
truebrain
2011-12-15
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
truebrain
2011-12-11
(svn r23489) -Change: don't wrap around the console history and give an empty...
yexo
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 in...
frosch
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 consol...
frosch
2011-02-05
(svn r21980) -Codechange: Draw one line more at the top of the console, i.e. ...
frosch
2011-02-05
(svn r21979) -Fix: Scrolling of the console in pages used wrong line height a...
frosch
2011-02-05
(svn r21978) -Codechange/Fix: Remove usage of Window::top and left from ICons...
frosch
2011-01-23
(svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly
rubidium
2011-01-03
(svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console...
rubidium
2011-01-03
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...
rubidium
2010-12-05
(svn r21407) -Codechange: prepare the text buffer code for limiting on number...
rubidium
2010-12-05
(svn r21406) -Codechange: rename some textbuf related names to make them a bi...
rubidium
2010-10-21
(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up du...
rubidium
2010-08-01
(svn r20290) -Codechange: Add missing 'break' statements.
alberth
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
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 c...
rubidium
[next]