Activity
From 01/12/2009 to 02/10/2009
02/10/2009
-
11:45 pm Revision 30f0d8a1: Add support for repeating textures
-
11:31 pm Revision 5518678b: Remove miscomitted stuff
-
11:01 pm Revision adb6b9c0: Better math for computing cursor size.
-
10:55 pm Revision 10b7639d: Fix some theme issues in the playqueue
-
10:55 pm Revision 768439cf: Only resolve $event as rvalue upon assignment. Happens to clean up some uglyness.
-
10:54 pm Revision 2b4349a3: Navigator should intercept "EVENT_MAINMENU" event.
-
10:38 pm Revision c71cdb81: Use correct alpha when rendering cursor
-
10:34 pm Revision 1c01bc86: Add title to playqueue
-
10:32 pm Revision 6a411964: Remove the global keymap
-
10:26 pm Revision b5e776ea: Various cosmetical fixes
-
10:25 pm Revision 982b22df: Fix incorrect indent
-
10:21 pm Revision 16b97fd6: Rename TOKEN_PROPERTY_SUBSCRIPTION_NAME -> TOKEN_PROPERTY_NAME
-
10:20 pm Revision 0e5139ea: Now when we can do lazy evaluation of subscriptions we might just as well get ...
- ugly property reference syntax (&property.bla.bla)
-
10:16 pm Revision 8ee1c8bd: Update to theme
-
10:14 pm Revision 4e3ddb6a: Bail out if we can not resolve property name on subscription.
-
10:11 pm Revision 7eb9199c: Avoid creating subscriptions when doing assignment to properties.
-
10:10 pm Revision 4e837fc8: Add function for resolving a property based on a name[] and a starting property.
-
09:43 pm Revision 1c4516ed: Remove invalid mutex unlock.
-
09:39 pm Revision 1f1832ca: Slightly lazier evaluation of property subscription
02/09/2009
-
10:54 pm Revision e3eeb2fa: Add GLW_LAYER
-
10:54 pm Revision 97110b4a: Add GLW_LAYER
-
10:46 pm Revision 95c1a279: Force childs of GLW_DECK to be focus leaders.
-
09:58 pm Revision 781c6723: Add settings title
-
09:52 pm Revision fd1ec6f5: Add EVENT_FOCUS_NEXT and EVENT_FOCUS_PREV (default mapped to TAB & Shift+TAB)
- Mimics classic TAB behaviour in UIs
-
09:29 pm Revision ea1769a0: Add bookmark support
-
09:21 pm Revision 8bce4b12: Cleanup
-
09:21 pm Revision 7d3b116d: Add missing locking.
-
09:18 pm Revision a69a8173: Add PROP_SUB_AUTO_UNSUBSCRIBE - Automatically destroy a subscription when its ...
- property is destroyed.
-
09:10 pm Revision 078d07ee: Add prop_tree_to_htsmsg()
- Converts a branch of the property tree to a htsmsg.
-
08:54 pm Revision eb007465: Add mechanism for subscribing to the destuction of a property.
-
08:35 pm Revision cea7bb19: Lose some weight (apps/ is no longer used)
-
06:49 pm Revision 7f208396: Add settings_add_string()
- Add support for avoiding initial property update when creating a setting.
(SETTINGS_INITIAL_UPDATE) -
06:41 pm Revision a5126b2b: Fix some minor rendering bugs in text widget.
02/08/2009
02/07/2009
-
11:05 am Revision 4528ad64: Add required header
-
10:38 am Revision 686f76af: GLW_ATTRIB_CAPTION is only used by text widget, so move it there.
-
09:39 am Revision 97e72f17: Remove GLW_ATTRIB_INTPTR
-
09:37 am Revision fb752ce0: Cleanup
-
07:07 am Revision 43f034d1: be_page.c is no more.
-
07:06 am Revision fa048b5b: Clarify a comment
-
07:06 am Revision 4b909fb3: Merge be_page.c into navigator.c
-
06:55 am Revision 67dc0203: Add color support to text
-
06:53 am Revision d539e15a: Add missing initialization of color.
-
06:52 am Revision 03462709: Store GLW_ATTRIB_COLOR in class specific data
02/06/2009
02/04/2009
-
10:58 pm Revision efb47789: Make sure aspect and texture size is synchronized with what's in the texture.
-
10:46 pm Revision 67ea6e77: Rename uri -> url
-
10:45 pm Revision 0a5a0501: Slight fix to current media info.
-
10:42 pm Revision 512d3cdb: Correctly compute the distance from the camera to the GUI plane.
-
10:15 pm Revision e070aae9: Add support for EVENT_SEEK in playqueue playback.
-
10:15 pm Revision 9561bcaa: Fix incorrect NULL check
-
09:18 pm Revision 13528b87: Use (float) for describing media duration / currenttime.
-
06:46 pm Revision d5100142: Cleanup main.c a bit
02/03/2009
-
06:04 pm Revision 3be302ae: Rename uri -> url
02/02/2009
-
09:37 pm Revision 95f36448: Move some GL-specific defines to glw_opengl.h
-
09:20 pm Revision f77fbdd5: Make it possible to bind a slider to a list widget.
02/01/2009
-
07:37 pm Revision 6c64fa03: Initialize ui_mutex and ui_cond, if not ui_main_loop busy waits on osx
-
12:14 pm Revision ea5d4c9a: Remove unused arg
-
09:00 am Revision 9e0b3a66: Simplify
-
07:46 am Revision 560c45ae: Declare cursor texture source in the cursor widget instead of a fixed
- global path.
-
07:31 am Revision c4553339: DVD ISO support
-
07:25 am Revision 329a3f27: Remove incorrect TODO
01/31/2009
-
11:02 pm Revision 85506fb7: Add reference handles to file access layer so we can force it to keep
- various stuff in-memory (such as an zip index archive during directory
scanning) -
10:41 pm Revision 9c7c90e3: Cleanup
-
07:07 pm Revision 5e525c03: SPU support for DVDs
01/28/2009
-
11:34 pm Revision cc5f3d42: Don't render textures if they are not uploaded yet.
-
11:24 pm Revision fb43b809: Update font rendering in GLW:
- - Never allow fonts to expand larger than their size (looks ugly).
- Add support for specifying font size scaler in w... -
10:24 pm Revision 185d3a59: Correct defines for line mode drawing.
-
08:23 pm Revision 36aa4560: Fix incorrect initial window size computation.
-
08:17 pm Revision 70e9ce3f: Revert mis-commit.
-
08:17 pm Revision 9add3a4d: Keep track of pixel dimensions for current render context.
- This will allow us to do better font rendering.
-
06:37 pm Revision b80f3077: Remove unneccesary forward declaration.
01/27/2009
-
11:35 pm Revision 9e80797e: Revive DVD playback.
- No SPU or user input is supported yet though.
-
08:45 am Revision 752b65a0: Tougher cast warnings.
01/26/2009
-
09:27 pm Revision 2cf491ae: Rearrange video playback machinerty so it uses the same infrastrcture
- as the navigator.
-
09:13 pm Revision 470191db: proproot can be NULL in fa_probe_dir()
-
09:07 pm Revision e0071753: Move the file backend to fileaccess/
-
06:32 pm Revision d81bbce7: Remove the multiline hack for text widgets.
- This needs to be solved in a better way.
01/25/2009
-
11:29 pm Revision 7a1b37c3: Only do 'emms' on x86
-
11:27 pm Revision 2315b6c7: Split video decoder from video display.
- Make it possible to destroy a video widget.
-
11:22 pm Revision 5687ad1e: Fix a typo
-
11:19 pm Revision 91e4c330: Clear opaque when destroying a property subscription.
-
11:19 pm Revision 48906b19: Add code for destroying prop couriers.
-
06:37 pm Revision 8feed08c: Move file to prepare for better video-decoding-pipeline design.
-
05:19 pm Revision 23f6c9cf: Add support for launching videos from browser.
-
04:52 pm Revision a1903185: Close navigator pages when applicable.
-
04:05 pm Revision 6c7376ce: Don't keep a pointer to the backend-class in the nav_pages. It's a bit
- too unflexible.
-
04:03 pm Revision b3a1891e: Simplify directory scanner by reusing directory structures from
- fileaccess/
-
04:03 pm Revision 62e96975: Make fa_set_type() support FA_DIR too
-
04:03 pm Revision f0e42a11: Add opaque to dir entry struct
-
03:49 pm Revision 2403de73: Better distinction between detached and joinable threads.
-
03:42 pm Revision 1bf5be88: Drop event_queue from nav pages
-
03:30 pm Revision 4bf1ce91: Get rid of the mp_playstatus int. Instead we fully rely on FIFO message
- passing now.
Allow the media to be seeked based on media.currenttime property
updates. -
02:14 pm Revision 7c1a7c6c: Originating (value) prop can be NULL in various corner cases.
-
11:20 am Revision 7caa8668: Implement seeking in video player.
-
08:18 am Revision 812953c1: Expose inner parts of lavf -> prop metadata setup and use it in video
- decoder.
-
08:04 am Revision e731b8c2: mp_prop_meta is available, so use it.
-
08:03 am Revision 12e64c28: Make external updates of slider value immutable when we've grabbed the
- knob.
-
07:48 am Revision 950d8629: Add GLW_SLIDER_[XY] widget and make required infrastructure changes.
-
07:46 am Revision 1d96d810: Pass source value prop to subscription callbacks as an extra bonud.
01/20/2009
-
06:46 pm Revision 45d1f391: If an URL does not start with a protocol:// assume it's a local file.
-
06:45 pm Revision 45e81044: Don't crash if no cursor is to be rendered.
-
06:36 pm Revision 35ecf2fb: More work on the video decoder, we can now pause/resume
01/18/2009
-
10:56 pm Revision edea09eb: Add support for embedding files into showtime and in particular; a compressed ...
-
10:27 pm Revision cc7e32e6: Fix a bug in inflator if readsize > 32k
-
08:41 pm Revision 22e81c52: Add per-architecture makefiles
-
08:24 pm Revision 78419a91: Revive video support. Not 100% working yet though.
01/17/2009
01/15/2009
-
08:07 pm Revision fce7a0f8: Don't include avstring.h
-
06:20 pm Revision 6e7db83b: Make it possible to configure theme on per GLW instance basis.
- This also happens to make it possible to load themes from non-local-fs
URLs. -
06:06 pm Revision fdbec4a6: Rework fileaccess core a bit.
01/14/2009
-
08:49 pm Revision 687b07fd: Move glw_signal0() to glw.h as an inlined function. It's called very
- often
-
08:49 pm Revision 88d492fe: Clear glw_backend_texture_t after destroying texture
-
08:47 pm Revision ed94fe31: Fix a typo
-
07:49 pm Revision 2b22a793: Correctly use render abstraction layer
-
07:40 pm Revision ffb8ebd3: Use the dedicated function for checking if a texture is initialized.
-
07:32 pm Revision 08b28f0e: Render backend abstraction for GLW_CURSOR
-
06:43 pm Revision ca39583c: Initialize cursor texture in ctor
-
06:18 pm Revision ca9c9e83: Rewrite HTTP client's read() function so it starts a continious download
- if the requested size > 1024.
01/12/2009
Also available in: Atom