Age | Commit message (Expand) | Author |
2009-11-21 | [WIN32] changed: skip SetupSpeakerConfig, function destroys the directsound d... | charlydoes |
2009-11-20 | [WIN32] fixed: crash on audio crossfade 'cause it was destroying the active a... | charlydoes |
2009-11-20 | added: more sounddevice logging. | charlydoes |
2009-11-20 | [osx] restore gui nav sounds, needs checking under linux and windows | davilla |
2009-11-18 | fixed: build on linux. | jmarshallnz |
2009-11-18 | cleanup: Sanitized settings->system. | jmarshallnz |
2009-11-15 | fixed: Subtitle sizing would screw up if resolution changed. | jmarshallnz |
2009-11-15 | changed: factor out the search for $LOCALIZE[] in infolabels into a separate ... | jmarshallnz |
2009-11-14 | [WIN32] fixed: fullscreen or windowed mode wasn't saved when ToggleFullScreen... | wiso |
2009-11-14 | changed: Respect the <height> value of label controls when wrapping or linebr... | jmarshallnz |
2009-11-14 | changed: Sanitized the music settings. | jmarshallnz |
2009-11-14 | fixed: Ticket #7693 - spinners shared between mutually exclusive textboxes an... | jmarshallnz |
2009-11-11 | fixed: CGUIListItem copy constructor crash. | jmarshallnz |
2009-11-11 | changed: tinyxml should always rencode already html encoded text so that expo... | elupus |
2009-11-10 | fixed: Use transparent white for flashing cursors in the off state, rather th... | jmarshallnz |
2009-11-10 | fixed: Ticket #7641 - Home and End didn't work in edit controls (or the virtu... | jmarshallnz |
2009-11-10 | fixed: If text is transparent, don't draw the shadow. | jmarshallnz |
2009-11-10 | changed: Remove python-specific LABEL_ADD message and implement using LABEL_B... | jmarshallnz |
2009-11-10 | changed: Don't react to GUI_MSG_LABEL_ADD in the containers. Respond only to... | jmarshallnz |
2009-11-09 | fixed: Controls in grouplists would have their navigation actions overridden.... | jmarshallnz |
2009-11-08 | added: <scrolltime> to the grouplist control. | jmarshallnz |
2009-11-06 | fixed: Cropping of videowindow on GL builds. | jmarshallnz |
2009-11-06 | changed: SetViewPort() in the videocontrol to stop it rendering out of bounds. | jmarshallnz |
2009-11-04 | added: brightness and contrast support for d3d renderer | elupus |
2009-11-03 | fixed: scrolling text would render with a line on the side of some characters | elupus |
2009-11-03 | added: Wrappers for Direct3D resources to ensure they survive a device teardo... | jmarshallnz |
2009-11-02 | fixed: Changing configure options with out a make clean wouldn't | althekiller |
2009-10-30 | fixed: we should not shift by -0.5 in the Z direction when rendering texures ... | elupus |
2009-10-27 | added: [LINUX/OSX] "--disable-non-free" configure option to disable component... | althekiller |
2009-10-26 | changed: Don't render the border image until the main image is allocated. | jmarshallnz |
2009-10-25 | changed: Add locking of the graphics context to the window manager, and aroun... | jmarshallnz |
2009-10-25 | changed: Invalidate controls when changing the window size, rather than being... | jmarshallnz |
2009-10-24 | [osx] disabled gui sounds under osx, this is broke until SDL_Mixer is replaced. | davilla |
2009-10-24 | fixed: At least test the build before commit :p | jmarshallnz |
2009-10-24 | changed: Use CCriticalSection/CSingleLock rather than EnterCriticalSection et... | jmarshallnz |
2009-10-24 | fixed: Possible divide by zero in the progress control. | jmarshallnz |
2009-10-24 | cleanup: moved a couple of functions to private. | jmarshallnz |
2009-10-23 | cleanup: cosmetics. | jmarshallnz |
2009-10-23 | fixed: <onright>builtin</onright> wouldn't work in grouplists. | jmarshallnz |
2009-10-20 | fixed: Remove useless comment | jmarshallnz |
2009-10-20 | fixed: fixed list focus would make some items unreachable in the case that nu... | jmarshallnz |
2009-10-19 | fixed: With <movement> set, the fixed list would sometimes focus on items oth... | jmarshallnz |
2009-10-19 | added: GUI_MSG_RENDERER_LOST/RESET events, to specify when our renderer is lo... | jmarshallnz |
2009-10-19 | changed: Rename message from GUI_MSG_INVALIDATE to GUI_MSG_WINDOW_RESIZE to b... | jmarshallnz |
2009-10-19 | changed: Reallocate controls rather than invalidate them on window resize. | jmarshallnz |
2009-10-19 | changed: Don't delete static content in containers in FreeResources(), rather... | jmarshallnz |
2009-10-18 | added: support for <movement> tag in fixed lists, allows a range of movement ... | jmarshallnz |
2009-10-18 | [all] changed to support GL < 1.3 | davilla |
2009-10-17 | fixed: Make sure source window ID is always initialized. | monkeyman_67156 |
2009-10-17 | cosmetic: silence some compilation warnings | monkeyman_67156 |