ehofman
5733464305
Melchior FRANZ:
...
The caption should already be set when the window is opened. This is
important for some window managers. (KDE's kwin, for example, can store
special settings for certain windows, such as "no border" and "always
on top". KDE uses the window title to determine if a special rule is
to be applied. KDE will be made more tolerant, too.)
2004-11-08 17:41:30 +00:00
david
889dba8d65
Make FlightGear work with 16bpp:
...
1. Check that SDL actually initializes successfully and sets up its
video mode.
2. Do not try to enable stencil in 16bpp.
2004-11-03 04:18:27 +00:00
andy
d27ba7f2d2
Numeric keypad handling
2004-04-09 15:57:16 +00:00
andy
53e470ad0c
Don't ask for 32 bit depth buffer. Some cards do only 24, leaving 8
...
for the alpha channel.
2004-04-09 14:52:03 +00:00
andy
049fda00cf
Fix more brain damage with keyboard handling. I think everything is
...
working now.
2004-04-06 23:47:56 +00:00
andy
96afa68cad
Fix brain damage in previous fix.
2004-04-06 22:17:25 +00:00
andy
163d2c5105
Fix bug where key releases got reported as presses.
2004-04-06 21:55:49 +00:00
andy
395c9bc638
API changes to get fullscreen mode working with SDL. It can't switch
...
modes after creating the window, so it needs a flag in
fgOSOpenWindow().
2004-04-06 14:28:22 +00:00
andy
86d4fcf5b6
Added mouse cursor definitions stolen from the X11 cursor font (via a
...
pointer from Melchior to a font editor that could read .pcf and
generate image files)
2004-04-06 04:06:11 +00:00
andy
52a2f92009
Early-access version of an SDL implementation of the fg_os API. It works,
...
but is not integrated into the build process. It also lacks support for
changing mouse cursors, which works rather differently in SDL vs. Glut.
2004-04-05 21:39:32 +00:00