aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2010-02-13cleanup: use a CPoint temporary instead of two floatsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27738 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-13added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering ↵jmarshallnz
of the items to start offset from the container origin. Allows focused sizing larger than nonfocused sizing in panels and lists without cropping git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27736 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-13[WIN32] try harder to connect to the IR server.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27732 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-13fixed: ticket #8536 - joystick deadzone and calibration. thanks to bobdevisspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27721 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-12fixed: Missing Makefile.in additionjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27703 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-12refactor: factored out some more label code and cleaned up a bunch of mess. ↵jmarshallnz
Skinners please check your skins for any oddness. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-11fixed: Compile errorarnova
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27647 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-10fixed: missed filespiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27634 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-10changed: remove deprecated xbaudioconfig classspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27629 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-07changed: no need to call window manager process from progress dialogs and ↵elupus
similar if we are not rendering thread This fixes a deadlock when python is waiting for a process command to complete without a modal window up, and GetDirectory is waiting for the script to finish. TODO: busy dialog should be a modal dialog, so we can do a full process command instead git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27543 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-05fixed: use default logging instead of the old unused error reporting methodvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27484 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-01changed: drop namespace DIRECTORY and use XFILE for that aswellelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27343 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-01changed: don't use HAVE_XBMC_NONFREE in code, instead have that setup ↵elupus
defines for what features are disabled git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27342 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-31[WIN32] preliminary CrystalHD support for DirectX. There still might be bugs ↵wiso
or a/v issues so be warned. (thanks davilla and elupus) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27332 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-29added: ticket #8654 - support mapping keys to zoom in/out and par plus/minus ↵spiff_
in videofullscreen git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27288 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-29[WIN32] fixed: build errors.charlydoes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27283 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-29changed: pass translated url's to the visualisations for album thumbs, as ↵spiff_
there's no guarantee they understand vfs paths. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27280 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-28fixed: .xbt files couldn't be used for themes.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27233 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-25fixed: some corner case segfaults for ttf rendererelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27178 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-24changed: misc. guilib cleanupsmonkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27131 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-23Restore XBMC build with external ffmpeg.ceros7
We'll now only include paths to internal ffmpeg header when building with internal ffmpeg. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27099 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-22Revert "Use absolute path for ffmpeg includes. This fixes issue where gcc ↵ceros7
wants to search" This reverts commit 12ba5f0402a9d8ef0ec8e36c9163fe38ec90ecf6. Conflicts: xbmc/cores/dvdplayer/Codecs/DllAvCodec.h git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27068 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-22Merge remote branch 'origin/gpl-compat'ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27060 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27026 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-19[WIN32] disable crystalhd for dx until its implemented.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27015 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-18changed: Moved the XML filename of windows into a property. Retrieve using ↵jmarshallnz
Window.Property(xmlfile). Ticket #8551, thanks to EqUiNoX git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26995 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-17[WIN32] added: D3D Pixel Shader Video Scalers #8412 (thanks ArtVandelae)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26952 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-17added: Support for <property name="foo">value</property> in static list ↵jmarshallnz
content. Ticket #6692. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26935 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-17changed: Refactored the static item handling in containers to their own classjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26934 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-17changed: use a Clone() routine for duplicating fileitemsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26933 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-17changed: Use a typedef for the property mapjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26929 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-16fixed: Window Properties (and any other infolabel that needs the window ↵jmarshallnz
context) didn't work from within lists. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26925 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-14changed. rename CUtil::UrlDecode to CUtil::URLDecode for sanityspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26781 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-14cleanup: Interface to window properties. Removed HasProperty/ClearProperty ↵jmarshallnz
(use !GetProperty("foo").IsEmpty() or GetPropertyBool() instead) as it encourages use of the existence of a property as a bool, and added docs. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26774 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-13fixed: Missing docs for new function in r26770.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26771 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-13added: auto sizing for the width of a label control. Ticket #6510. Specify ↵jmarshallnz
<width min="50" max="100">auto</width>. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26770 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-13fixed: Control.GetLabel didn't function for fadelabelsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26741 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-13fixed: skip blank labels in fadelabelsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26740 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: fixedlist didn't respond to <onnext> outside the <movement> range.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26737 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: Container.On[Scroll]Next/Previous weren't quite right.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26736 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: compile warning.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26735 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: Ticket #8469 (again) - Right mouse wouldn't exit from vis or video ↵jmarshallnz
unless mouse was not active. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26734 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12XMLUtils::GetBoolean() now treats 0 as false too.gyunaev
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26731 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12changed: Default the <hitrect> for windows and dialogs to the fullscreen ↵jmarshallnz
size, and remove unneeded HitTest() routine when the base class suffices. Fixes #8469 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26710 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-12fixed: Don't pass position-adjusted coordinates to the group's mouse handler ↵jmarshallnz
- <hitrect> is in terms of the parent's coords. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26709 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10[WIN32] Fix for AudioContext device naming #8457 (thanks to ArtVandelae)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26651 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10fixed: only pass format to internalFormatbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26647 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10removed: inaccurate comment.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26628 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10removed: useless leftovers from initial win32 port and directx mergejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26627 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26626 568bbfeb-2a22-0410-94d2-cc84cf5bfa90