summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-29Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 540
2006-05-29Add strut class to allow table column width to be forced.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 539
2006-05-29Warp mouse to screen center (possibly fix joe's mouse problem).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 538
2006-05-29Fix E1-3 intermission screen animations.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 537
2006-05-29Add missing newline to message.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 536
2006-05-29Change the mouse acceleration behavior to accelerate by multiplying by aSimon Howard
linear amount when a threshold is exceeded. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 535
2006-05-26Switch netgame waiting screen to use the new text mode GUI system.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 534
2006-05-26Add key description for spacebar.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 533
2006-05-26Add an option to disable autoadjusting the video mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 532
2006-05-25Put savegames in separate directories depending on the IWAD.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 531
2006-05-25Allow NULL to be added to tables to specify a spacer (empty cell).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 530
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 529
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 528
2006-05-25Build textscreen/ before textscreen/examples/Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 527
2006-05-25Add screenmultiply x4 mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 526
2006-05-24Remove debug hack used for testing startup delay.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 525
2006-05-24Move textscreen GUI demos into an examples/ subdir.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 524
2006-05-24Add small calculator GUI demo.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 523
2006-05-24Only allow digits to be typed in number input boxes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 522
2006-05-23Prevent crashes when loading savegames where mancubi were in the middleSimon Howard
of firing. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 521
2006-05-23Add input box widget, and include in guitest.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 520
2006-05-23Make TXT_GetChar return the unicode value of the key pressed. For textSimon Howard
boxes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 519
2006-05-23Add a default action to close windows when escape is pressed. Do notSimon Howard
make escape quit the program unless there are no open windows. Add TXT_ExitMainLoop(). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 518
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 517
2006-05-23Add actions demonstration to guitest.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 516
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
Adjust txt_table_t to expand tables to their maximum width when they only have one column (ensures separators reach the window edges). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 515
2006-05-23Eat keypresses when pressing buttons.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 514
2006-05-23Add TXT_GetKeyDescription() to provide descriptions of key codes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 513
2006-05-22Updated GUI test which demonstrates signals used to update a label.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 512
2006-05-22Add TXT_SetLabel() function to set the label value.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 511
2006-05-22Allow specifying the full path and filename when playing back demos.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 510
2006-05-22CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 509
2006-05-22Add casting macros to allow for easy casts between types.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 503
2006-05-22More signals to detect when checkboxes/radiobuttons are changed.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 502
2006-05-22Add a signals architecture to allow callbacks on GUI events.Simon Howard
Make all widget classes initialise widgets by calling TXT_InitWidget. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 501
2006-05-21Reformat source files in Makefile.am.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 500
2006-05-21Add radio button class.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 499
2006-05-21Initialise the table selection on table creation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 498
2006-05-21Always select a valid widget in a table before drawing the table.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 497
2006-05-20Add missing free() call.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 496
2006-05-20Updated guitest.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 495
2006-05-20Add label class.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 494
2006-05-20Make all windows be tables with one column.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 493
2006-05-20Add table class. Allow widgets with heights of more than one line.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 492
2006-05-20Checkbox classSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 491
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 490
2006-05-20Make Translatekey static.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 489
2006-05-20Split off keyboard key definitions to a separate file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 488
2006-05-20Clip windows against the workspace boundaries.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 487
2006-05-20Add selectable and visible properties to widgets. Allow the position ofSimon Howard
windows to be set based on position of top/bottom/center,left/right,center coordinates. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 486