Activity
From 12/29/2009 to 01/27/2010
01/27/2010
01/23/2010
-
11:58 pm Revision 8c023cc9: Sync with [4127], add F5 for GLW reload
-
11:49 pm Revision f7a9f41d: Added script to check if a binary is linked with non-system libraries
- Fail building of dmg-file if non-system libraries are found
-
11:46 pm Revision 4f9b3fb3: Make it possible to disable storing model view matrix during rendering. Avoids...
-
11:38 pm Revision 5d533e55: Add mirror widget
-
11:38 pm Revision a23fe7a2: Add macros for controlling polygon front face vertex order
-
11:08 pm Revision 31f797bf: Rename SPOTIFY_PLAY_REQUEST -> SPOTIFY_OPEN_TRACK
-
10:26 pm Revision 607d5c06: Fix problem with negative decimal numbers in the home-cooked strtod()
-
10:23 pm Revision c5095f4f: Fix bug for bottom alignment in container_y class
-
10:02 pm Revision a8fd5bda: Reload the entire GLW user interface when user press F5. Makes development of ...
-
12:38 pm Revision 47175204: Move external libraries to after system and locally checked out ones
- Hopefully fixes problem with macport installed libraries or ffmpeg etc
01/19/2010
-
12:15 am Revision 2a2ef2c2: Use framerate to compute video frame duration. I'm not sure this is the way to...
01/18/2010
-
10:06 pm Revision a6c60dbf: React on ACTION_FULLSCREEN_TOGGLE again
-
10:04 pm Revision 0cf7d2b6: Remove the login notification
-
10:01 pm Revision 4efdfc3f: Paint a 3d throbber in the background while loading (slow) pages
-
10:01 pm Revision 68e74ae2: Set 'loading' = 1 in page when we are waiting
- A few other bugfixes
-
10:00 pm Revision 4f85b472: Debug print when we open URL from the navigator
-
10:00 pm Revision 333f1f74: Add a 3D throbber like widget
-
09:58 pm Revision 870dc271: Add support for rendering shapes with just vertices and colors defined (no tex...
-
09:56 pm Revision 801ed8f4: Only log from FFmpeg if started with --ffmpeglog
-
09:42 pm Revision 7b2694e9: Fix compile error on osx after [4097]
- Also fix use of uninited setsockopt value
-
08:32 pm Revision 18492ee5: Up2date with ffmpeg
01/17/2010
-
10:41 pm Revision ebe22204: Return from spotify backend to navigator directly to avoid long wait times bef...
-
08:42 pm Revision 325a6783: Use # to distinguish between our spotify:artist URIs
-
05:34 pm Revision 4cdb3a4b: Correct compare for orientation
-
05:34 pm Revision f08f7228: Use GLW_NAV_SEARCH_ARRAY on GLW array widget (Surprise Surprise!)
-
01:20 pm Revision 1b7d4592: Avoid deadlock
01/16/2010
-
07:07 pm Revision 0cd22988: reindent
-
07:07 pm Revision 4230371e: Add support for resolving 'localhost' ourselfs
-
06:46 pm Revision a80aaaaa: Fix deadlock in logging
-
06:04 pm Revision 28b82130: Add makefile code for building a homebrew package
-
02:39 pm Revision d449d839: Better update of version constants
-
12:32 pm Revision 061211e6: Don't log to console
-
12:31 pm Revision 0ebb0534: Fix some matrix multiplication problems
-
11:06 am Revision 38ec0b1e: Update README for wii
-
10:55 am Revision 48de485a: Split underscan setting into vertical and horizontal and sett default values o...
-
10:23 am Revision 1c521878: Resolve tokens in for glw initiated settings
-
10:14 am Revision cedab3dc: Add separate glw_load_universe() so we can do stuff after glw is initialized b...
-
10:07 am Revision 96ad0679: wii: Scale output to fill entire viewport
01/15/2010
-
11:23 pm Revision d18a46f8: Avoid locking if LOCK_EX or LOCK_NB is not present
-
11:23 pm Revision 9b9f0753: Make resolve_mutex global
-
11:08 pm Revision 52533677: Always link with -lrt on linux
-
11:03 pm Revision 047cea04: glw_widget_unproject() for wii
-
11:02 pm Revision 4ee03ca5: Make it compile after glw_class refactoring
-
11:02 pm Revision eeeb7e0e: Fix swscale const stuff
-
08:13 pm Revision e61530ae: Update to libspotify 3
-
08:13 pm Revision 02024509: Fix swscale constification
01/14/2010
-
12:33 am Revision c93244cd: Add some more comments
-
12:25 am Revision 0934c858: Add custom code when iterating and distributing mouse events over childs to co...
- Avoid depth order problems
-
12:19 am Revision cb14fa19: Remove debug printf
-
12:09 am Revision 00a516f9: Drop printf:s gone astray
-
12:07 am Revision 96868ebf: Rename glw_rescale() to glw_scale_to_aspect()
-
12:05 am Revision 5c18bc41: Drop printf:s that has gone astray
-
11:44 pm Revision d8273474: Add a glw_class_t per widget type controller struct insted of the enum.
01/13/2010
-
12:03 am Revision 82bde9d4: Add arbitrary rotation, scaling and translation attributes to the displacement...
-
11:48 pm Revision 3c49b8a7: True 3D unprojection of mouse pointer.
- This allows us to hit-test and map mouse pointer to object local coordinate space in full 3D.
01/11/2010
-
08:46 pm Revision d26a7546: Use pkg-config for gl and glu, fallback to old method if packages
- could not be found.
Fixes building on ubuntu 10.4 in which some versions of libGL* are
no longer located in /usr/lib
01/10/2010
-
06:13 pm Revision 4c8526e6: Dont hide mouse cursor if a mouse button is hold down
-
06:09 pm Revision ffc2599a: Revert accidental commit of local hack
-
06:06 pm Revision b5d2cfb6: Use int2str in caption for av delay and master volume slider
-
02:01 pm Revision 187d02b4: Add coverflow widget
-
10:19 am Revision 550d53f1: Add underscan setting
-
10:19 am Revision d65abf46: Add a displacement widget. Not fully featured yet, but more will come
-
09:45 am Revision d909ccaa: Don't invoke the save callback on initial update
-
09:43 am Revision 1e9bf892: Use correct configure when reconfiguring
01/09/2010
-
07:18 pm Revision 64ec31ab: Make int2str convert floats by truncating
- Use int2str in caption for integer setting slider, float2str rounds to nearest integer which is not the value that wi...
-
06:20 pm Revision 718637e6: Sync with glw_x11.c [4025]
- Removed some glw settings that are common now
Cleanup glw_cocoa_t struct and renamed set fullscreen function -
06:02 pm Revision 5c7c719a: Set store and saver before calling prop_subscribe as they are used by prop cal...
01/07/2010
-
12:12 am Revision 761051e3: Carry widget when evaluating vector components
-
12:11 am Revision 7a57045e: Rename some funcs
-
11:58 pm Revision 938bbb08: Make it possible to create embedded settings in themes
-
11:57 pm Revision e202e091: Make it possible to have settings without callbacks
-
11:13 pm Revision 6ed31461: Remove dead code
-
11:11 pm Revision 260eeb51: Handle ACTION_ZOOM_UI_INCR and ACTION_ZOOM_UI_DECR in glw.c
-
11:11 pm Revision 68da7c03: Add setting_add_int() to delta update a setting
-
11:10 pm Revision 28b7dfe5: Autocast properties between float and int
-
10:52 pm Revision 459ba2ad: Rename "settings_add_XXX" to "settings_create_XXX"
-
10:50 pm Revision 85e3054c: Set clipping on integer settings
-
10:50 pm Revision c34bffa7: Add support for clipping integer properties
-
10:42 pm Revision badeb8e4: Make the GLW settings more generic (move almost all settings related code into...
-
08:40 pm Revision 42f992e0: Make it possible to set a courier when creating settings
-
07:14 pm Revision b3c27a83: Avoid double shutdown
-
05:36 pm Revision 0e3ccbe3: Add support for storing settings, etc on sd:/apps/showtime
-
05:35 pm Revision 2d776ae3: Unmount sdcard on shutdown
-
02:59 pm Revision 0ac42d01: There are cases when nothing can be focused, deal with it
-
02:54 pm Revision cbe62e5a: add 64x64 info button
-
02:54 pm Revision 1dca426a: Add the info page in the command menu
-
02:53 pm Revision 7973f463: Mount sdcard during early during wii boot, we will need it for loading setting...
-
02:53 pm Revision b7026264: Don't rescan directories on wii
-
02:26 pm Revision 39ef0131: wii: Add SD card as service on startup if present
-
02:21 pm Revision be70d464: Setup devkitpro as most people do
-
02:02 pm Revision 0206e81c: Add DVD SPU overlays on wii
-
10:15 am Revision 96a0989a: wii: Fix incorrect cache flush in video tiler
01/06/2010
-
10:08 pm Revision 1b84180e: Add support for playing DVD on Wii
-
10:07 pm Revision 1e3124c7: Add missing eject icon
-
08:50 pm Revision d531c8d7: Fix ifdef error
-
08:46 pm Revision 61fdcaa0: Add support for ejecting media
-
08:28 pm Revision 0db7d7b5: Move the dvd navigator backend into arch specific code, as it should be
-
11:56 am Revision e8da3c3f: Add support for default arguments to GLW View macros
-
10:24 am Revision 000f4556: md is always set, no need to check it
-
10:24 am Revision 65dc79d9: Fix a typo
-
10:21 am Revision 2abd0943: Remove constraintX and constraintY attributes
-
10:14 am Revision c2582fdd: Save some memory, make width & height 16 bit integers
01/05/2010
-
10:12 pm Revision 9703a7a7: Rename 'model' in glw to 'view' which is more in line with the MVC concept
-
09:48 pm Revision e5ed8e34: Remove legacy
-
09:04 pm Revision 86f3d568: Sync with glw_x11.c [3992]
- Dont filter out NSAlternateKeyMask, makes alt+left/right work again
-
08:48 pm Revision 736089e1: Get rid of a more or less pointless property courier
-
08:37 pm Revision 66ae09ca: Redirect FFmpeg log to showtimes own logging
-
08:21 pm Revision 58914ea6: Add Ctrl+F1 and Ctrl+F3 for seek backward and forward
-
07:57 pm Revision 09a57fad: Include more info about streams in metadata
-
01:11 pm Revision bce36264: Support for next/prev in DVDs
-
01:11 pm Revision 26c355d0: Get rid of more stderr output
-
12:53 pm Revision 40818173: Handle stop event in DVD loop
-
12:50 pm Revision c914b39b: dvd: Correctly initialize mp
-
12:49 pm Revision fa0f72da: set playstatus when playing opc files
-
12:44 pm Revision 7b55d69a: Move avdelta settings to cmdmenu and remove the video playdeck
-
12:44 pm Revision e70dd0bd: Must initialize avdelta property to 0
-
10:27 am Revision 72b7426e: Remove notification when DVD loads
01/04/2010
-
10:46 pm Revision e9317f45: fprintf() and stderr removal
-
10:44 pm Revision 3e3d8a3a: More fprintf() removal
-
10:43 pm Revision 91aa3773: Remove fprintf() and stderr crap
-
10:09 pm Revision fae976dc: Refactor
-
02:09 pm Revision ceadd620: Add support for CD Audio playback (using cdda and optionally cddb)
01/03/2010
-
12:12 am Revision f541ca0b: Don't check disc type that often
-
04:43 pm Revision ef27bf3a: Add support for /dev/dvd in linux
-
01:51 pm Revision 4499d828: Make callout.h free standing
-
01:15 pm Revision 35f6d599: Add padding to container widget
-
11:42 am Revision 55243799: fix border incorrectness
-
11:14 am Revision 0be82527: canGoHome should be 0 or 1, nothing else
-
11:06 am Revision d5e77a87: Make padding and border be cumulative, more like the CSS box model
-
11:03 am Revision 08fd4600: Correct sign on lexed floats
-
10:21 am Revision be577d9c: Rename 'broderSize' to just 'border'
01/02/2010
-
12:58 pm Revision 92eee1da: Regenerate from new artwork
-
12:49 pm Revision dd3d3feb: Sync with glw_x11.c [3928] [3933]
-
11:59 am Revision 0abe0944: Initial stab of DVD drive support on Wii
-
09:57 am Revision ad7db44f: Add dvd: as a backend for direct dvd playback
-
09:56 am Revision 33de8101: My makefile fu is bad
-
09:44 am Revision aacd18cc: Only set DVDCSS flags for linux on linux
01/01/2010
-
11:18 pm Revision efd228a5: Need stdint here
-
11:09 pm Revision f34b7136: Correctly probe ISO files (got broken a few days ago)
-
11:04 pm Revision 25ce403f: Get rid of pthread_ calls
-
11:02 pm Revision 1829ab0a: It should be #if, not #ifdef
-
10:53 pm Revision 6cb731db: Pass int to toupper()
-
10:06 pm Revision 13f9b78a: Fix display of arbitrary image pixel formats on wii
-
10:04 pm Revision 95ea57b4: Must flush I-Cache after texture copy
-
09:54 pm Revision dbca230a: Increase max read size for wii
-
09:43 pm Revision c8539c5b: Remove debug line
-
09:29 pm Revision b644c737: Fix some problems
-
06:28 pm Revision 4be2a9e4: Add support for libtinysmb on wii
12/31/2009
-
11:05 am Revision a0aa7464: Remove htsmsg_store_get_root() -- it's unused
-
11:00 am Revision a58463ca: Wii: Notify when keyboard is connected/disconnected
-
10:55 am Revision 8508fb06: Add volume support on Wii
-
09:12 am Revision 0379ee36: Remove incorrect return; ??
-
09:01 am Revision 51da7644: wii: Set screen widget + height and better scaling of pointer
-
08:25 am Revision fa7f13c7: wii: Add missing texture format for new font rendering
-
08:25 am Revision 66ab08bd: Avoid NULL deref
12/30/2009
-
12:31 am Revision 06bfdfab: New buttons
-
12:31 am Revision ac72226d: Paint text cursor onto of text
-
12:31 am Revision eb5abd15: 'cursor_flash' must be int or it will wrap and create uglyness
-
12:27 am Revision d8a292f3: Add $global.nav.canGoHome that is set to 1 if we can navigate to the home screen
-
12:26 am Revision d3303fb3: Feed back mouse position every frame so we correctly highlight widgets when ob...
- Add GLW_POINTER_GONE that will release highlight, drag, etc
-
12:09 am Revision 046fddd4: Refactor some function names
-
12:04 am Revision b580c34f: Add code for painting images infront (ie, after) their childs
-
11:24 pm Revision 434a839e: Don't render shadows in bloom lowpass render passes
-
11:12 pm Revision 9d95784c: Add support for painting shadows on image & icon widgets
-
11:11 pm Revision 97e12fd9: Don't seek with Left / Right keys, it's rather stupid after all
-
11:08 pm Revision 566079bc: Add more missing classes to the navigation code
-
10:57 pm Revision a0b87898: Bloom widgets must allow navigation
-
10:48 pm Revision 56531af2: Bloom filter widget must copy constraints
-
10:38 pm Revision 3d5b547b: those trace() statments seems to slip in all the time :/
-
10:36 pm Revision 216a5975: When distributing pointer events, never decend into widgets which have a valid...
-
10:24 pm Revision d77833ad: Fix incorrect icon path
-
10:21 pm Revision 1e166347: Fix playcontrols in command menu
-
10:16 pm Revision 0a8b874c: Add support for GLW_HIDDEN on childs of list and containers
-
09:32 pm Revision fd2f96d4: Treat (void) as 0 in arithmetic ops
-
07:10 pm Revision 040e8be5: Only remove from globalqueue if linked
-
06:14 pm Revision 58af5416: Make video player react on ACTION_STOP
-
06:13 pm Revision 4a4e3dd7: Need to normalize FFmpeg's metadata
-
05:52 pm Revision 4eed89a3: Must send GLW_SIGNAL_FULLSCREEN_CONSTRAINT_CHANGED when we mess with the const...
-
04:43 pm Revision fbee1626: Avoid updating prop value if equal during symbolic relink
-
03:48 pm Revision 22f99978: Must play 'track' items from playqueue too
-
03:22 pm Revision 7aad3e95: Display notifications via a GLW_DECK
-
03:10 pm Revision 6789b6b3: Only try to play audio tracks from playqueue
-
02:04 pm Revision 10ef5b57: Remove trace() statement
12/29/2009
-
10:22 pm Revision 8e4a6a3f: Keep displaying current texture during the time a new one is loaded
-
09:36 pm Revision ffa77ec2: Revert incorrectness
-
09:27 pm Revision 1cad75ed: Add freeze support to image widget
-
09:21 pm Revision e3089d35: Move flags
-
09:12 pm Revision 0588c2be: remove unused member
-
08:53 pm Revision 780853ad: Use PROP_MOVE_CHILD in prop_rename_ex()
Also available in: Atom