aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
2009-11-06changed: SetViewPort() in the videocontrol to stop it rendering out of bounds.jmarshallnz
2009-11-04added: brightness and contrast support for d3d rendererelupus
2009-11-03fixed: scrolling text would render with a line on the side of some characterselupus
2009-11-03added: Wrappers for Direct3D resources to ensure they survive a device teardo...jmarshallnz
2009-11-02fixed: Changing configure options with out a make clean wouldn'talthekiller
2009-10-30fixed: we should not shift by -0.5 in the Z direction when rendering texures ...elupus
2009-10-27added: [LINUX/OSX] "--disable-non-free" configure option to disable component...althekiller
2009-10-26changed: Don't render the border image until the main image is allocated.jmarshallnz
2009-10-25changed: Add locking of the graphics context to the window manager, and aroun...jmarshallnz
2009-10-25changed: 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-24fixed: At least test the build before commit :pjmarshallnz
2009-10-24changed: Use CCriticalSection/CSingleLock rather than EnterCriticalSection et...jmarshallnz
2009-10-24fixed: Possible divide by zero in the progress control.jmarshallnz
2009-10-24cleanup: moved a couple of functions to private.jmarshallnz
2009-10-23cleanup: cosmetics.jmarshallnz
2009-10-23fixed: <onright>builtin</onright> wouldn't work in grouplists.jmarshallnz
2009-10-20fixed: Remove useless commentjmarshallnz
2009-10-20fixed: fixed list focus would make some items unreachable in the case that nu...jmarshallnz
2009-10-19fixed: With <movement> set, the fixed list would sometimes focus on items oth...jmarshallnz
2009-10-19added: GUI_MSG_RENDERER_LOST/RESET events, to specify when our renderer is lo...jmarshallnz
2009-10-19changed: Rename message from GUI_MSG_INVALIDATE to GUI_MSG_WINDOW_RESIZE to b...jmarshallnz
2009-10-19changed: Reallocate controls rather than invalidate them on window resize.jmarshallnz
2009-10-19changed: Don't delete static content in containers in FreeResources(), rather...jmarshallnz
2009-10-18added: support for <movement> tag in fixed lists, allows a range of movement ...jmarshallnz
2009-10-18[all] changed to support GL < 1.3davilla
2009-10-17fixed: Make sure source window ID is always initialized.monkeyman_67156
2009-10-17cosmetic: silence some compilation warningsmonkeyman_67156
2009-10-15changed: Better exclusive access control tracking for the mouse - should help...jmarshallnz
2009-10-15fixed: 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-12fixed: Removed setting (musicplayer.outputtoallspeakers) that no longer exists.jmarshallnz
2009-10-12fixed: Don't use a fixed texture size for font textures - use whatever the GP...jmarshallnz
2009-10-12revert: Part of r23672 that shouldn't have been there.jmarshallnz
2009-10-12fixed: Make sure we pass XB_FMT_* to CTexture constructor - fixes video bookm...jmarshallnz
2009-10-12fixed: Ticket #6075 - crash due to running out of space in the texture used f...jmarshallnz
2009-10-12changed: make right to left a rss set property and remove gui settingspiff_
2009-10-12fixed: Removal of *library.enabled wasn't complete.jmarshallnz
2009-10-11fixed: 0,1 wasn't working for SMS input, and backspace was also being soaked ...jmarshallnz
2009-10-11fixed: Edit controls didn't support SMS input. Ticket #7315jmarshallnz
2009-10-10[all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ...davilla
2009-10-09changed: refactored handling of window show/hide/maximize/restore into platfo...moby-uk
2009-10-09fixed: Focus/unfocus anims weren't applied to groups inside list containers.jmarshallnz
2009-10-08FIXED: Vertex shader being passed to both Vertex and Fragment shader as their...mcgeagh
2009-10-07fixed: AppleRemotemaestrodd
2009-10-07fixed: 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-07cosmetic: m_gWindowManager -> g_windowManager for consistency.jmarshallnz
2009-10-07changed: Get rid of the use of g_graphicsContext to send messages (all it did...jmarshallnz
2009-10-06fixed: Ensure created textures aren't larger than we're allowed, and if so, c...jmarshallnz