summaryrefslogtreecommitdiff
path: root/src/console_gui.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: improve style/writing of IConsolePrint stringsrubidium42
2021-06-13Codechange: replace IConsolePrintF with IConsolePrint and fmt formattingrubidium42
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-01-10Fix: Use realtime for error message and console backlog timeoutsglx22
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-10Codechange: Add EditBoxGainedFocus method to VideoDriver base classJonathan G Rennison
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
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.htruebrain
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 shortlyrubidium
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 stylerubidium