12949 Commits (e3ea13c07cf5f27e4f714a745d64a625a3f320b1)

Author SHA1 Message Date
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Hugo Beauzée-Luyssen f1fb549e78 qt: custom_menus: Do not leak created actions 8 years ago
Rémi Denis-Courmont 902dd36bbd configure: remove LIBPTHREAD 8 years ago
Erwan Tulou 31315a5af3 skins2(x11): fix vlc crashing on Kwin 8 years ago
Martin Storsjö 011a8fc8f4 Revert "Qt: Fix building with Qt < 5.7 after 691c674bfff" 8 years ago
Martin Storsjö 1162a9ffec Qt: Require Qt 5.9.0 as minimum version 8 years ago
Martin Storsjö f3a801cc0e Qt: Add a missing include of QHeaderView 8 years ago
Steve Lhomme 01f8d80317 qt: "short-jump-size" is in seconds, not an mtime_t 8 years ago
Steve Lhomme 4aa920ebcd skins2: the internal interval is not an mtime_t 8 years ago
Steve Lhomme bed922d68b qt: the points seek time is an mtime_t 8 years ago
Martin Storsjö 1e979be2dd Qt: Fix building with Qt < 5.7 after 691c674bff 8 years ago
Rémi Denis-Courmont 517a7e7b3f input item: use vlc_list for per-category infos 8 years ago
Francois Cartegnie 691c674bff Qt: split logically renderer widget and improve 8 years ago
Erwan Tulou d8d3d1efd3 qt: protect against invalid Qsize 8 years ago
Erwan Tulou 5ea9b98e29 qt: remove dubious and non functional call 8 years ago
Rémi Denis-Courmont 6a923aeb2c vlm: vlm_New() needs a VLC instance 8 years ago
Pierre Lamot bc02f60c24 qt: fix subtitle open not selecting the current video folder 8 years ago
Felix Paul Kühne 5207ca6439 macosx/nowplaying: make sure the album track number is exposed as number 8 years ago
Felix Paul Kühne fbb8a437f2 macosx: modernize the remaining sheet dialogs 8 years ago
Felix Paul Kühne a50dad91b6 macosx: modernize xib file use for the main menu 8 years ago
Felix Paul Kühne 10711f6ad6 macosx: upgrade accessibility code 8 years ago
Felix Paul Kühne 883a0cc67b macosx/prefs: fix reset of textfields 8 years ago
Felix Paul Kühne a6e1e1b01c macosx: require SDK macOS 10.12.2 or later for compilation 8 years ago
Felix Paul Kühne c38dd543ee macosx: remove legacy code for pre-Yosemite macOS versions 8 years ago
David Fuhrmann 6fd7cb8422 macosx: Silence warning about NSFontPanelModeMask 8 years ago
Felix Paul Kühne dd1222e942 macosx: remove hack for macOS Mavericks 8 years ago
Felix Paul Kühne 126fb1184c macosx: split windows file to have one class per file 8 years ago
Felix Paul Kühne 934390c913 macosx/VLCDefaultValueSliderCell: don't access AppKit instance variables directly 8 years ago
Felix Paul Kühne e5b2bb20b3 macosx/windows: don't access AppKit instance variables directly 8 years ago
Rémi Denis-Courmont 37ba67028a macosx: fix typo 8 years ago
Rémi Denis-Courmont 0b3b1edf14 variables: use table of vlc_value_t for VLC_VAR_GETCHOICES 8 years ago
Rémi Denis-Courmont 47e3ce983c qt: small revector 8 years ago
Rémi Denis-Courmont 7048874668 variables: inline var_FreeList() in simple loops 8 years ago
Rémi Denis-Courmont e8eb93fd96 ncurses: fix memory leak 8 years ago
Rémi Denis-Courmont 5e50399a45 variables: add count parameter for VLC_VAR_GETCHOICES 8 years ago
Rémi Denis-Courmont 34925c7cb5 variables: use char *** for VLC_VAR_GETCHOICES texts 8 years ago
Rémi Denis-Courmont 6e94ac8021 objects: simplify the vlc_list_children() debug function 8 years ago
Rémi Denis-Courmont 1b380f31b1 variables: use char ** for VLC_VAR_GETTEXT 8 years ago
Rémi Denis-Courmont 82fa2d678a variables: use const char * for VLC_VAR_SETTEXT 8 years ago
Rémi Denis-Courmont 63ce436225 variables: pass vlc_list_t directly with VLC_VAR_GETCHOICES 8 years ago
Rémi Denis-Courmont 7b9b1e3004 ncurses: missing const 8 years ago
Rémi Denis-Courmont 343195f1b2 variables: pass VLC_VAR_SETVALUE parameter by value 8 years ago
Rémi Denis-Courmont 6df7110897 variables: use size_t for VLC_VAR_CHOICESCOUNT 8 years ago
Rémi Denis-Courmont 84b960546b variables: pass VLC_VAR_ADDCHOICES parameters by value 8 years ago
Rémi Denis-Courmont 8349b1a82a modules: constify vlc_gettext() 8 years ago
Rémi Denis-Courmont fe5fbf4349 variables: remove useless VLC_VAR_GETTEXT parameter 8 years ago
Rémi Denis-Courmont 9c9ecc5385 variables: remove useless VLC_VAR_SETTEXT parameter 8 years ago
Rémi Denis-Courmont 11717e54d2 variables: remove useless VLC_VAR_SETVALUE parameter 8 years ago
Rémi Denis-Courmont c006da0514 variables: remove useless VLC_VAR_CHOICESCOUNT parameter 8 years ago