Age | Commit message (Expand) | Author |
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 |
2009-10-15 | changed: Better exclusive access control tracking for the mouse - should help... | jmarshallnz |
2009-10-15 | fixed: Cropped text on the left of edit controls in non-native skin resolutions. | jmarshallnz |
2009-10-13 | [WIN32DX] changed: LoadToGPU copy to texture in one go if pitch is the same. | charlydoes |
2009-10-12 | fixed: Removed setting (musicplayer.outputtoallspeakers) that no longer exists. | jmarshallnz |
2009-10-12 | fixed: Don't use a fixed texture size for font textures - use whatever the GP... | jmarshallnz |
2009-10-12 | revert: Part of r23672 that shouldn't have been there. | jmarshallnz |
2009-10-12 | fixed: Make sure we pass XB_FMT_* to CTexture constructor - fixes video bookm... | jmarshallnz |
2009-10-12 | fixed: Ticket #6075 - crash due to running out of space in the texture used f... | jmarshallnz |
2009-10-12 | changed: make right to left a rss set property and remove gui setting | spiff_ |
2009-10-12 | fixed: Removal of *library.enabled wasn't complete. | jmarshallnz |
2009-10-11 | fixed: 0,1 wasn't working for SMS input, and backspace was also being soaked ... | jmarshallnz |
2009-10-11 | fixed: Edit controls didn't support SMS input. Ticket #7315 | jmarshallnz |
2009-10-10 | [all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ... | davilla |
2009-10-09 | changed: refactored handling of window show/hide/maximize/restore into platfo... | moby-uk |
2009-10-09 | fixed: Focus/unfocus anims weren't applied to groups inside list containers. | jmarshallnz |
2009-10-08 | FIXED: Vertex shader being passed to both Vertex and Fragment shader as their... | mcgeagh |
2009-10-07 | fixed: AppleRemote | maestrodd |
2009-10-07 | fixed: Skin resolution picking wasn't working. Caused MediaStream to startup... | jmarshallnz |
2009-10-07 | [all] replace winapi timeGetTime/GetTickCOunt with CTimeUtils::GetTimeMS. Wil... | davilla |
2009-10-07 | cosmetic: m_gWindowManager -> g_windowManager for consistency. | jmarshallnz |
2009-10-07 | changed: Get rid of the use of g_graphicsContext to send messages (all it did... | jmarshallnz |
2009-10-06 | fixed: Ensure created textures aren't larger than we're allowed, and if so, c... | jmarshallnz |