aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit 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-20added: more sounddevice logging.charlydoes
2009-11-20[osx] restore gui nav sounds, needs checking under linux and windowsdavilla
2009-11-18fixed: build on linux.jmarshallnz
2009-11-18cleanup: Sanitized settings->system.jmarshallnz
2009-11-15fixed: Subtitle sizing would screw up if resolution changed.jmarshallnz
2009-11-15changed: 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-14changed: Respect the <height> value of label controls when wrapping or linebr...jmarshallnz
2009-11-14changed: Sanitized the music settings.jmarshallnz
2009-11-14fixed: Ticket #7693 - spinners shared between mutually exclusive textboxes an...jmarshallnz
2009-11-11fixed: CGUIListItem copy constructor crash.jmarshallnz
2009-11-11changed: tinyxml should always rencode already html encoded text so that expo...elupus
2009-11-10fixed: Use transparent white for flashing cursors in the off state, rather th...jmarshallnz
2009-11-10fixed: Ticket #7641 - Home and End didn't work in edit controls (or the virtu...jmarshallnz
2009-11-10fixed: If text is transparent, don't draw the shadow.jmarshallnz
2009-11-10changed: Remove python-specific LABEL_ADD message and implement using LABEL_B...jmarshallnz
2009-11-10changed: Don't react to GUI_MSG_LABEL_ADD in the containers. Respond only to...jmarshallnz
2009-11-09fixed: Controls in grouplists would have their navigation actions overridden....jmarshallnz
2009-11-08added: <scrolltime> to the grouplist control.jmarshallnz
2009-11-06fixed: Cropping of videowindow on GL builds.jmarshallnz
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