"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "gxine-0.5.903/ChangeLog" of archive gxine-0.5.903.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 0.5.903: 2008/06/12
2 * Apply auto-detection of DVD and VCD images to files & directories
3 which are dragged to gxine.
4 * Fixed a problem which would cause a segfault during startup if
5 built against xine-lib 1.1.12 but used with an older version.
6 * Combine pairs of message dialogue boxes into single dboxes.
7 * Console output is now duplicated in a new "console" tab in the log
8 window.
9 * The log window content is now oldest entry first.
10 * The log window's "refresh" button is not present if used with
11 xine-lib 1.1.13 or later (log callback is now implemented).
12 Instead, there's a "clear" button which works per tab.
13
14 0.5.902: 2008/04/17
15 [dsalt]
16 * Fixed MIME type breakage in gxine.desktop.
17 * Fixed init with LIRC running but no valid remote control.
18 (Workaround for a LIRC bug.)
19 * Timeout fixups for when loading a playlist MRL over HTTP.
20 (This is a workaround. If you're compiling for use with xine-lib
21 1.2, configuring with --disable-own-playlist-parsers may be a
22 better option.)
23 * List only those video output plugins which require X (if built for
24 xine-lib >= 1.1.12.)
25
26 0.5.901: 2008/03/08
27 [dsalt]
28 * The configuration directory is now ~/.config/gxine.
29 If ~/.gxine exists, it will be renamed when you run gxine.
30 * gxine now uses XCB unless configured with --without-xcb.
31 This allows gxine to use the available XCB versions of the X video
32 output plugins.
33 * DVD directories and images (*.iso) and VCD files (*.cue, *.nrg),
34 passed to gxine as plain file names, are now handled as if they
35 were dvd:// or vcd:// MRLs.
36 * Added get_pos(), has_time() so that it's possible to seek in streams
37 without time information.
38 Updated the skip forward/back key bindings accordingly.
39 * Display some device information in the prefs window and in file
40 chooser dboxes (requires HAL).
41 * Added revert buttons (to default & to saved) for each config item
42 in the prefs window.
43 * Added a "repeat track" option to the playlist window.
44 * Added a system tray icon with two menus - left click for a short
45 playback control menu, right click for the main menu. Also middle
46 to show or hide the main window and its toolbar (note that other
47 windows will remain visible).
48 * Make the prev/next buttons in the playlist window shaded if there
49 are fewer than 2 playlist items (previously, if there are none).
50 * Added menus to the playlist & media marks windows.
51 * Enable by default a few options:
52 - magnify low-res video;
53 - video & audio post-plugin enabling at startup;
54 - separate toolbar;
55 - windowed-mode blanking prevention.
56 Existing configurations are unaffected.
57 * Allow slider widgets to be presented as buttons with pop-up windows.
58 The volume slider in the default windowed-mode toolbar is a pop-up.
59 * Added SPU sync to the A/V window.
60 * Added support for HTTP authentication. (Requires xine-lib 1.2.)
61 * Obsoleted and disabled most of the deprecated JS functions, except
62 for set_fullscreen() and toolbar_show() which remain deprecated.
63 If you need the others, build with --enable-obsolete.
64 Obsolete functions will be removed and deprecated functions
65 obsoleted next year.
66 * Brought vo_deinterlace into line with the other two chain objects
67 by adding the missing property & method.
68 * Added a config item to control whether, when in full-screen mode,
69 the video window is forcibly stuck to all desktops & viewports.
70 This is currently only checked at startup.
71 * Reworked the JS property code somewhat. No user-visible changes.
72 * Only display the "broken xine-lib" message (for when there is no
73 demuxer for the logo image) at most once.
74 * Fixed a possible initialisation failure which would cause various GDK
75 "window != NULL" assertion failures and a segfault. This is known to
76 affect gxine in a chrooted environment when talking to a non-chrooted
77 X server on the same machine, and includes a partial reversion of a
78 change which was made between 0.5.9 and 0.5.10.
79 * Moved the windowed-mode blanking menu item into a new submenu in
80 the View menu.
81 * The subtitles menu now shows the subtitle track names.
82 * Tweaked and re-rendered the splash and logo images.
83 * Allow blanking if the video window is hidden, iconised or shaded.
84 * Lock resizing to the aspect ratio (if in separate toolbar mode).
85 * Track "above" & "below" states (window stacking order) for
86 restoration when leaving full-screen mode.
87 [Feature request 1679490]
88 * Allow automatic window resizing to be switched off by default.
89 [Feature request 1770724]
90 * Fixed toolbar positioning with multiple monitors arranged to make a
91 non-rectangular display. (This may require the enabling of an option
92 such as radeon(4)'s "MergedNonRectangular" option.)
93 * Fixed a logic error which could cause full-screen focus grabbing to
94 be active even when Xinerama is active. [Bug 1803797]
95 * Fixed some problems with prefs window initialisation and redisplay.
96 * Fixed a bug which would cause gxine to abort if one of its menus
97 is opened while the video window is shaded.
98 * Reworked the time display updating for accuracy, subject to
99 xine-lib timer accuracy.
100 * Support for stream end times (implemented as start time + duration).
101 Like the time display, this is dependent on xine-lib providing
102 time information for the stream; if this is fast or slow, the
103 actual playback time will be affected accordingly.
104 A duration of 00:00:00 means "unspecified", i.e. the stream will
105 be played until completion; also, the displayed length of the
106 stream does not reflect the specified duration.
107 * Added support for VDR's subtitles key (VDR 1.5.10).
108 * Use PNG versions of various icons if SVG support isn't present.
109 [Bug 1708332]
110 * Fixed the default audio visualisation setting (should always be goom).
111 * Fixed parsing of negative times.
112 * Improved the locking in the stream-opening thread. This makes it
113 easier to stop the stream while it's still being opened.
114 * Strip parameters from RTSP and PNM MRLs received via Real playlists.
115 * Fixed a full-screen problem (with -f) which would cause the
116 windowed-mode toolbar to remain visible.
117 * Fixed a bug in the auto-resize code which was sometimes causing
118 rapid switching between different aspect ratios when under load.
119 * Process scale changes resulting from stream format changes when
120 auto-resizing is disabled.
121 * Allow overriding of the reported display width and/or height.
122 This is to cope with buggy X display drivers which misreport them.
123 * Made the run-time time elapsed/remaining toggle global, as it
124 probably should have been to start with.
125 * --help now lists the available video and audio output plugins.
126 * Treat .ra and .rm as binary.
127 * Fixed two install-debug failures.
128 * Added a compatibility fix for glib 2.13 and later.
129 * New option --configure for setting configuration items.
130 * Use of -A or -V no longer hides the corresponding driver pref.
131 The configuration remains unchanged by these options.
132 * No longer build with libjs/libsmjs - old libraries, can't test.
133 * Fixed a double-encoding bug which could break subtitle autodetection.
134 * Implement xine-lib's gapless switch.
135 * Make sure that GnomeVFS is always initialised (if available).
136 * Initialise GNOME's authentication manager (if available).
137
138 + The following changes are active if gxine was built against current
139 xine-lib 1.2:
140
141 * Allow slider widgets to be disabled if the corresponding support
142 isn't available in the video driver.
143
144 0.5.11: 2007/02/01
145 [dsalt]
146 * Always connect to the "toggled" signal for post-plugin prefs buttons.
147 Without this, they wouldn't work if they were initially shaded.
148 * The plugin chain configuration menu items are duplicated in
149 File->Configure.
150 * Fixed a hang which occurs when a stream ends and some modal
151 dialogue box, opened via a JS command, is open. [Bug 1643093]
152 * Fixed some prefs segfaults and file/device/directory configuration
153 loss. This only appears with GTK+2.10 and xine-lib 1.1.4, and of
154 course I didn't have GTK+2.10 when I released 0.5.10...
155
156 0.5.10: 2007/01/08
157 [dsalt]
158 * SECURITY FIX (local exploit, CVE-2007-0406)
159 This version fixes a potential buffer overflow in gxine's server
160 component and in gxine_client. This overflow would occur were $HOME
161 sufficiently long - 94 bytes or more would cause socket creation or
162 connection failure, and 242 bytes or more would cause a segfault or
163 possible arbitrary code execution. (Bug 1629224)
164
165 * DBus support is now enabled by default (for gnome-screensaver).
166 * Add support for gnome-screensaver >= 2.15 & fix a build bug.
167 (Bug 1617260, patch from Michel Salim)
168 * Whoops. The GNOME screensaver could still be activated despite
169 gxine's configuration when in windowed mode.
170 * Added 'CHANNELPREV' event (for vdr-xine 0.7.10).
171 * Deferred preferences window initialisation until it's actually
172 opened. (This noticeably speeds up startup.)
173 * Fixed some indexing errors in the playlist drag&drop code.
174 * Some small filename buffer usage cleanups.
175
176 0.5.9: 2006/12/16
177 [dsalt]
178 * Added some code to cope with xscreensaver blanking the screen.
179 (Ubuntu bug 64136) (original patch by Jani Monoses <jani@ubuntu.com>)
180 * Cope with building when using Seamonkey libjs. (Gentoo bug 151088)
181 * Fixes for when closing the 'about' dialogue box. (Ubuntu bug 64134)
182 * Fixed a bug which could cause gxine to hang (in X client libs)
183 during startup if it should try to report an error.
184 * Fixed a bug which would cause millions of errors when trying and
185 failing to display the logo image, e.g. if something which is
186 expected to be present, such as the MPEG elementary stream demuxer,
187 is missing.
188 * Altered gxine.desktop for HIG compliance. (Based on Ubuntu bug 74979)
189 * Avoid the possibility of a few (harmless) warnings during startup.
190 * Correctly display preference items which have instant effects.
191 * Added a simple segfault handler.
192 * Added an option to show time remaining for the current stream
193 instead of time elapsed. This can be toggled temporarily by
194 clicking on the elapsed/remaining time display.
195 * Added --geometry option (standard X-style). While this sets the
196 initial position & size, the size is then overridden by the video.
197 * Added a config item to control whether the display is kept
198 unblanked during *any* playback (with video or visualisation),
199 much as for fullscreen mode. Default is off (unchanged behaviour).
200 * Added tooltips to the post-plugin parameter value widgets.
201 Whether these are translated is up to the post plugin.
202 * Altered the plugin chain windows' preferences buttons so that it's
203 clearer which plugins are being configured.
204 * Replace F10 hard-wiring with usage of gtk-menu-bar-accel.
205 * Don't set the primary selection when copying - this is clipboard
206 territory.
207 * Allow compile-time logo file format selection.
208 Choose between "mpeg" (logo.mpv; needs MPEG elementary demuxer) and
209 "image" (logo.jpg; requires the image demuxer). The default is mpeg.
210 * Added JS playlist.repeat & playlist.random, both with value 'v' and
211 method 'toggle()'.
212 * Bumped minimum automake requirement to 1.9.
213
214 [dpettenò]
215 * Fix building on FreeBSD, replace a recursive pthread mutex with
216 glib's equivalent.
217
218 0.5.8: 2006/10/07
219 [dsalt]
220 * Added support for editable menu shortcuts.
221 * Another VO deinterlacer fix - 0.5.7 broke support for tvtime,
222 though pp worked better.
223 * Fixed a typo in configure.ac (affecting Xinerama options).
224 * Upgraded npapi.h from mozilla-dev (Debian). This fixes the browser
225 plugin on 64-bit.
226 * Improved the display of the plugin help text.
227 * Fixed a locking bug which could cause gxine to hang on exit.
228 * Re-marked windows as transient-for (broken in 0.5.7).
229 * Display timestamps in log entries differently (needs xine-lib 1.1.3).
230 * New keymap description handling: untranslated text is stored in the
231 bindings file and unmodified default text is translated for display.
232 * Minor cleanups (configuration file names, g_build_filename etc.).
233 * Use the monitor width rather than the logical screen width for the
234 full-screen toolbar. Fixes a problem in Xinerama side-by-side mode.
235 * Oops. XRandR support got broken ages ago... check for it again.
236 * Unbreak Xinerama check on XFree86 (at least, on 4.3 in Debian sarge).
237 * Improved the toolbar focus handling somewhat.
238 * Fixed F10 in full-screen mode when using combined video/toolbar
239 window in windowed mode.
240 * Added a JS "eject()" function and a key binding entry for it.
241 * Don't use dbus if gnome-screensaver isn't available, and don't
242 provide a default path for it at build time.
243 * HTTP redirect support (playlists etc.) (Ubuntu bug 60007)
244 * Allow --help & --version to work without $DISPLAY being set.
245
246 0.5.7: 2006/07/05
247 [dsalt]
248 * Restored disabling of VO deinterlacer when there are active
249 deinterlacer plugins. I finally realised what was missing...
250 * Added names to some windows for use in ~/.gxine/gtkrc: video,
251 fs_toolbar, wm_toolbar.
252 * Added a few name attributes to the toolbar XML and some example style
253 info (commented out) to the default gtkrc for the full-screen toolbar.
254 * When determining a default MRL title, resolve symbolic links.
255 * Prevent text insertion before the system-wide startup script.
256 * A couple of Undo shortcuts got missed in 0.5.6.
257 * Fixed some problems with switching to/from full-screen.
258 * Fixed a startup bug in the window size submenu. (Bug 1487691)
259 * Fixed a bug which prevented the video window from being shrunk.
260 (Ubuntu bug 46403)
261 * Fixed a problem with update of the window size menu.
262 * Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697)
263 * Added a watchdog which will abort gxine if it hangs for 30s.
264 (Disabled by default.)
265 * Italian translation from Diego Pettenò.
266 * Build fixes for autoconf 2.59c and later.
267
268 0.5.6: 2006/04/30
269 [dsalt]
270 * Fixed some translation bugs: labels in menus in the prefs window
271 weren't being translated, and some tooltips translations were in the
272 wrong place. (Any prefs window text which still isn't translated is
273 likely to be in xine-lib.)
274 * Fixed health check for CD and DVD drives (wrong config option names).
275 Cope with relevant media.*.device being null; set to default when
276 the health check is run.
277 * Fixed a couple of possible hangs.
278 * Added "splash screen" config option. (Bug 1445189)
279 * Added -s/--splash to complement -S/--no-splash.
280 * Allow the video widget to remain hidden after playing an audio-only
281 stream. (Bug 1393626)
282 * Fixed some related resizing problems.
283 * Fixed a problem which caused the video widget to be blanked. This is
284 caused when the input focus is passed between the video widget and
285 another widget in the same window; the answer is to prevent the
286 video widget from ever having the input focus.
287 (Bug 1391404) (Debian bug 355906)
288 * MRL protocols may contain hyphens (bug 1463224) and numbers.
289 Allow VDR event matching for MRLs beginning with "vdr", not "vdr:/".
290 * Fixed compilation failure with -DLOG. (Bug 1463237)
291 * Playlist reordering was working with GTK+ 2.6 but not 2.8.
292 Fixed for 2.8.
293 * Fixed a problem which caused the volume to be modified regardless on
294 startup. (Bug 1466277)
295 * Prevent the main window from reclaiming the input focus if Xinerama
296 is active. (Ubuntu bug 40768)
297 * Fix a few problems with the full-screen toolbar - positioning
298 (Xinerama) and input focus.
299 * Reworked the JS callback() code to avoid some possible hangs.
300 * Include the explanation when displaying messages from xine-lib.
301 * {a,v}o_postproc.set_chain() were broken and didn't update the prefs.
302 Added a r/w interface: {a,v}o_postproc.chain.
303 * Prevent full-screen mode when the video widget is hidden.
304 * Minor display tweaks: quotation marks '' → ‘’, "" → “”.
305 Not done globally, though.
306 * The MRL open dbox now has a history (for the current session).
307 * Each plugin selector in the plugin chain config windows now has a
308 tooltip which reflects the chosen plugin (if the plugin supplies a
309 short help string).
310 * Allow the "load playlist" button to load more than just gxine's
311 own playlist format.
312 * Added JS functions playlist_load and playlist_delete.
313 * JS function playlist_add can now take a title parameter.
314 * Support non-UTF-8 consoles (patch from Led). The default g_print and
315 g_printerr transliteration isn't adequate, though, so we do our own
316 - using GLib functions...
317 * More translation markup and a Ukrainian translation (both from Led).
318 * Support non-UTF-8 consoles. (Patch from Led.)
319 * Restore the window size on exit from full-screen mode (if the user
320 hasn't altered the window size setting).
321 * Added a "Reset" option to reset the window size. Basically, this
322 acts like an aspect ratio change...
323 * Don't hide tab & border for single-page notebooks in the prefs window.
324 * Allow the Undo key to work wherever there's an Undo button.
325 * Added some code to cope with gnome-screensaver blanking the screen
326 despite our (previous) best efforts.
327 (Based on totem's screensaver code.) (Ubuntu bug 36153)
328
329 0.5.5: 2006/03/08
330 [dsalt]
331 * Improve handling of negative times.
332 * Fix a compile error which occurs when the DPMS extn isn't available.
333 (Bug 1414087)
334 * Fix a stupid quoting error in the build-time JS include/lib
335 detection (which broke manual libsmjs detection). (Bug 1422935)
336 * Rearranged the JS detection to avoid picking up libmozjs instead
337 of libjs/libsmjs. (Partial fix for bug 1414260)
338 * Detect libmozjs via xulrunner-sh.pc. INSTALL is updated accordingly.
339 * Added automatic subtitle file handling for 'file:' MRLs, and a
340 corresponding configuration option. (Bug 1368823)
341 * Added 75% and 150% to window size menus.
342 * Added --command "Javascript" option.
343 * Added JS object 'event', currently with one property, 'stream_end',
344 which contains a Javascript string which is executed when the end of
345 the stream is reached.
346 * Added DVD title & chapter info to the time widget.
347 * Added an indicator to show when the JS console has new content.
348 * Shade the "play" button if the playlist is empty.
349 * Improved 'live stream' detection (there were some false positives).
350 * Reset the seeker bar when the stream is stopped or ended.
351 * Stop the current stream before exiting.
352 * Tidied up some console-based JS error reporting.
353 * No longer remove MRLs from the playlist when they cause more MRLs to
354 be added. Instead, mark the added MRLs with a "play" icon.
355 * Removed a few small XML-related memory leaks.
356 * Reworked internal JS engine lock usage and some signal handlers
357 which execute JS functions. (We now use recursive mutexes.)
358 * Fixed a race between concurrent video widget resize sequences which
359 was sometimes causing the window to have the wrong size.
360 Or at least made this much more unlikely...
361 * Fixed a race which occasionally caused gxine to hang during startup.
362 * Restored saving of the values (other than the volume level) in the
363 settings window. This also unbreaks xine_cfg_set(), which was only
364 working for string values.
365 This also fixes problems with the setup wizards window being shown
366 every time gxine is started up.
367 * Added a ./configure option to disable built-in playlist parsing.
368 * Stopped the "open" button in the playlist window from allowing
369 huge files to be loaded. (Partially fixes Ubuntu bug 33493)
370 * Added another "open" button to the playlist window's button bar,
371 replacing the "new" button (which now opens the playlist item editing
372 window directly). (Rest of Ubuntu bug 33493)
373 * Added a "File..." button to the playlist/mediamark item editing
374 window, like the one in the "open MRL" window.
375 * Tweaked the behaviour of the aforementioned "File..." buttons to
376 preserve "#..." if the content of the corresponding input field is
377 not obviously a plain file name.
378 * Make the setup wizards window modal unless invoked by the user.
379 * Minor display tweaks: 'XxY' => 'X×Y' etc.
380 * Fixed gxine.desktop so that it passes validation. (Ubuntu bug 33579)
381
382 0.5.4: 2006/01/23
383 [dsalt]
384 * Added pkgconfig test for firefox-js. (Bug 1389864)
385 * Added X_CFLAGS in src/Makefile.am. (Bug 1391488)
386 * Allow automatic rewrapping of the "about" window licence text.
387 The pre-wrapped version is adjusted to match (assuming GTK defaults).
388 * Removed some locking around video widget resizing (there's a hang
389 which may occasionally occur during startup).
390 * Added JS functions xine_cfg_{get,set} for configuration access.
391 * Use a geometry constraint to control the main window size instead
392 of frobbing its 'resizable' flag, which was causing problems with
393 some window managers. (Bug 1404641)
394 * Added --version option.
395 * Reduced the footprint a little by cutting some stack allocation.
396 * Removed audio/x-pn-realaudio-plugin from the plugin's types list.
397 xine-lib doesn't know how to handle many current RV streams.
398 * Plugged a small memory leak in the plugin.
399 * Build-time configuration changes:
400 - Improved various checks (look for and try header files etc.).
401 - Allow xinerama support to be disabled. (Diego Pettenò)
402 - Fail if certain requested features aren't available.
403 - Document VENDOR_PKG_VERSION in --help output.
404
405 0.5.3: 2005/12/24
406 [dsalt]
407 * Fix play speed display breakage in 0.5.2.
408 * Fix crash on startup if built without LIRC support.
409 * Correct misplaced DnD attributes in the full-screen toolbar.
410 * Make deprecated functions generate warnings.
411 * Replace one use of a deprecated function.
412 * Report parameter errors as errors, not informational messages.
413 * Make the XML loading fall back on the files in /etc (or
414 /usr/local/etc) if the corresponding file in ~/.gxine is invalid.
415 * Show an error window if there's an XML problem (but not if a file
416 in ~/.gxine isn't found, since this is allowed).
417 * Add "small" variants for the time and title widgets.
418 * Quit if either toolbar can't be created.
419 * Shade the keypad menu item if the keypad window can't be created.
420 * Some stock items sneaked into 0.5.2. There are now a few more (see
421 README) and some now have icons.
422 * Look for /usr/include/firefox/js/jsapi.h and start using pkgconfig.
423 (Bug 1388725)
424
425 0.5.2: 2005/12/20
426 [dsalt]
427 * Fallout from the icon location changes in 0.5.1:
428 - new stock item "gxine", replacing "gxine-logo" (fixes some icons);
429 - fix up a registration error due to the icon/desktop fixups.
430 * Build fixes:
431 - fix detection of /usr/include/jsapi.h;
432 - look for /usr/include/js-1.5/jsapi.h (Götz Waschk);
433 - make --with-spidermonkey=/path/to/include/dir work again;
434 - adjust the config error message for when xine-lib isn't found.
435 * Use "Welcome" text instead of an image in the setup dbox.
436 * Show the version number in the splash window.
437 * Fix a hang in set_video_size() when input from gxine_client.
438 * Altered av_speed (playback speed control). xine-lib's clipping of
439 this value can interfere with its setting, so we present a
440 "sanitised" view of this using a "log2" scale (with 0 = pause).
441 * XML:
442 - allow rendering of sliders as spin buttons and vice versa;
443 - allow sliders' increment direction to be reversed;
444 - fix extraction of translatable text from <button> child elements.
445 * Removed the playlist icon in favour of the GTK stock index icon.
446 * Mark autoplay MRLs in the playlist with the stock "jump to" icon.
447 * Add browsable MRLs (except file: MRLs) to the playlist and mark
448 them with the stock "find" icon. They are replaced shortly after
449 an MRL is launched and may be replaced at at any time via the JS
450 function 'mrl_browser_refresh()'.
451 * Prevent editing of autoplay and browsable MRLs.
452 * New JS function 'reload_lirc()' (which restarts the LIRC thread,
453 causing a configuration reload).
454 * Files can now be dropped on the full-screen toolbar and on the
455 separate windowed-mode toolbar; the first of each group is played
456 immediately unless the drop occurs on the playlist button.
457 * Disabled the wm separate toolbar "not kept above" hack since, when
458 sending it to the back, some WMs also send the main window to the
459 back. (If you want this behaviour, add -DWINDOW_STACKING_HACK at
460 build time.)
461 * Swedish translation. (Daniel Nylander)
462 * Allow overriding of a few remaining hard-wired paths (for testing).
463 * Add a test script to allow running entirely from the build dir.
464 * gxine_client now exits when its connection to gxine disappears
465 (due to gxine exiting).
466
467 0.5.1: 2005/11/29
468 [dsalt]
469 * COPYING: update FSF address.
470 * Don't allow commas in plugin parameters.
471 * Fix truncation in plugin char-array parameter undo handling.
472 * Don't assume that an mmshttp MRL is an ASX playlist.
473 * Hide some potentially-visible dashes in the settings window.
474 Adjust the widths of the value columns.
475 settings_show() should hide the window if it's visible.
476 * More default locations for the JS headers, and another name for the
477 library. Also add a way to specify where the headers are (in case of
478 yet another location).
479 * Fix hang on startup with --full-screen.
480 * Fix some 'make debug' breakage, apparently exposed by a toolchain
481 update.
482 * Give the video window the input focus when entering full-screen mode.
483 * Ensure that all filechooser dboxes have the correct parent window.
484 * Ensure that the windowed-mode toolbar isn't kept above and that
485 the video window's initial size is correct.
486 * Don't fail (BadMatch, request code 138) when DPMS is disabled.
487 * Use overwrite confirmation prompt (if available) when saving.
488 * Paste relevant parts of playlist and mediamark items into text boxes
489 (where they are owned by gxine).
490 * German man page fixes, based on patches from Bastian Kleineidam.
491 (Debian bug 337521)
492 * Fix a potential null pointer dereference when setting the MRL's
493 default title. (Bug 1349639)
494 * Add independent zoom control for X and Y.
495 * JS console changes:
496 - Append, rather than prepend, results to the output area.
497 - Page Up and Page Down scroll the output area.
498 - Cursor up and down select from the history.
499 * Make the splash window be displayed for a fixed time.
500 * Use GTK's bindings code rather than our own for the key binding
501 editor's accelerator key field.
502 * Connect up the key bindings editor's tools' shortcuts.
503 * Fix a possible crash in the JS child object handling code.
504 * Do away with the Tools menu: the display windows are now accessed via
505 the View menu, and the setup window via File->Configure.
506 * "Window" -> "Window size" in the View menu.
507 * Fix type checking for JS methods which should take boolean params.
508 * JS callback() now accepts a second parameter for setting "this".
509 * Improve XML stock item lookup somewhat.
510 * Add alt text for nonexistent stock images (once only, at startup).
511 * Add listen and onchange attributes (for listening to gxine's
512 control objects).
513 * Update the keypad and fs toolbar to use onchange events.
514 * Update the keypad to use the stock fullscreen icons if available.
515 * Switch tarball compression from gzip to bzip2.
516 * Some icon location and desktop file fixups. (Diego Pettenò)
517 * Some new graphics. :-)
518
519 0.5.0: 2005/10/30
520 [dsalt]
521 * Reorganised and/or reimplemented large chunks of the UI.
522 - There are now top-level menus for audio and video.
523 - The toolbar is now defined using XML-based structures.
524 - There's a "remote control"-style window.
525 (Some of this is done to avoid deprecated bits of GTK+ and GLib.)
526 * Drag-resizing the main window now alters the scaling factor.
527 - The window can be shrunk more easily.
528 - Changes in video size no longer force the scale to the default
529 value or a value set via the window menu or set_video_size().
530 * Allow the windowed-mode controls to be in a separate window. There's
531 a new prefs option to control whether this happens (requires gxine
532 to be restarted to take effect). The window can be hidden and can
533 be stuck to the video window.
534 * Added a Javascript console. You can now see the errors generated
535 by your key bindings :-)
536 * Added startup script support. Error reporting is via the JS console.
537 Certain commands (dialogue boxes, stream, playlist, media marks)
538 have no effect, other than to generate warnings, during startup.
539 * Made the deinterlacer configuration generic. This allows use of
540 post-plugins such as 'pp'.
541 NOTE: unless deinterlacing is done by an active plugin, the old
542 deinterlacing method is used automatically.
543 - o O o -
544 * Separated the settings window into video and audio parts.
545 * Added a graphic equaliser (in the settings window).
546 * Added clipboard support to the playlist and media marks windows.
547 * Removed the "up" & "down" buttons in the playlist window.
548 * Added a "file" button to the 'open MRL' dialogue box. This makes it
549 easier to open some local MRLs, e.g. a DVD image on a hard disk.
550 * Added a "copy to mediamarks" button to the playlist window.
551 * Editing the currently-played item's playlist entry makes an
552 off-list copy of the original entry. Adding to mediamarks copies
553 the original.
554 * Reimplemented full-screen mode (it now reuses the main window).
555 - Force windowed mode for audio-only with no visualisation.
556 * Improved the LIRC support:
557 - also read ~/.lircrc (mappings in ~/.gxine/lircrc have priority);
558 - if the connection to lircd is lost, try to reconnect.
559 * Moving the stream position slider no longer selects normal play.
560 * Added Russian translation (Pavel Maryanov).
561 - o O o -
562 * Require GTK+ 2.6 and external Spidermonkey JS library.
563 * Added autoconf tests for C99 and certain GCC extensions.
564 * Add support for unblanking via DPMS, and prefer to use it.
565 * Unblank when starting or resuming playback.
566 * Separated utility functions and UI slider code.
567 * Made the playlist and speaker buttons themeable.
568 Prefix "gxine-media-", names "playlist", "speaker", "speaker-mute".
569 * Added JS settings objects for:
570 - each control in the settings window;
571 - various xine parameters and gxine runtime configuration items.
572 Some of these were previously accessed via JS functions: these
573 functions are now deprecated. You should upgrade your key bindings.
574 * Added JS callback function.
575 * Reworked the time widget and info bar. These can now be configured
576 via $SYSCONFDIR/gxine/gtkrc (typically /etc/gxine/gtkrc),
577 ~/.gtkrc-2.0 or ~/.gxine/gtkrc.
578 * Improved default widget handling (action on Return/Enter).
579 * Improved info bar metadata update.
580 * Show more metadata (if available) in the stream info window.
581 If there's too much, use an ellipsis.
582 * Playlist next and previous now wrap.
583 * Switched to GtkFileChooser for the file dialogue boxes.
584 (Based on a patch from Arjan Timmerman <arjan@soulfly.nl>.)
585 * Make use of GNOME VFS (if available) as a backend for GtkFileChooser.
586 Allow non-local URLs where we can currently cope with them.
587 * Keep dialogue boxes above their parent windows.
588 * Moved "title from stream" out of the playlist/mediamark item editor
589 dbox's buttons area.
590 * Handle externally-generated screen resolution changes (XRandR).
591 * Handle window-manager-generated main window fullscreen toggling.
592 * Reworked the "setup wizards" dialogue box.
593 * Overhauled error message handling (and write them to stderr).
594 * Show DVD title/chapter/angle count (if available) in stream info.
595 * Switched to tool buttons in playlist, media marks, key bindings.
596 * Improved ASX parsing. Don't complain about unrecognised elements
597 - gxine doesn't support some and I'm not planning to check for them.
598 Use <starttime> (which is standard) instead of <time> (which isn't).
599 * Listen for extended MRL ref events (if available at compile time).
600 * The browser plugin no longer causes the playlist to be cleared.
601 There's an extra option -a --add to support this.
602 * The splash window is now a popup (no effect on new window placement).
603 * Don't use deprecated GNOME VFS MIME functions.
604 * Prevent F10 and Menu from being used in (new) key bindings.
605 (These are hard-wired within GTK for menu display purposes.)
606 * Should now cope with movement between (logical) screens.
607 * Adjusted the default size to force recalc of the initial video size.
608 * Unshade the video window on entry to full-screen mode.
609 * Link the full-screen toolbar position to the window position.
610 * Reworked the video widget; gxine now uses one thread less.
611 * Shift focus-grabbing from the video widget to the main window.
612 (Keyboard grab would be used but for problems with some utilities.)
613
614 0.4.10: (never released)
615 [dsalt]
616 Backports from 0.5.x:
617 * COPYING: update FSF address.
618 * Don't allow commas in plugin parameters.
619 * Fix truncation in plugin char-array parameter undo handling.
620 * Don't assume that an mmshttp MRL is an ASX playlist.
621 * Slightly rework initialisation; delay initial MRL launch a little.
622 * Hide some potentially-visible dashes in the setting
623 * Fix a potential null pointer dereference when setting the MRL's
624 default title. (Bug 1349639)
625 * gxine_client now exits when its connection to gxine disappears
626 (due to gxine exiting).
627 Specific to 0.4.x:
628 * Make warning about built-in JS lib much more noticeable.
629 * Be more careful about giving the full-screen window the input focus.
630 * German man page fixes, based on a patch from Bastian Kleineidam.
631 (Debian bug 337521)
632
633 0.4.9: 2005/10/14
634 [dsalt]
635 * Make XTest optional (screenblanker-defeating fake keypresses).
636 It seems to be causing problems...
637 * Don't touch the volume at startup if remember_volume isn't set.
638 * Don't reset the volume on exit - xine-lib alters it (if
639 remember_volume is set) before gxine gets anywhere near it.
640 (Debian bug 329300)
641 * Fix Xinerama handling. (Bug 1295801, Debian bug 225367)
642 * Enforce black background beyond video area within video window.
643 * Don't create links to the browser plugin if it isn't present.
644 * Added Simplified Chinese translation. (Tao Pin, Dong Changdao)
645 * Fix a few filename-related memory leaks.
646 * Fixed problems with # in filenames. (Bug 1314149)
647 * Use --as-needed (if supported) when linking.
648
649 0.4.8: 2005/09/12
650 [dsalt]
651 * Fix an initialisation bug which can cause near 100% CPU usage.
652 Of course, it didn't show up in my normal desktop environment...
653 * Improve insertion & removal of the vis plugin (minimise audio loss).
654
655 0.4.7: 2005/08/26
656 [dsalt]
657 * Delay application of slider settings until a stream is started.
658 * Fix a missing-format-string bug (string parameters for post
659 plugins; practically harmless). (Diego Pettenò)
660 * Be safer about temporary files in gxine_client. (Diego Pettenò)
661 * Check for gdk-pixbuf-csource (build requirement).
662 * Fix an fd leak in read_entire_file (error path).
663 * Fix an upper limit off-by-one in the audio channel spin button.
664 * Fix snapshot() argument parsing.
665 * Don't link gxine_client or the browser plugin with the JS library.
666 * Don't build a static version of the browser plugin.
667
668 0.4.6: 2005/07/18
669 [dsalt]
670 * Cope better with different window managers (full-screen toolbar).
671 * Fixed a few small string-related bugs in the browser plugin.
672 * Don't play the next item if not playing the deleted item (playlist).
673 * Improved gxine.desktop, based on work not sent upstream by Dag Wieers.
674 * Delayed startup notification until the main window is displayed.
675 * German translation typo fixes. (Debian bug 314039)
676 * Fix detection of xine-lib's gettext binding (xine-lib bug).
677 * Show the logo if the stream can't be played for some reason.
678 * Correct the initial position of the video widget's window.
679 * Moved gxine-logo.png into /usr/[local/]share/pixmaps (based on a
680 patch from Chris Lord).
681 * Fix a couple of playlist insertion bugs.
682 * Mark a few more strings as translatable.
683 * Remove MRLs from the playlist when they cause more MRLs to be added.
684 * Fix a GNOME VFS shutdown bug.
685 * Fix play() start index handling.
686
687 0.4.5: 2005/05/24
688 [dsalt]
689 * SECURITY FIX (CVE-2005-1692) (pst.advisory 2005-21)
690 Remotely-exploitable missing-format-string vulnerability in some
691 message dialogue boxes.
692
693 * Fixed some brokenness in the visualisations menu; hide/show the
694 video widget as needed when selecting an item from that menu.
695 * Better handling of uninstantiatable post-plugins when configuring.
696 * Caught and replaced another asprintf. [Bug 1204625]
697 * Compile fix (Solaris): need $(X_EXTRA_LIBS).
698 * Correct the documentation of the '-e' option in gxine.1.
699 (en is done; de, pt-BR not done.)
700 * Don't set a title for the full-screen toolbar.
701 * Set up X threads earlier (it was being done too late).
702 (based on a patch from Antti P Miettinen <ananaza@iki.fi>.)
703
704 0.4.4: 2005/04/26
705 [dsalt]
706 * Added support for VDR's AUDIO key.
707 * Made the browser plugin optional.
708 * Stop playback on playlist clear.
709 * Fixed a bug in multi-file drag+drop.
710
711 0.4.3: 2005/03/27
712 [dsalt]
713 * Fix a bug in JS vdr(). It should check the active MRL rather than
714 the currently-selected playlist entry.
715 * Fix a post-plugin parameter handling error.
716 * Provide a few more default bindings with keys.
717
718 0.4.2: 2005/03/08
719 [dsalt]
720 ! Use external JS lib by default (if available).
721 If you're using amd64, you want this, I'm told.
722 ! This version should be buildable and useable with GTK+2.2.
723 It may also use, but not rely on, a few features from GTK+2.6.
724 * Configure switches for GTK+ versions compatibility and whether to
725 use the desktop integration wizard. (Mainly for packagers.)
726 * Mark 'repeat' and 'random' buttons (playlist) as having accelerator
727 keys.
728 * Improve prefs window numeric entry editing.
729 * "tvtime" deinterlace plugin support.
730 * Video and audio post-plugin chain support.
731 The deinterlace plugin is prepended to the video chain if enabled.
732 The visualisation plugin is prepended to the audio chain if active.
733 * Hide tab & border for single-page notebooks in the prefs window.
734 * Make columns in playlist etc. resizable.
735 * Fixed a few crash/warning bugs (mediamarks/playlist item edit) left
736 over from 0.4.1.
737 * Respond to volume changes made externally.
738 * Fix crash on virtual desktop change. The full-screen window is now
739 sticky and on all desktops. (If you have a better way of fixing
740 this which *doesn't* require this, let me know.)
741 * Fix overlay bug with window managers, such as IceWM, which have
742 their own toolbars.
743 * Text preferences which are uncommitted may be undone by Ctrl '-' or
744 Undo.
745 * Make the visualisation setting a preference.
746 * Fix a few problems in playlist expansion via xine-lib.
747 * Add JS event(NAME) function and make event() and vdr() output help
748 text if called without parameters.
749 * Add keybinding entries for 'next angle' and 'previous angle'.
750 * Save the A/V offset setting.
751 * Build fix: apparently, Spidermonkey isn't always libsmjs.so.
752 * Stop GTK's complaints when the locale doesn't use UTF-8.
753 (This is done by telling gettext that we want translated text in
754 UTF-8. Some is intended for the console; this isn't special-cased.)
755 * Add a few extra icons to the menus.
756 * Add config options for default window size and magnification of
757 low-res video streams.
758 * Improve live-stream detection; recognise streams of unknown length.
759 * Improve the current stream title display.
760 * Rely on xine-lib's XML parser and quote some characters when saving
761 the playlist, media marks and key bindings.
762 * Change the way in which the control button images are implemented.
763 (There are problems with some GTK+ theme engines otherwise.)
764 * Try to update the current playlist item's title from the stream
765 automatically unless the title has been edited.
766 * Deleting a playlist item will, if it is being played, cause the
767 next item to be played (or the player to enter idle mode).
768 * Use ellipsis in long entries in the playlist & mediamarks windows.
769 (Requires GTK+2.6.)
770 * Allow drag&drop for reordering playlist items.
771 * Prevent multiple install wizard instantiations.
772 * Add menu tooltips for plugins with short descriptions in the plugin
773 chain configuration windows.
774 * Make playlist repeat & random settings persistent. (Guenter)
775
776 0.4.1: 2004/12/17
777 [dsalt]
778 * Require at least GTK+ 2.4 and GLib 2.4. (I can't test 2.2.)
779 * Rework toolbar widget internals, mainly for the UI control buttons
780 (so that the displayed state is consistent) and sliders (for
781 synchronous update).
782 * Update the volume sliders from javascript:set_volume().
783 * Tweak the toolbar layout a little.
784 * Add an extra line to the info widget (for audio codec info).
785 * More internal rearrangement, intended to get rid of a hang in the
786 video window event handler thread.
787 (Locking problem between XNextEvent() and XSelectInput()?)
788 * Handle app window resize even when in full-screen mode.
789 * Get title from meta-info for 'add mediamark'.
790 * Add configuration items for deinterlace-by-default and toolbar.
791 * Add menu options for toolbar handling.
792 * Nested tab boxes in the prefs window for the renamed preferences in
793 xine-lib >1-rc7.
794 * Fix building with --disable-nls.
795 * The speaker button now displays a crossed-out speaker when audio is
796 muted.
797 * Improve the visualisation show/hide code: check for audio as well
798 as video.
799 * Pass button press events to libxine, except for button 2 (override
800 if Shift is pressed). Similarly, pass release events.
801
802 0.4.0: 2004/12/11
803 [dsalt] [0.4.0 branch]
804 * Hack to update the volume level sliders.
805 * Require at least GTK+ 2.2 and GLib 2.2.
806 (Note that I've only been able to test against 2.0 and 2.4.)
807
808 0.4.0-rc2: 2004/11/28
809 [dsalt] [0.4.0 branch]
810 * More internal rearrangement, intended to get rid of a hang in the
811 video window event handler thread.
812 (Locking problem between XNextEvent() and XSelectInput()?)
813 * Handle app window resize even when in full-screen mode.
814 * Bug fixes, mostly wrt features new to -rc1.
815
816 0.4.0-rc1: 2004/11/18
817 * patches by dsalt:
818 + fix loading of GNOME VFS library (Debian 221509)
819 + fix preferences-editing crash bug
820 (sf 1019423, 1051186; Debian 258894)
821 + don't report missing config files (Debian 257479)
822 + fix -DLOG FTBFS (Debian 228185)
823 + unbreak mouse UI->video coordinates translation
824 + fix some deleted window reopening bugs
825 + move away from older GTK deprecated interfaces
826 + give the media mark add/edit dbox cancel and undo buttons
827 + generalised Javascript menu function (Debian 257493)
828 + make various menu items tickable
829 + use stock icons in menus and some buttons
830 + add save buttons to the prefs, key bindings and media marks
831 windows
832 + add refresh buttons to the engine log and stream info windows
833 + make the scroll bars in the engine log window automatic
834 + key bindings have descriptions, general key binding editor
835 improvements (Debian 257480)
836 + add/enable auto-resize code and a menu option for it
837 - BUG: race if both width and height are altered
838 + fix playlist item move/delete wrt item being played
839 (Debian 225853)
840 + tweaked the prefs window tabs' layout to avoid very short sliders
841 e.g. in the video tab when given '-V xshm'
842 + chdir to |input.file_origin_path| at startup
843 + alter the About window implementation (no more multiple windows)
844 + reduced some menu callback code
845 + all in-source menu items have _shortcuts
846 + added experience level setting to prefs, replaced non-editable
847 combo boxes with option menus (should be GtkComboBox, but that's
848 still quite new)
849 + don't add duplicate MRLs (via menu or MRL dbox) to the playlist
850 + add popup menu (hardwired on F10 & button 3)
851 + fix fullscreen dialogue box problems (sf 908698)
852 + allow menu shortcuts in full-screen mode
853 + [SECURITY] (CVE-2004-1034)
854 fix a buffer overflow in the HTTP fetch code
855 + fix crash if http_proxy (environment) is set
856 + VDR support
857 + Don't fast-forward or pause live audio/video
858 + UI buttons now show current state
859 + Bring BBC media marks up to date
860 + i18n stuff.
861 + plugin 'fixed' to not shutdown or crash browser
862 + playlist: indicate item being played
863 + allow compilation/linking using external spidermonkey (libsmjs)
864 + added menu items for playlist and settings
865 + restore visualisations for audio-only files/streams
866 + added toolbar for full-screen mode
867 * CVS: Add 0.4.0 branch for 0.4.0-rc1.
868
869 0.3.4: unreleased
870 * fix time display in mediamarks / live streams
871 * playlist drag&drop support
872 * new layout of playlist editor
873 * drag&drop of multiple files
874 * fix annoying console warnings
875 * drag&drop bugfixes and cleanups
876 * correct build with xine-lib-1_rc6 (bug #1036299)
877
878 0.3.3: 2003/04/09
879 * browser plugin uses athena widgets now, this will hopefully
880 fix compatibility issues with browsers that are linked against
881 gtk 1.2
882 * improved real player plugin emulation
883 * improve PLS handling (local files / http)
884 * open_mrl dialog fixes
885 * display xine engine async messages
886 * switch between visualizations without interrupting the current stream
887
888 0.3.2: 2003/03/22
889 * ASX parser fixes (more tolerant version checking)
890 * adapted to new libxine engine verbosity setting method
891 * filter out non-ascii characters for strings handed over to pango
892 (should fix some gtk warnings)
893 * use gtk widgets in browser plugin, add popup window displaying
894 the mrl in a gtk entry field so the user can copy it to the clipboard
895 e.g. for stream downloading
896 * emulate real player plugin autoplay mode
897 * better protection against accidently starting gxine more than once
898 from the browser plugin
899 * a splash screen for the impatient
900 * dvd snapshot bug workaround
901
902 0.3.1: 2003/03/09
903 * make sure dialog widgets are not destroyed when closed
904 using the window manager's close button
905 * exit from fullscreen mode via ctrl-f is now possible
906 (simply pressing f still works)
907 * playlist repeat and random modes
908 * playlist add button
909 * multiple selections possible in file dialog
910 * filter out numlock / scroll lock / shift lock from key events
911 * fix dvd menu navigation keyboard shortcuts
912 (delete your ~/.gxine/keybindings for this to take effect)
913 * browser plugin bugfixes (make sure you run the setup wizard again
914 to have the new plugin copied to your ~/.mozilla/plugins)
915 * fix handling of verbose (-v) command line option
916 make sure multiple -v options are handled correctly (more verbosity)
917 * drag&drop support (drop files from nautilus on gxine for playback)
918 * javascript engine bugfix for ppc by manfred tremmel
919 * mediamarks import function
920 * implement deinterlacer setting
921 * subtitle channel selection moved to view menu
922
923 0.3: 2003/03/01
924 * ported to gtk 2.0
925 * switched to asx/xml file formats for mediamarks/playlists
926 * ability to load/save playlist files
927 * drag&drop interactive sorting support in mediamarks and
928 playlist editor
929 * full deployment of javascript engine
930 * remote-controllable via unix domain socket, client included
931 * gxine will start only one instance per user
932 * major code cleanup
933 * play_item concept (mediamarks and playlist items are the same)
934 * configurable keybindings plus a keybindings editor
935 * the gtk xine widget (included in gxine) now automatically tries
936 to disable screensavers during playback
937 * lirc support
938 * zoom in/out video option
939 * visualization plugins (e.g. goom) support
940 * link browser plugin against libX11/libXt to avoid relocation errors
941 with newer mozilla versions
942 * support reference events
943
944 0.2.1: 2002/12/26
945 * mouse dvd menu navigation
946 * fix fullscreen for net_wm compliant window managers (metacity)
947 * command line options for audio/video driver selection, verbose
948 * make mouse cursor visible in fullscreen mode while mouse moves
949 * menu also available as context menu
950 * CTRL-F exits fullscreen now (as well as F, Esc)
951 * menu entries that bring up dialogs have a "..." suffix now
952 * engine log window has scrollbars
953 * fix dialog show/hide issues with preferences, playlist and settings
954
955 0.2: 2002/12/07
956 * renamed to "gxine" (some issues still pending)
957 * now using the libxine.1 API (ie current alpha releases)
958 * lots of new features
959
960 0.1: 2002/04/29
961 * initial release