]> git.sesse.net Git - vlc/history - modules/gui/wince
Qt4: avoid the blinking of the unparented widgets in customize dialog.
[vlc] / modules / gui / wince /
2009-03-23 Geoffroy CouprieWinCE intf: fix resources building
2009-03-17 Rémi Denis-CourmontWinCE: remove dummy locking
2009-02-24 Geoffroy CouprieWinCE: make buildbot happy for now.
2009-02-19 Geoffroy CouprieWinCE intf: don't use old preferences macros
2009-02-19 Geoffroy CouprieWinCE intf: LVITEM needs an index
2009-02-19 Geoffroy CouprieWinCE intf: remove VLC_Changeset
2009-02-19 Geoffroy CouprieWinCE: fix compilation of wince.cpp
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-15 Rémi Denis-CourmontRemove unsafe VOUT_SET_FOCUS
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-14 Rémi Denis-CourmontWin32: get rid of vlc_thread_ready()
2008-11-28 Geoffroy CouprieFix my previous commit
2008-11-28 Geoffroy CouprieWinCE: update the use of messages subscription
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-14 Geoffroy CouprieWinCE intf: use existing vlc functions
2008-10-14 Geoffroy CouprieWinCE intf: get rid of VLC_OBJECT_MODULE
2008-10-14 Geoffroy CouprieWinCE intf: get rid of i_object_id
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-10 Geoffroy CouprieWinCE: update the interface module
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontC++ <inttypes.h> inclusion fixes
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-16 Rémi DuraffortRemove useless test before a delete.
2008-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-15 Rémi Denis-CourmontRemove code killed by previous commit
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-29 Rémi Denis-CourmontVLC_Changeset is always available
2006-11-26 Clément StenacA bit of headers cleanup
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-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-02-01 Rémi Denis-CourmontFrench -> English
2006-02-01 Rémi Denis-CourmontTranslate french comment
2006-01-27 Antoine CellerierUpdate copyright dates used in interfaces and binaries...
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-11-26 Gildas Bazin* modules/gui/wince/interface.cpp: include extra versio...
2005-11-02 Gildas Bazin* modules/gui/wince/video.cpp: forgot a VOUT_SET_ZOOM.
2005-09-22 Gildas Bazin* modules/gui/wince/dialogs.cpp: EVC compilation fix.
2005-08-18 Rémi Denis-CourmontRedo 12234; this time with (hopefully) Mac OS X support
2005-08-18 Rémi Denis-CourmontRevert the other half
2005-08-18 Rémi Denis-Courmont- Use a common rule to build plugins (refs #297)
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyOups, forgot this one with [11093] (deprecated option...
2005-04-06 Gildas Bazin* modules/gui/wince: bunch of fixes.
2005-03-30 Gildas Bazin* modules/gui/wince: added dialogs provider + another...
2005-03-29 Gildas Bazin* modules/gui/wince: new open directory menu (win32...
2005-03-29 Gildas Bazin* modules/gui/wince/interface.cpp: fixed menus handling.
2005-03-16 Gildas Bazin* modules/gui/wince: better volume slider behaviour.
2005-03-07 Gildas Bazin* modules/gui/wince/interface.cpp: compilation fix.
2005-03-07 Gildas Bazin* modules/gui/wince: fixed bunch of bugs and memory...
2005-03-05 Gildas Bazin* modules/gui/wince/*: improvements to the WinCE interface.
2005-03-03 Gildas Bazin* modules/gui/wince: try to save up a bit on memory...
2005-02-28 Gildas Bazin* modules/gui/wince: added a popup menu for the main...
2005-02-28 Gildas Bazin* modules/gui/wince: usual bunch of cleanup + updates.
2005-02-28 Gildas Bazin* modules/gui/wince: some more cleanup.
2005-02-26 Gildas Bazin* modules/gui/wince: some more code cleanup + fixes.
2005-02-25 Gildas Bazin* ../modules/gui/wince: new CreateMenuBar() which handl...
2005-02-24 Gildas Bazin* modules/gui/wince: cleanup + ported to win32 (but...
next