]> git.sesse.net Git - vlc/history - modules/gui
Added an access using avformat protocol support.
[vlc] / modules / gui /
2009-12-12 Rémi Denis-CourmontRemove useless header check
2009-12-11 Jean-Baptiste KempfQt: provide shortcuts for history items
2009-12-11 Jean-Baptiste KempfQt: various cleanups and fixes
2009-12-11 Jean-Baptiste KempfReduce the toolbar margins even more.
2009-12-10 Erwan Tulouskins2: cosmetics in debug message
2009-12-10 Erwan Tulouskins2: better input management
2009-12-10 Rafaël CarréQt4: check random button if random is set
2009-12-09 JP DingerSkins2: Add missing return statements.
2009-12-08 Rémi Denis-CourmontQt4: provide the X11 display address through the window...
2009-12-08 Rémi Denis-CourmontQt4: check for Windows window system backend rather...
2009-12-08 Rémi Denis-Courmontvout_window_t: simplify via anynomous union
2009-12-08 Rémi Denis-CourmontAvoid warning (braindead putenv() prototype!)
2009-12-08 Rémi Denis-CourmontQt4: fix buffer overflow
2009-12-07 Jean-Baptiste KempfQt: state machine fixes part 1
2009-12-07 Pierre d'Herbemontmacosx/framework: Make sure the nsobject drawable is...
2009-12-06 Jean-Baptiste KempfQt: reduce the size of the margins and spacing between...
2009-12-06 Jean-Baptiste KempfQt: playlist, set a minimum width
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-05 JP DingerQt4: Save a couple temporaries.
2009-12-05 JP DingerSkins2: cosmetics: Pack repetetive code up in a few...
2009-12-05 JP DingerSkins2: Add x11 transparency support. Hope it sets...
2009-12-05 JP DingerSkins2: Cosmetics and drop const from string return...
2009-12-05 JP DingerSkins2: Move method bodies with inline tags to before...
2009-12-05 JP Dingerskins2: I fail to see why Subject (not Observer) needs...
2009-12-05 JP DingerSkins2: Invent ft2_strerror() to improve freetype2...
2009-12-05 JP DingerSkins2: Cosmetics.
2009-12-05 JP DingerSkins2: Mostly cosmetics, some C++ style casting, facto...
2009-12-05 JP DingerSkins2: Cosmetics. Add a REGISTER_CMD1 for commands...
2009-12-05 JP DingerSkins2: Reduce another macro to bare minimum and helper...
2009-12-05 JP DingerSkins2: (Almost entirely) replace another two macros...
2009-12-05 JP DingerSkins2: Cosmetics and the occasional duplicate call...
2009-12-05 JP DingerSkins2: Cosmetics and make better use of a test that...
2009-12-05 JP DingerSkins2: Cosmetic.
2009-12-05 JP DingerSkins2: Replace some theme macros by templated code.
2009-12-05 JP DingerSkins2: Add (and use) template parameter typedefs so...
2009-12-05 JP DingerSkins2: Add ptrmap<> to possibly prevent some more...
2009-12-05 JP DingerSkins2: Factor out duplicate code (mod), and provide...
2009-12-05 JP DingerSkins2: Move getShifts from const to static.
2009-12-05 JP DingerSkins2: Cosmetics.
2009-12-05 JP DingerSkins2: Avoid work by postponing to where and if it...
2009-12-05 JP DingerSkins2: Cosmetics
2009-12-05 JP DingerSkins2: x11_display: Replace PUT_PIXEL and BLEND_PIXEL...
2009-12-05 JP DingerSkins2: Drop another small heap allocation in favour...
2009-12-05 JP DingerSkins2: Factor out repeated code and use var_SetVariant...
2009-12-05 JP DingerSkins2: Cleanup after merge.
2009-12-05 JP DingerSkins2: Use vlc KEY_MODIFIER_* constants for key modifi...
2009-12-05 JP DingerSkins2: Use var_SetVariant() some more.
2009-12-05 JP DingerSkins2: Factor out getModKey() and getKeyState() (both...
2009-12-05 JP DingerSkins2: No need to new char[] temporaries; use stack...
2009-12-05 JP DingerSkins2: Refactor string manipulation event handling...
2009-12-05 JP DingerSkins2: Fix a warning; add a forgotten #undef.
2009-12-05 JP DingerSkins2 compile fix: Apparently declarations went missin...
2009-12-05 JP DingerSkins2: Use typedefs for internal template-derived...
2009-12-05 JP DingerSkins2: Cosmetics, 100% pure. We don't indent for label...
2009-12-05 Rémi Denis-CourmontSignedness mismatch
2009-12-05 Rémi Denis-CourmontInput item type cannot be negative (fix warning)
2009-12-05 Rémi Denis-CourmontOrder initializers
2009-12-05 Rémi Denis-CourmontUnused variable
2009-12-05 Rémi Denis-CourmontUnused variables
2009-12-04 Rémi DuraffortReally kill reallocations.
2009-12-04 Jean-Baptiste KempfQt: make the search box take less space.
2009-12-04 Rémi Duraffortqt4: kill some reallocations.
2009-12-04 Jean-Baptiste KempfQt: remove unnecessary macro
2009-12-04 Jean-Baptiste KempfQt: rename panels.hpp to standardpanel.hpp
2009-12-04 Jean-Baptiste KempfQt: Remove the gotoPlaying button, as noone understood it.
2009-12-04 Jean-Baptiste KempfQt: playlist, remove the bar of buttons at the bottom
2009-12-04 Jean-Baptiste KempfQt: playlist code cosmetics
2009-12-04 Jean-Baptiste KempfQt: remove random and repeat buttons from playlist
2009-12-04 Jean-Baptiste KempfQt: Remove PLPanel upper class
2009-12-04 Jean-Baptiste KempfQt: add repeat and random button to the default toolbar
2009-12-04 Jean-Baptiste KempfNEWS: XvMC was removed
2009-12-04 Jean-Baptiste KempfQt: allow loop/repeat button to be in a toolbar (part 2)
2009-12-04 Jean-Baptiste KempfQt: allow loop/repeat button to be in a toolbar (part 1)
2009-12-04 Jean-Baptiste KempfQt: make sure the random buttons states are consistent
2009-12-04 Jean-Baptiste KempfQt: code cosmetic
2009-12-04 Jean-Baptiste KempfQt: actually activate random action
2009-12-04 Jean-Baptiste KempfQt: moving Random to the normal toolbars
2009-12-04 Jean-Baptiste KempfQt: factorize again
2009-12-04 Jean-Baptiste KempfQt: factorize
2009-12-04 Jean-Baptiste KempfQt: fix tab order
2009-12-04 Jean-Baptiste KempfQt: add the hw-accel to simple preferences
2009-12-04 Jean-Baptiste KempfQt: first run dialog is never asked again if --no-qt...
2009-12-04 Jean-Baptiste KempfQt4: firstRun dialog is now separated
2009-12-04 Jean-Baptiste KempfBlacklist Qt 4.5.0 as promised
2009-12-04 Jean-Baptiste KempfQt: remove unnecessary includes
2009-12-04 Jean-Baptiste KempfChange debug
2009-12-04 Jean-Baptiste KempfQt: code cosmetics
2009-12-04 Jean-Baptiste KempfQt: use a single state variable and debug
2009-12-04 Jean-Baptiste KempfQt: move to Stack Widget, part 2
2009-12-04 Jean-Baptiste KempfQt: change mainLayout
2009-12-01 Rémi Denis-CourmontQt4: implement SAP in the streaming wizard
2009-11-30 Rémi Denis-CourmontQt4: separate native RTP from RTP/TS
2009-11-30 Rémi Denis-CourmontCode factorization
2009-11-30 Rémi Denis-CourmontQt4: remove (no-)sout-keep option
2009-11-30 Rémi Denis-CourmontQt4: add profile for raw CD audio quality
2009-11-30 Rémi Denis-CourmontKill a few relocations
2009-11-30 Rémi Denis-CourmontQt4: let the compiler figure the number of profiles
2009-11-30 Rémi Denis-CourmontQt4: try to improve sout protocol names
2009-11-30 Rémi Denis-CourmontQt4: missing qtr
2009-11-30 Rémi Denis-CourmontQt4: remove audio/video port from RTP streaming wizard
next