shithub: choc

RSS feed

4306fa59 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:10
Center the calculator in the window.

7cd8727f – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Add TXT_SelectWidget function to select a widget in a table,

58978769 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Allow multiple callbacks for the same signal on widgets

e9376dae – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Initialise string input boxes to not editing

e5d6ce33 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:08
More efficient TXT_Sleep function that puts the textscreen code to sleep

9c1d6d6f – Simon Howard <fraggle@gmail.com> authored on 2006/08/06 18:51
Bomb out with an error when trying to draw patches that go off the screen,

784e848b – Simon Howard <fraggle@gmail.com> authored on 2006/07/28 15:13
Try to convert MUS even if the MUS header is not present. The new code

0f7a31d4 – Simon Howard <fraggle@gmail.com> authored on 2006/07/24 17:32
Oops :-)

87c062c1 – Simon Howard <fraggle@gmail.com> authored on 2006/07/22 12:43
New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>

6b9f3748 – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 14:07
Add inverted checkboxes (tick in box when value is false)

1d41349f – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 14:05
Initial mouse configuration window.

0fceea01 – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 05:05
Hugely refactor the response file loading code. Allow arguments to be

fa32d12b – Simon Howard <fraggle@gmail.com> authored on 2006/06/21 15:08
Let the SDL parachute catch crashes and shut down properly. Don't crash

decc0a87 – Simon Howard <fraggle@gmail.com> authored on 2006/06/20 14:49
Add a fake nonfunctional key bindings configuration menu.

