Age | Commit message (Expand) | Author |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
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 |
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 r25681) -Change: [Win32] Position the IME composition window at the care... | michi_cc |
2013-03-17 | (svn r25092) -Codechange: Deduplicate keyboard handling between console and e... | frosch |
2013-03-17 | (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. | frosch |
2012-11-28 | (svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at th... | frosch |
2012-11-28 | (svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content... | frosch |
2012-11-14 | (svn r24744) -Codechange: Handle clicking on editboxed also via QueryString. | frosch |
2012-11-14 | (svn r24743) -Change: Unify the behaviour of ESC in filter editboxes. | frosch |
2012-11-14 | (svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings... | frosch |
2012-11-14 | (svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow... | frosch |
2012-11-14 | (svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor. | frosch |
2012-11-13 | (svn r24735) -Codechange: Move HandleEditBoxKey to Window class. | frosch |
2012-11-13 | (svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O... | frosch |
2012-11-13 | (svn r24733) -Codechange: Move handling of editbox keys to window class. | frosch |
2012-11-13 | (svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C... | frosch |
2012-11-13 | (svn r24726) -Codechange: Move editbox mouseloop handling to Window class. | frosch |
2012-11-13 | (svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code. | frosch |
2012-06-04 | (svn r24323) -Codechange: Split Textbuf and associated functions to separate ... | frosch |
2011-11-12 | (svn r23198) -Codechange: introduce a free that takes const pointers so we do... | rubidium |
2011-05-04 | (svn r22423) -Document: some network stuff | 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-05-30 | (svn r19904) -Codechange: Make EventState usable outside Window context. | alberth |
2009-11-08 | (svn r18012) -Codechange: make the world generation windows nested; they'll n... | rubidium |
2009-10-18 | (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryStr... | rubidium |
2009-10-10 | (svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used tow... | rubidium |
2009-09-21 | (svn r17600) -Cleanup: remove unused variable | smatz |
2009-09-11 | (svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support w... | alberth |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-02-06 | (svn r15370) -Codechange: add a callback to tell the parent of an OSK that th... | rubidium |
2009-01-03 | (svn r14820) -Codechange: use (the correct) enum-type instead of just int (Zuu) | rubidium |
2009-01-03 | (svn r14804) -Codechange: unify opening the OSK (Zuu) | rubidium |
2008-10-25 | (svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit... | glx |
2008-10-22 | (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ... | smatz |
2008-08-13 | (svn r14069) -Fix: silence MSVC 64-bits compile warnings. | rubidium |
2008-08-11 | (svn r14046) -Codechange: make the size of querystring "widgets" more configu... | rubidium |
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of OnKey... | rubidium |
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer... | rubidium |
2008-05-11 | (svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands... | rubidium |