Activity
From 10/27/2010 to 11/25/2010
11/25/2010
-
10:51 pm Revision 663a0bea: Add glw x11 options: --no-screensaver and --fullscreen
-
10:28 pm Revision 23efeaa1: Plug memory leak
-
10:17 pm Revision 2918c116: Fix alpha blending in multitile
-
10:14 pm Revision eb7c1204: Add alwaysLayout attribute the makes a deck always layout a child
-
09:37 pm Revision 1dc1c8cf: Add javascript method that waits for a prop to equal a value
-
08:47 pm Revision 875b108f: Add page.dump() that prints the current page's property tree to stderr
-
08:34 pm Revision be752688: Don't use "page" as root node, it screwed things up
-
08:18 pm Revision b5c9dfb2: Create a prop to root universe.view
-
08:06 pm Revision dc0c7efb: Adjust for 16:9
11/23/2010
-
12:42 am Revision 16a69b22: Plug memory leaks
-
12:13 am Revision dfd5e826: Add support for setting noAudio attribute on video widgets
-
12:09 am Revision 8ab5906d: Fix broken alpha blending of video surfaces
-
11:38 pm Revision 24604de8: browse() must set GLW_VIEW_DYNAMIC_KEEP or browse result may be destroyed at once
-
11:26 pm Revision 2826ccca: Let nodefiler acquire an extended reference on the target nodes to avoid havin...
-
10:34 pm Revision d5a02ec5: Remove backend_list(), backend_open() does the same job
11/22/2010
-
11:18 pm Revision 80b2cc4f: Allow video to be played without any sound whatsoever
-
10:58 pm Revision 947feda9: Add support for playing video from a xml playlist
-
10:55 pm Revision 025aa152: When draining queues, ignore event types that are just meta-events (clock upda...
-
09:59 pm Revision eaf3a7e8: Drop dead code
-
09:41 pm Revision 46c3e34a: Simplify keymapper.h
-
09:38 pm Revision b0e40ca6: Fix bug
-
09:37 pm Revision 76baa38c: Reduce deps on src/event.h
-
09:22 pm Revision bac9f3a6: Avoid division by zero
-
09:10 pm Revision 154cef4b: Reduce code duplication
-
09:08 pm Revision 1f37b8d1: Allow backface culling to be enabled/disabled
-
08:46 pm Revision 18dbd1d8: Add multitile widget
-
08:46 pm Revision f44c6328: Remove redundant check
11/21/2010
-
12:05 pm Bug #330: compile error - showtime in OS X 10.6.5
- Fixed in r5650
-
12:04 pm Revision 2567f33c: Fix broken build on os/x #330
11/20/2010
-
11:57 pm Bug #330 (Fixed): compile error - showtime in OS X 10.6.5
- ...
CC build.osx/src/ui/appleremote/AppleRemote.o
CC build.osx/src/ui/appleremote/GlobalKeyboardDevice.o
CC build....
11/19/2010
-
11:47 pm Revision da454999: js: Add showtime.sleep()
-
11:30 pm Revision e4609e03: Add support for onEvent() on page items
-
11:26 pm Revision fa2d0269: Resolve originator before sending external event
-
11:26 pm Revision 6471e6a1: Add event_create_action_str() helper and use it in glw_event.c
11/18/2010
-
11:04 pm Revision f0cc77cf: If page.appendItem() is called with just an URI as the only argument try to re...
-
11:03 pm Revision 1aacce3d: Add support for be_resolve_item()
-
11:03 pm Revision 81767d0b: Add backend_resolve_item() that's supposed to fill an item property with type ...
11/16/2010
-
12:00 am Revision fe56b95f: Use a 4x4 matrix for YUV -> RGB video conversion to avoid constants in fragmen...
- Select correct matrix based on video frame color space.
Fade in color matrix after init (makes it looks like video fa... -
12:00 am Revision 7bb3d03c: Improve gfx a bit
-
11:10 pm Revision 11cd4003: Don't say video frames are uploaded when in fact they are not. Fixes ugly gree...
-
10:27 pm Revision 8a27fb05: Use RTMP_READ_SEEKING to figure if we should drop packets or not during seeking
-
10:24 pm Revision c3ae8227: Add GLW_TEXTURE_FORMAT_I8A8
-
09:32 pm Revision c072b3bf: Fix memory corruption
-
09:31 pm Revision 2556dd2e: Don't wait forever for libspotify to logout
-
08:51 pm Revision 5e0f7c9a: Log a bit around search queries
- 08:48 pm Revision 37fe5110: ifa_addr from getifaddrs() can be NULL
-
08:39 pm Revision fc5eabc3: Avoid logging in if we are pending a login response
11/15/2010
-
11:14 pm Revision cc9d7f39: Ugh, fix a shadowed variable
-
06:46 pm Revision 276bf99b: More event_unref() -> event_release()
11/14/2010
-
11:52 pm Revision ae72e3ce: Throbber did not free its renderer. Fixed
-
11:50 pm Revision 3c6d1b94: Fix event released memory leaks.
- Remove unused code in event.c
-
11:27 pm Revision 9f404dc4: Make sure dumb rstr implementation work
-
11:18 pm Revision bd50ee24: Plug a memory leak
-
11:06 pm Revision 99f3de53: Fix rstr ref leak
-
11:05 pm Revision 92805b1d: Fix rstr reference leak
-
11:05 pm Revision 230e18c3: Use correct types for rstr
-
10:34 pm Revision dbbde23d: Fix more memory leaks (actually quite severe this time)
-
10:12 pm Revision 78de8801: Plug more memory leaks
-
10:12 pm Revision 859d8298: Make sure widgets are correctly destroyed on exit
-
10:03 pm Revision d6e4e442: Plug memory leak
-
09:10 pm Revision dc816732: Deinitialize spidermonkey on exit
11/10/2010
-
10:01 pm Revision ee4449bf: glw: Allow navOpen() event to pass a referenced property to the navigator. It ...
- glw_playfield: Use cloner select auxiliary prop to do transitions between pages
glw: Att new deatchable widget class ... -
09:52 pm Revision b5a37e8d: HTSP: Add stub support for signalStatus()
11/08/2010
-
08:42 pm Revision f65b33ec: Handle ISO-8859-1 character encoding
-
09:51 am Revision 95f3a0e4: 64bit compile errors
11/07/2010
-
11:41 pm Revision 4f17591a: Rework showtime page <-> spotify model mappings and login logic
- Fixes a inverse locking deadlock
-
11:25 pm Revision 35262205: Oops3
- 10:33 pm Revision baef752f: added plugin to access the Swedish TV4 Play service
-
03:09 pm Revision 0c800cb8: Use homogenous attribute for buttons in popups
-
03:08 pm Revision e46c0c7a: Add homogenous attribute that makes all pixel-sized elements in a container ha...
-
02:33 pm Revision 6a5ef952: When browsing an artist, display albums instead of all tracks
-
02:32 pm Revision 0f39db00: Fix broken item
-
02:05 pm Revision db47506c: Update libspotify to 0.0.6 and add support for playlist folders
-
01:54 pm Revision 118d689b: Oops2
-
01:38 pm Revision fea81b40: Oops
-
01:36 pm Revision 5897f0e2: Fix a misdesign in the glw cloner
-
01:36 pm Revision bb76b16c: Add more conditional prop debug
-
12:43 pm Revision 8a937732: Add prop_unparent_childs()
- Make prop_set_parent() handle a few more cases (movement within same parent, and change of parent)
-
12:14 pm Revision 9176c2e0: upnp: If exported albumart is not served via HTTP, proxy it via Showtime's own...
-
12:14 pm Revision 4c0f83fa: Add methods for figuring out the local address+port of HTTP connections
-
12:13 pm Revision b8564c09: Add support for serving images from all of Showtime's backend services via the...
-
10:25 am Revision ac9477b4: Destroy universe on exit
-
10:25 am Revision db68760b: Plug memory leak
-
07:33 am Revision 99155755: Add some code for property refcount tracing
11/06/2010
-
12:08 am Revision 4cfdf58f: Plug memory leak
-
12:08 am Revision 839f0bde: Plug a memory leak
-
11:55 pm Revision 04a1ab7c: Plug memory leak
-
11:55 pm Revision 182688a4: Plug memory leak
-
11:55 pm Revision ed4e1802: Plug memory leak
-
11:26 pm Revision a508e193: Plug memory leak
-
11:26 pm Revision c8c609c1: Call update_gpu_info() at correct place
-
11:11 pm Revision fcba6c1e: Plug memory leak
-
11:03 pm Revision 4a31abeb: Plug memory leak
-
10:11 pm Bug #324 (Fixed): ffplay/vlc not able to play rtsp stream
- There is no support for h264, ac3, aac in the RTSP server.
Currently I have no plans to fix that (due to lack of t... -
05:26 pm Bug #324 (Fixed): ffplay/vlc not able to play rtsp stream
- I have used IPTV input which is MPEG-TS in IP multicast with three ES
257 H264 50.00 Hz
258 MPEG2AUDIO slv
769 T... -
10:14 am Revision 1b46342b: js: showtime.httpGet() return an object instead of a string.
- The response data can be extracted as a string with obj.toString()
HTTP headers are available as properties in obj.he...
11/04/2010
-
10:53 pm Revision fddb36c7: Make page.error a function that switches the page type to error and set an err...
11/02/2010
11/01/2010
-
11:10 pm Revision 24afef08: Display programs as a list
- 11:08 pm Revision 302d6575: removed unused icons and fixed a comment
- 11:07 pm Revision 37bedfd5: now uses nilzen's channel logos
-
11:06 pm Revision 9f76987d: _search() call changed
-
10:36 pm Revision 27c9594d: Fix memory alloc size fail
- 10:21 pm Revision 8f6e8b25: Initial commit of viastream
-
09:17 pm Revision f861ec68: glw: Implement child selection as explicit class method instead of a signal
-
09:12 pm Revision 77751aaf: Remove unused signal
-
09:10 pm Revision 6d953d6c: Allow an auxilary property to be passed to prop_select()
-
09:00 pm Revision 5661bde1: Add missing files
-
08:45 pm Revision ddd3e7ba: Remove (unused) advisory mode to prop_select()
-
08:36 pm Revision 7d3bc67b: Correctly initiate forced screensaver mode from command menu
-
08:31 pm Revision 091d01dd: Fix broken indent
-
08:31 pm Revision bad6fe42: Merge some common code used by both HTTP client and HTTP server
-
08:15 pm Revision 9da030d6: Fix include guards
-
08:10 pm Revision 1bd82fbd: Rename src/networking/http.* -> src/networking/http_server.*
-
08:08 pm Revision dfd1a477: Avoid passing 'struct backend *' around all over the place. It's never used
-
07:48 pm Revision aa434251: Refactor navigation page handling a bit.
- The backend now gets a pre-created page that it must fill in with contents.
Reduces amount of cruft that needs to be ...
10/31/2010
-
10:34 pm Revision b354cd30: Add copyright statements
-
10:29 pm Revision 064d8a83: Add missing icons
-
10:23 pm Revision 6c42711a: fix build with make 3.82
-
08:16 pm Revision 3661e7c6: Compare bitrates as floats, not strings
-
08:15 pm Revision df145d1e: Remove incorrect prop_ref_inc()
-
01:33 pm Revision e9ed4e19: spotify: Reduce amount of locking by avoiding creation of properties in metada...
-
01:15 pm Revision d5678c7f: Remove unused prop
-
12:46 pm Revision bff59807: Add support for EAC3
10/30/2010
-
09:54 pm Revision 0bb9166c: Add support for renting movies from Headweb
-
09:53 pm Revision b9be4f48: Make it possible to display multiple lines in message popup
-
09:42 pm Revision 903adeb0: Add support for displaying normal OK / Cancel popups from javascript
-
09:06 pm Revision 3e6f01b9: Add a new button type and use it in the auth popup
-
01:21 pm Revision 30377b0e: Remove unused code
-
01:02 pm Revision f18458ce: Clamp color values
-
12:52 pm Revision 0cdf70b0: Maintain correct z-order
10/28/2010
10/27/2010
-
11:13 pm Revision 07da118a: Remove debug flag
-
10:56 pm Revision 8df840cd: Use real events to handle ok/cancel in auth popup
-
10:46 pm Revision a2105bf5: js: Add page.onEvent() method that will map events received on the $page.event...
-
10:44 pm Revision d50aab7f: glw: Let method deliverEvent() also take an option 'action' argument that is t...
-
10:43 pm Revision 18f9c8f1: New event type: DYNAMIC_ACTION
Also available in: Atom