cef6abce – Simon Howard <fraggle@gmail.com> authored on 2006/06/20 14:48
Always add a bit of padding inside windows (removes the need to add padding

87cbe9db – Simon Howard <fraggle@gmail.com> authored on 2006/06/18 18:54
Add deh_section_sound to dehacked sections list (thanks to rpeter on the

77e5d206 – Simon Howard <fraggle@gmail.com> authored on 2006/06/16 13:06
Add hash table for fast texture lookup; refactor P_GroupLines to use an

26a2ba19 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 14:23
Stop sending data to the server when a connection drops. Print a message

ff67ee37 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 12:12
Detect recursive calls to I_Error to prevent an infinite loop.

267d98c2 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 08:38
Bomb out with an error message if game options are specified to a

48d2fd26 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 16:50
Make clicking on "accept" action buttons send enter keypresses to the window.

ef92ce01 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 16:14
Make mouse button presses on widgets actually do useful things

a990e948 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:52
Rearrange the buttons in the setup exit confirmation box.

02f4a0dc – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:45
Add utility functions to create "Abort" and "Accept" window actions

e9619f83 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:36
Draw the bottom separator in windows at the full window width.

f03d7bd7 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:32
Add initial code for a setup utility.

8a357066 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:30
Update BUGS list.

517af947 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:29
textscreen: Rejig how the entire drawing process works. Add a recursive

b3e5170b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 17:39
Add ability to make widgets right aligned or centered within tables.

64b28907 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 17:02
Convert calculator example to struts

e4dcdc8b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:55
Add -autojoin command line parameter to automatically search a local LAN

847cd742 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:04
Fix broadcast transmits (-search works!)

22b08631 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:00
Add textscreen.h top level header to avoid having to include all txt_*

1531993b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:54
Allow struts to force height as well as width. Hide "start game" button

936e7e11 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:31
Shut up compiler warnings.

3a5668ee – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:22
Add strut class to allow table column width to be forced.

e40b1402 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 09:25
Warp mouse to screen center (possibly fix joe's mouse problem).

9fbd2eda – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 07:19
Fix E1-3 intermission screen animations.

25f8e6aa – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 06:38
Add missing newline to message.

9d94e1bd – Simon Howard <fraggle@gmail.com> authored on 2006/05/28 20:17
Change the mouse acceleration behavior to accelerate by multiplying by a

4d7893a2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Switch netgame waiting screen to use the new text mode GUI system.

2ceb004b – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Add key description for spacebar.

4ec7c7b0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 11:37
Add an option to disable autoadjusting the video mode.

95b8e843 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 18:39
Put savegames in separate directories depending on the IWAD.

42ebb5be – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:27
Allow NULL to be added to tables to specify a spacer (empty cell).

76e77021 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:26
Allow the fg/bg colors to be set on labels.

2808929c – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:07
Allow the fg/bg colors to be set on labels.

7b54c078 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:40
Build textscreen/ before textscreen/examples/

8714b504 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:18
Add screenmultiply x4 mode.

bdd05b90 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 18:51
Remove debug hack used for testing startup delay.

1f101a63 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 17:35
Move textscreen GUI demos into an examples/ subdir.

b0319872 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 16:27
Add small calculator GUI demo.

f7bf1488 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 15:08
Only allow digits to be typed in number input boxes.

09baf6c4 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:56
Prevent crashes when loading savegames where mancubi were in the middle

6ea4e1e2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:52
Add input box widget, and include in guitest.

3fbef9d2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:51
Make TXT_GetChar return the unicode value of the key pressed. For text

240a1cfc – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 15:33
Add a default action to close windows when escape is pressed. Do not

59864df0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 07:46
Fix compiler warnings caused by missing includes.

a27b3c92 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:25
Add actions demonstration to guitest.

1de18c13 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:07
Add window action class for action area labels at the bottom of windows.

76666307 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:05
Eat keypresses when pressing buttons.

1d79686e – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:04
Add TXT_GetKeyDescription() to provide descriptions of key codes.

aafc3848 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:25
Updated GUI test which demonstrates signals used to update a label.

2ad24f98 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:23
Add TXT_SetLabel() function to set the label value.

a9410070 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 14:51
Allow specifying the full path and filename when playing back demos.

7c18ad6c – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 07:59
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.

11643c08 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:56
Add casting macros to allow for easy casts between types.

8d188ff3 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:26
More signals to detect when checkboxes/radiobuttons are changed.

283f71d0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:20
Add a signals architecture to allow callbacks on GUI events.

d90a63ed – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 17:01
Reformat source files in Makefile.am.

992856ec – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:58
Add radio button class.

9908aee5 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:56
Initialise the table selection on table creation.

9ba105fa – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 20:07
Always select a valid widget in a table before drawing the table.

47287b65 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Add missing free() call.

1df732ab – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Updated guitest.

27307fa2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:36
Add label class.

56912a4d – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:01
Make all windows be tables with one column.

8741ed03 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 16:49
Add table class. Allow widgets with heights of more than one line.

6ecffa76 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 13:37
Checkbox class

62b5f953 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:34
Add main loop function and forward key presses to widgets.

bb630087 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:24
Make Translatekey static.

e00c1abb – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:16
Split off keyboard key definitions to a separate file.

1ba69c88 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 11:45
Clip windows against the workspace boundaries.

f761f821 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 11:15
Add selectable and visible properties to widgets. Allow the position of

c63afd76 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 16:03
Initialise tracers to NULL on savegame load - fixes a problem with

a4ca7824 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 16:01
Add a config file setting to allow a delay to be specified on startup.

34482321 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 15:57
Split off text mode gui desktop code into a separate file. Rename some

aaf96ab5 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 15:48
Add TXT_SetDesktopTitle()

f6e8d4c4 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 14:55
Make TXT_AddWidget take a NULL pointer so different widget types can

978ddf53 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 14:48
Initial working text-mode GUI framework.

ff6493e0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/11 08:03
Allow port to be specified for client to connect to through -port or

7d37b373 – Simon Howard <fraggle@gmail.com> authored on 2006/05/08 17:54
Allow -3 scale.

4c28d8a8 – Simon Howard <fraggle@gmail.com> authored on 2006/05/06 15:22
Respect the use_mouse value in configuration files.

7cc98830 – Simon Howard <fraggle@gmail.com> authored on 2006/05/06 15:14
Add back -nomouse command line parameter.

319f427c – Simon Howard <fraggle@gmail.com> authored on 2006/05/05 15:49
Syncronise the -timer/-avg parameters across all clients to avoid desyncs.

cbd74428 – Simon Howard <fraggle@gmail.com> authored on 2006/05/03 15:23
Handle divide by zero in R_PointToDist: fixes crash in udm1.wad

a9684aec – Simon Howard <fraggle@gmail.com> authored on 2006/05/03 14:54
Allow .mid files in PWADs (via including a MID inside a music lump).

934c9c33 – Simon Howard <fraggle@gmail.com> authored on 2006/04/28 13:31
Fix sky behavior to be like Vanilla Doom, ie. Doom II skies never change

4a31ec8f – Simon Howard <fraggle@gmail.com> authored on 2006/04/28 13:20
Fix spacing of the devparm mode dots!

84468fd0 – Simon Howard <fraggle@gmail.com> authored on 2006/04/14 11:25
Add ability to play using the Vanilla player sync code

Next