summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added repeat menu item under View (Closes: #104450)Bastien Nocera2003-02-071-1/+36
* updated from libbacon added plenty of command-line options to control anBastien Nocera2003-02-072-54/+95
* added BaconMessageConnection stuff, did client-side implementation, addedBastien Nocera2003-02-076-17/+322
* removed the set_audio_channel and associated, we don't use or need themBastien Nocera2003-02-062-35/+0
* fix setting the media device, yet againBastien Nocera2003-02-062-1/+15
* we don't need a thread-safe X, we have 2 connections to the X server,Bastien Nocera2003-02-061-21/+0
* remove usage of deprecated stuff (GtkType, gint, etc.), fixed prototypeBastien Nocera2003-02-052-58/+57
* updated requirements updatedBastien Nocera2003-02-055-71/+84
* use the monitor's geometry, not the full display's to show the fullscreenBastien Nocera2003-02-021-4/+11
* some style changes, fix compilation, go to bedBastien Nocera2003-02-021-5/+5
* update the menu items for seekable as wellBastien Nocera2003-02-021-27/+31
* implement the Previous button in Repeat mode (goes to the end of theBastien Nocera2003-02-022-12/+55
* fix memleaks by updating from libegg and libbaconBastien Nocera2003-02-014-1/+28
* free the expose event, removed an extraneous assignement for the mrlBastien Nocera2003-02-011-2/+2
* fix properties' window iconBastien Nocera2003-02-011-2/+8
* removed -export-dynamic (not needed)Bastien Nocera2003-02-014-250/+2
* add the window icon fix screenshot when ratio is 1.0Bastien Nocera2003-02-011-2/+2
* update recent-files stuff from libegg, we can now unmount CDs that haveBastien Nocera2003-01-313-77/+25
* added Encoding field s/Xine/xine/Bastien Nocera2003-01-311-1/+1
* sort by alphabetical orderBastien Nocera2003-01-301-34/+66
* remove some debug, and unused variablesBastien Nocera2003-01-291-4/+0
* fix typo that prevented the mouse clicks from being passed onto xineBastien Nocera2003-01-291-1/+1
* If we have modifiers, and either Ctrl, Mod1 (Alt), or any of Mod3 to Mod5Bastien Nocera2003-01-291-4/+9
* really fix the screenshot aspect bug (it only worked because the testBastien Nocera2003-01-291-3/+9
* fix screenshot's aspect ratio (Closes: #104605) we also process keyBastien Nocera2003-01-282-6/+26
* remove gconf dependency for the show visuals prefBastien Nocera2003-01-253-25/+28
* remove gconf dependency for the media deviceBastien Nocera2003-01-253-50/+54
* so we actually init the engine in gtk_xine_new, and we only init the videoBastien Nocera2003-01-242-53/+66
* remove separators from the dialogsBastien Nocera2003-01-245-24/+11
* remove the dependency on LOGO_PATH from gtk-xine.cBastien Nocera2003-01-233-1/+38
* fix the crash when navigating to an unsupported file for the second timeBastien Nocera2003-01-231-4/+8
* simplify the i18n code in GtkXine, added support for the "malformed mrl"Bastien Nocera2003-01-233-32/+22
* boatloads of little fixes for crashers and don't skip files on errorBastien Nocera2003-01-222-17/+38
* fix a deadlock when there is no demuxer for the video/audio we're tryingBastien Nocera2003-01-221-0/+3
* make it so we can add application/x-ogg files as wellBastien Nocera2003-01-221-1/+2
* use the arguments to find the glade file, not the old codeBastien Nocera2003-01-211-6/+1
* update from libegg and libbacon (Closes: #103419)Bastien Nocera2003-01-205-117/+134
* ignore key presses if there's a modifier, add "S" as a shortcut for "SkipBastien Nocera2003-01-201-8/+16
* make the "Skip to" dialog actually work (Closes: #99150)Bastien Nocera2003-01-203-5/+69
* added a "Skip To..." menu item, made the menus items for skip and volumeBastien Nocera2003-01-201-45/+110
* fix more GCONF_PREFIX stuff, make the playlist position saving work againBastien Nocera2003-01-205-33/+111
* remove obvious dependency on totem in the playlist (glade/pix path), fixBastien Nocera2003-01-203-37/+57
* updated to support subtitles, see README for syntax (Closes: #92641)Bastien Nocera2003-01-191-1/+1
* add CDDA support, needs a very very recent xine-lib, and works nicelyBastien Nocera2003-01-193-6/+31
* added drag support for the video widget, has a weird interaction withBastien Nocera2003-01-191-0/+37
* add a statusbar and move the time/length displays to itBastien Nocera2003-01-184-121/+751
* added mousewheel action for the video canvas (patch by xanBastien Nocera2003-01-171-0/+35
* update the label for screenshot errorsBastien Nocera2003-01-161-1/+1
* finished the work on the screenshot dialogBastien Nocera2003-01-161-4/+123
* minor fixesBastien Nocera2003-01-152-2/+5