]> git.sesse.net Git - vlc/history - modules/gui/macosx
* Start cleaning up libvlc playlist API (Refs:#457)
[vlc] / modules / gui / macosx /
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-20 Felix Paul Kühne* don't double free an object! Thanks to nivix for...
2007-02-18 Felix Paul Kühne* animate vout-window resizements. Patch by Pierre...
2007-02-10 Felix Paul Kühne* fixed a bug which prevented the fspanel to show up...
2007-02-02 Felix Paul Kühne* collection of various fixes and edits
2007-01-14 Felix Paul Kühne* allow the screensaver to appear when video playback...
2007-01-14 Felix Paul Kühne* design change: the current volume is automatically...
2006-12-31 Felix Paul Kühne* some GUI improvements, which need further work once...
2006-12-31 Felix Paul Kühne* don't add an 'empty folder' if the user hit cancel...
2006-12-26 Felix Paul Kühne* be more accurate when fading in and out (refs #913...
2006-12-19 Felix Paul Kühne* gui behaviour change: the textfields are no longer...
2006-12-18 Felix Paul Kühne* hide the fspanel if VLC looses its front app state...
2006-12-18 Felix Paul Kühne* added an option to disable the fspanel
2006-12-12 Felix Paul Kühne* switched the middle arrow buttons from faster/slower...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-09 Felix Paul Kühne* prevent the preferences from crashing. they aren...
2006-12-09 Felix Paul Kühne* improved previous b_autoplay implementation
2006-12-09 Felix Paul Kühne* make sure that the opened media is always enqueueded...
2006-12-07 Derk-Jan Hartman* Don't redraw the window when going to fullscreen...
2006-12-07 Derk-Jan Hartman* forwardport: [18319], [18320]
2006-11-27 Felix Paul Kühne* more info about the applescript addition:
2006-11-27 Felix Paul Kühne* various improvements to the AppleRemote support by...
2006-11-27 Felix Paul Kühne* added an option to the apple script binding to check...
2006-11-26 Felix Paul Kühne* centre fspanel in the lower third of the screen....
2006-11-26 Felix Paul Kühne* missing file in previous commit
2006-11-26 Felix Paul Kühne* fspanel usability fixes (forward-port of [18077]...
2006-11-26 Felix Paul Kühne* the remaining compilation fixes plus a bit of clean...
2006-11-26 Felix Paul Kühne* first round of compilation fixes, more to come
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacAh Ah
2006-11-26 Clément StenacFirst and probably only attempt at fixing os x interface :)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Felix Paul Kühne* added numerous casts to silence compilation warnings...
2006-11-22 Felix Paul Kühne* compilation fixes to address courmisch's API changes...
2006-11-19 Derk-Jan Hartman* Fix OSX GUI after playlist API update
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-09 Felix Paul Kühne* don't mix old and new pl API
2006-11-09 Felix Paul Kühne* added an option to disable auto-playback of newly...
2006-11-09 Felix Paul Kühne* forward-port [17568]
2006-11-05 Felix Paul Kühne* forward-port [17501] and [17500]
2006-11-05 Felix Paul Kühne* forward-port [17497] with the addition of an 'embedde...
2006-10-21 Derk-Jan Hartman* Updates due to the new playlist core
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-10-17 Derk-Jan HartmanFix the shoutcast TV listings SD menu item in the Mac...
2006-10-12 Derk-Jan HartmanFix MacOS X black screens and play as background option...
2006-10-12 Felix Paul Kühne* fade in quicker and fix the fade-in/out problems...
2006-10-04 Felix Paul Kühne* implemented the volume slider
2006-10-01 Felix Paul Kühne* finished the time slider
2006-10-01 Felix Paul Kühne* temporary fix to keep VLC linking. I don't know yet...
2006-10-01 Felix Paul Kühne* native GUI elements for the Fullscreen panel by Simon...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-21 Eric PetitRemoves --macosx-fill which has been long broken and...
2006-09-20 Derk-Jan Hartman* Fix selection of Adjust filter. On the fly changes...
2006-09-17 Felix Paul Kühne* removed an outdated method instead of commenting it
2006-09-17 Felix Paul Kühne* implemented the previously committed playmode buttons...
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-09-16 Felix Paul Kühne* various improvements to our Apple Remote bindings...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Felix Paul Kühne* fix a nasty handling bug and convert all comments...
2006-09-10 Felix Paul Kühne* removed some further hangover from the original patch...
2006-09-10 Felix Paul Kühne* New Fullscreen controller panel
2006-09-03 Felix Paul Kühne* save playback styles on Macs as well
2006-08-30 Felix Paul Kühne* added some buttons for apple remote controlling....
2006-08-30 Damien Fouilleulvoutgl: fix AR in mozilla plugin
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-08-19 Felix Paul Kühne* also forward the mouse events to super if no vout...
2006-08-19 Felix Paul Kühne* always forward the clicks to OSX's core
2006-08-18 Felix Paul Kühne* finish the vout menu (cloeses #302)
2006-08-07 Clément StenacFix sort by artist
2006-08-07 Felix Paul Kühne* configure.ac: enabled Obj-C exceptions in the OBJCFLA...
2006-08-06 Felix Paul Kühne* fix compilation warnings by adding _defaultTableHeade...
2006-08-01 Clément StenacImprove Qt interaction stuff
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-31 Felix Paul Kühne* removed the old panel which used to show msg_err...
2006-07-30 Felix Paul Kühne* compilation fix
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
2006-07-30 Felix Paul Kühne* additional interaction enhancements
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-29 Jérome DecoodtAdd Ctrl+clic to handle one button mice
2006-07-20 Felix Paul Kühne* some minor fixes (signed vs unsigned ints, removed...
2006-07-17 Felix Paul Kühne* adapted the extended panel to the latest video filter...
2006-07-15 Felix Paul Kühne* removed useless include
2006-07-15 Felix Paul Kühne* implemented a ctrl-click menu for the vouts (refs...
2006-07-13 Felix Paul Kühne* implement the error panel correctly (for the records...
2006-07-08 Felix Paul Kühne* complete clean-up
2006-07-06 Damien Fouilleulvout.m: change in fullscreen behaviour
2006-07-03 Felix Paul Kühne* implemented a non-blocking progress-bar in the main...
2006-06-14 Damien Fouilleulfixes for crash in Safari plugin when terminating ...
2006-06-13 Felix Paul Kühne* code and GUI improvements
2006-06-01 Damien Fouilleul- voutgl.m: added OpenGL provider for MacOS X Safari...
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-27 Felix Paul Kühne* playlistinfo.m: fixed a rare crash and made sure...
2006-05-25 Felix Paul Kühne* disabled the debug-msg which prints the pointer to...
2006-05-25 Eric PetitHandle Volume Up/Down as well
2006-05-25 Eric PetitAdds support for Apple's remote (only handles Play...
2006-05-25 Clément StenacAdd a change_internal modifier to options. Please check...
2006-05-16 Derk-Jan Hartman* Fixed Meta for OSX, so i know what music i'm listenin...
next