Rémi Denis-Courmont
f98a66cea0
add_integer: remove callback parameter
16 years ago
Rémi Denis-Courmont
85ba4839e6
add_float: remove callback parameter
16 years ago
Rémi Denis-Courmont
989310c923
add_loadfile: remove callback parameter
16 years ago
Rémi Denis-Courmont
2af5e58570
NULL rather than 0 pointers
16 years ago
Rémi Denis-Courmont
963630ba6e
split add_file into add_loadfile and add_savefile
The preference panel needs to know which of open or save file dialog
it should use. Here we have 27 load and 4 save cases, plus 2 fonts
that were not correctly marked as such in projectM.
16 years ago
Rémi Denis-Courmont
59117b2862
Do not include vlc_modules.h in vlc_common.h
16 years ago
Rémi Denis-Courmont
b6e0ca0b8d
XCB/screen: fix misleading comments
16 years ago
Rémi Denis-Courmont
90b0c4d125
XCB: use var_Inherit*()
16 years ago
Rémi Denis-Courmont
7e765ed139
Remove legacy casts
16 years ago
Rémi Denis-Courmont
d63b17d13e
demux: provide both URL and file path as with access
This commit may eat your domestic pets.
16 years ago
Rémi Duraffort
a9d0016e1b
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
16 years ago
Rémi Denis-Courmont
27cdd6eb49
Remove useless vlc_object_detach() before vlc_object_release()
16 years ago
Laurent Aimar
d466fd4185
Removed es_format_t::i_aspect.
It was duplicated with es_format_t::i_sar_num/den.
17 years ago
Laurent Aimar
deca66fb30
Used a sar for picture_New/Setup.
17 years ago
Rémi Denis-Courmont
d0682dd37d
XCB/screen: support windows on other non-default screens
17 years ago
Rémi Denis-Courmont
3590170db6
XCB: implement --screen-follow-mouse ( closes #2977 )
17 years ago
Rémi Denis-Courmont
92f73e2ae5
Fix goofed inconsistent license text from myself.
17 years ago
Pierre d'Herbemont
a66885e6d8
screen: By pass hard ass headers.
17 years ago
Pierre d'Herbemont
f42f905acd
screen: Silence warning that are not our business in ColorSync headers.
17 years ago
Jean-Baptiste Kempf
4d87d619f3
Screen-win32: Kill warnings
"signed and unsigned type in conditional expression"
17 years ago
Rémi Denis-Courmont
a323173f0b
Cleanup vlc_timer_* prototypes
17 years ago
Rémi Denis-Courmont
e69310a596
XCB screen: timer thread safety
17 years ago
Rémi Denis-Courmont
06f4977cc1
screen_xcb: use timer, simplify earlier commit
17 years ago
Rémi Denis-Courmont
02c8a56903
screen_xcb: run in a thread - remove input control latency
17 years ago
Christophe Mutricy
6fd538c39e
Typos
17 years ago
Rémi Denis-Courmont
6cd2ef8afb
Constify XCB screen pointers
17 years ago
Rémi Denis-Courmont
38a0d995d2
Xlib screen access removal
17 years ago
Rémi Denis-Courmont
3bce372972
XCB screen: capture root window through translation
This allows capturing child (esp. menus) or overlapping windows instead
of void when the captured window is not at the top.
17 years ago
Rémi Denis-Courmont
64df8e2a89
XCB screen: update geometry as needed
If the window (or even the xrandr screen) is resized, we can now
continue streaming after resetting the ES.
17 years ago
Rémi Denis-Courmont
b656318487
Cosmetics
17 years ago
Rémi Denis-Courmont
761cb12de8
XCB screen: fix default height/width when x/y specified
17 years ago
Rémi Denis-Courmont
de0adf2681
XCB screen: fix error path
17 years ago
Rémi Denis-Courmont
8f8ff3dfbf
XCB screen: some form of pacing
17 years ago
Rémi Denis-Courmont
4f8fed316b
XCB screen & window capture
17 years ago
Laurent Aimar
0ba8129efb
Replaced vout_InitPicture/Format with their equivalent.
17 years ago
Laurent Aimar
724461bdf2
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
There will be some regressions, I used automatic sed replacement with manual
checks but there was a lot to change.
It's only the first pass.
17 years ago
Rémi Duraffort
be1646a7ac
include config.h before any other include.
17 years ago
Rémi Duraffort
6f24f33257
sccaess_screen: little cleaning.
17 years ago
Rémi Duraffort
17d0f722d5
screen_win32: little cleaning.
17 years ago
Rémi Duraffort
406a01541c
screen_win32: fix potential memleak and use DeleteDC instead of ReleaseDC.
17 years ago
Rémi Denis-Courmont
9305440a3d
Use a different plugin for X11 screen
17 years ago
Rémi Denis-Courmont
1590cffccc
Use --x11-display whenever calling XOpenDisplay (except Qt4 this far)
17 years ago
Rémi Denis-Courmont
fa4bde0b26
Trailing ;
17 years ago
FUJISAWA Tooru
71042a865e
Add subscreen/follow mouse options in open dialog.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
17 years ago
FUJISAWA Tooru
2e4212b2f1
Add subscreen/follow mouse support to Mac OS X screen module.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
17 years ago
Antoine Cellerier
85174a2065
Implement DEMUX_GET_TIME in screen access.
17 years ago
Rémi Duraffort
ffbbecfb7a
module_need wants pointers and boolean so give NULL and false instead of 0.
18 years ago
Rémi Duraffort
5300af6109
Fix compilation on win32.
18 years ago
Rémi Duraffort
f6d9ebe618
Use calloc instead of malloc+memset.
18 years ago
Rémi Denis-Courmont
0549228196
Remove most stray semi-colons in module descriptions
Those multi-lines are still to be done (it's going to be fun...)
See also 5af4cc854b .
18 years ago