2004-03-19  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/mainapp.cpp: Implemented auto-hiding of decorations when
	  caption is turned off so user can still move the window.

2004-03-16  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/signin.cpp, app/gtk/res/signin.glade: Added some preliminary
	  support for sign in.

2004-01-28  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/hxplayer.cpp: Fixed some resizing issues (Bug 1158, and
	  a couple of problems that came out of that fix), make fullscreen
	  window appear over kde panel, add support for receiving a mem:// 
	  url from stdin
	* app/gtk/hxembedded.cpp: Got to the bottom of Bug 1082, also
	  integrated in some plugin changes Vijay and I have been working on.
	  Implemented support for multiple controls in one HXEmbeddedWindow
	  Implemented setting src using JavaScript. These get Yahoo uk videos
	  working.
	* app/gtk/hxcommon.cpp: Fixed bug in resource path location, Bug 1198
	* app/gtk/{Umakefil,unix.pcf,win32.pcf}: Factored out windows build
	  code
	* app/gtk/hxplayeripc.cpp: Fixed bug where player would not exit on
	  mozilla crash.

2004-01-27  Ryan Gammon  <rgammon@real.com> 
	* installer/app/make_tempdir: add smmrender.so for RealEvents

2004-01-26  Ryan Gammon  <rgammon@real.com> 
	* common/gtk/gtkhxplayer.cpp: fixed event mask on widget, added
	  get_url wrapper, stop the engine in unrealized instead of finalized
	  in an attempt to fix an assert in the core (the core still asserts
	  if we shut down while a clip is playing, even if we stop it).
	
2004-01-23  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/res/plugins.glade: making default dialog size more reasonable

2004-01-21  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/res/{error.glade,upgrade.glade}: Updated ui to be a little
	  less ugly.
	* common/gtk/ghxerror.cpp: Redid errors to use the error strings
	  from hxclientkit.
	* various: merging in win32 port
	* Search for libs under $HELIX_LIBS/share
	
2004-01-14  Ryan Gammon  <rgammon@real.com> 
	* common/gtk/gtkhxplayer.cpp: Added handling for ShmCompletion XEvent
	* common/gtk/gtkhxplayer.cpp: Allow passing NULL for a pref
	* app/gtk/res/transport.glade: HIG-ify order of buttons on dialog

2004-01-12  Ryan Gammon  <rgammon@real.com> 
	* player/app/gtk/hxplayer.cpp: Fixed bug where playing audio file 
	  from command line would still show video
	* /player/app/gtk/hxplayer.cpp: Typo prevented file:// from getting 
	  prefixed to unqualified url's passed on the command line.
	* /player/app/gtk/hxstatusfield.cpp: Make the status area truncate 
	  long labels (issue 1090)

2004-01-10  Ryan Gammon  <rgammon@real.com> 
	* /player/app/gtk/res/error.glade: Make error messages selectable

2004-01-06  Ryan Gammon  <rgammon@real.com> 
	* app/gtk/hxcommon.cpp: Added command line options for fullscreen
	  and quit on done
	* app/gtk/hxplayer.cpp: Made hpw_ handlers consistant
	  (connect_swapped)
	* app/gtk/hxstatusfield.cpp: Moved clip bandwidth handling here
	* common/gtk/gtkhxplayer.cpp: Fixed problem with unacknowledged
	  MotionNotify events (call gdk_window_get_pointer), handle incoming
	  XEvents better on the second display connection.
	* hxclientkit/src/platform/unix/CHXClientEngineUnix.cpp: fix up
	  debug message output
	* app/gtk/{hxembedded.cpp,hxstatusfield.cpp,hxstatuspositionfield.cpp,
	  hxstatustacctrl.cpp}: Fixed up the ui a little -- added container 
	  spacing, made the buttons flat relief like in the player.
	* app/gtk/hxstatuscongestion.{cpp,h}: Make congestion status indicator
	  work off the total30 statistic
	* various: Added help buttons to all the dialogs. This required making
	  basic dialogs for component upgrade and error dialogs, which aren't
	  pretty at the moment, but do sport help buttons.
	* app/gtk/hxstatusdisplay.cpp: Show the clip bandwidth in brackets
	  for now
	* app/gtk/prefsdialog.cpp: Set advanced sound card preferences

2004-01-05  Ryan Gammon  <rgammon@real.com> 
	* common/gtk/gtkhxplayer.cpp, app/gtk/hxstatusfield.cpp:
	  The core wraps the host in "Contacting %s ..." in the contacting
	  callback. Don't add this again in the player
	* app/gtk/hxplayer.cpp: We were calling hxplayer_stop(player) on
	  a component not found error. The core was not expecting this, and
	  would crash.
	* common/gtk/gtkhxplayer.cpp: Remove duplicate components in 
	  RequestUpgrade
	
2003-12-12  Ryan Gammon  <rgammon@real.com>

	* app/gtk/xutils.cpp: Added fullscreen support for
	  non-freedesktop.org compliant window managers
	  (tested against twm and wm2)
	
2003-12-11  Ryan Gammon  <rgammon@real.com>

	* common/gtk/hxembedded.cpp: Modified to handle setting 
	  string properties correctly with javascript 
