summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Collapse)Author
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
capslock turned on. Fix a similar problem in-game when typing cheat codes or using menu hotkeys (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2327
2011-04-11Allow the shift key to be held down when changing key/mouse/joystickSimon Howard
bindings to prevent bindings to the same key from being cleared (thanks myk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2325
2011-04-09Fix action area minimum width calculation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2324
2011-04-04Close dropdown list popup windows when clicking outside the window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2323
2011-04-04Fix crash.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2322
2011-04-04Fix crash.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2321
2011-04-04Change the background color when hovering over widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2320
2011-03-27Scroll faster in reaction to the scroll wheel.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2310
2011-03-22Switch separator to show "screen mode" or "window size" depending onSimon Howard
whether fullscreen is turned on or not. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2308
2011-03-22Fix scrollbars so that clicks scroll the pane to a location that matchesSimon Howard
the clicked location. Interpret mousewheel events so that scroll panes can be scrolled. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2307
2011-02-05Fix bug with libtextscreen where it was not possible to type a '+'Simon Howard
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2249
2011-01-31When large numbers of screen resolutions are detected, increase theSimon Howard
number of columns in the mode list to fit them all on-screen. Remove superfluous left-side spacing from the checkbox and radio button widgets so that the modes can be packed closer together. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2242
2010-12-10Change alignment of actions in a window's action area so that there isSimon Howard
equal space either side of the center widget. This is more aesthetically pleasing. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2208
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
whether the widget is selectable. This stops the table code from selecting things that aren't really selectable - eg. empty tables, scrollpanes containing unselectable widgets, etc. Fixes a bug with the warp menu (thanks Proteh). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2207
2010-12-05Allow textscreen font to be overridden using the TEXTSCREEN_FONT commandSimon Howard
line variable. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2195
2010-04-30Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. AddSimon Howard
opl ctags file to localvimrc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1922
2010-01-27Add tags files to svn:ignore properties.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828
2009-12-12Fix textscreen black border bug.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1745
2009-11-05Perform bounds checking on values passed to TXT_UpdateScreenArea() toSimon Howard
avoid crashes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1728
2009-10-26Initial hacks for compiling under SDL 1.3.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1726
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1699
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1679
2009-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon Howard
LionsPhil). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1631
2009-07-20Remove redundant variable assignment (thanks Quasar/Yagisan)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1630
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
CE buttons are read properly. Map buttons to PC function keys. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1594
2009-06-07Catch errors when initialising SDL. Use the small textscreen font bySimon Howard
default on Windows CE if no fullscreen modes are available. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1570
2009-05-26Fix tags for functions using TXT_UNCAST_ARG.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1532
2009-05-12Make txt_inputboxes emit a "changed" signal when their value is changed.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1520
2009-05-05Better ASCII chart.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1509
2009-05-04Minor smallfont fixups.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1508
2009-05-01Add copyright headers to textscreen examples.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1505
2009-04-26More smallfont fixups.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1504
2009-04-23Fix up some extended ASCII characters.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1503
2009-04-23Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1502
2009-04-23Add small textscreen font for low resolution displays, based on theSimon Howard
Atari-Small font by Tom Fine. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1501
2009-03-08Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tagsSimon Howard
to start of header files so that Doxygen will process them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1451
2009-03-07Add documentation for high-level txt_desktop.h functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1450
2009-03-07Add documentation for high-level textscreen functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1449
2009-03-06Fix signed/unsigned conversion warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1448
2009-01-30Fix layout of widgets within scroll panes. Scroll scroll panes inSimon Howard
response to keyboard events. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1440
2009-01-29Shrink text box slightly.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1439
2009-01-29Allow clicking within scroll bars to set position.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1438
2009-01-29Add scrollable pane widget to textscreen library.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1437
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
in configure before checking for libraries and headers, to fix Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1412
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1095
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1042
2007-10-18#define inline to _inline in MSVC.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 976
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
setup (hopefully) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 939
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 935
2007-06-09Add *.exe to svn:ignore.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 899