Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxclip.c167 XGetAtomName(This->display, req->property))); in xclip_refuse_selection()
337 XChangeProperty(This->display, DefaultRootWindow(This->display), in xclip_notify_change()
430 XGetAtomName(This->display, event->selection), in xclip_handle_SelectionNotify()
431 XGetAtomName(This->display, event->target), in xclip_handle_SelectionNotify()
432 XGetAtomName(This->display, event->property))); in xclip_handle_SelectionNotify()
438 res = XGetWindowProperty(This->display, This->wnd, in xclip_handle_SelectionNotify()
681 XGetAtomName(This->display, event->selection), in xclip_handle_SelectionRequest()
682 XGetAtomName(This->display, event->target), in xclip_handle_SelectionRequest()
683 XGetAtomName(This->display, event->property))); in xclip_handle_SelectionRequest()
810 XSelectInput(This->display, This->wnd, in xclip_handle_PropertyNotify()
[all …]
H A Dxwin.c1204 This->server_depth = DisplayPlanes(This->display, DefaultScreen(This->display)); in select_visual()
1211 XCloseDisplay(This->display); in select_visual()
1324 XGetVisualInfo(This->display, in select_visual()
1330 XCloseDisplay(This->display); in select_visual()
1404 if (This->display == NULL) in ui_init()
1532 XCloseDisplay(This->display); in ui_deinit()
1533 This->display = NULL; in ui_deinit()
1792 XIconifyWindow(This->display, This->wnd, DefaultScreen(This->display)); in handle_button_event()
2434 XQueryColor(This->display, in ui_create_colourmap()
2552 XBell(This->display, 0); in ui_bell()
[all …]
H A Dewmhints.c47 property = XInternAtom(This->display, propname, True); in get_property_value()
54 result = XGetWindowProperty(This->display, wnd, property, 0, /* long_offset */ in get_property_value()
171 XInternAtom(This->display, "_NET_WM_STATE_MAXIMIZED_VERT", False); in ewmh_init()
173 XInternAtom(This->display, "_NET_WM_STATE_MAXIMIZED_HORZ", False); in ewmh_init()
176 XInternAtom(This->display, "_NET_WM_STATE_SKIP_TASKBAR", False); in ewmh_init()
262 XChangeProperty(This->display, wnd, This->net_wm_state_atom, XA_ATOM, in ewmh_modify_state()
287 XChangeProperty(This->display, wnd, This->net_wm_state_atom, XA_ATOM, in ewmh_modify_state()
308 status = XSendEvent(This->display, DefaultRootWindow(This->display), False, in ewmh_modify_state()
382 status = XSendEvent(This->display, DefaultRootWindow(This->display), False, in ewmh_move_to_desktop()
433 moveresize = XInternAtom(This->display, "_NET_MOVERESIZE_WINDOW", False);
[all …]
/reactos/dll/3rdparty/libpng/
H A Dpngread.c1693 set_file_encoding(display); in decode_gamma()
1781 set_file_encoding(display); in png_create_colormap_entry()
2092 png_image_read_control *display = in png_image_read_colormap() local
3235 display->local_row = row; in png_image_read_colormapped()
3237 display->local_row = NULL; in png_image_read_colormapped()
3572 display->first_row); in png_image_read_background()
4063 display->local_row = row; in png_image_read_direct()
4065 display->local_row = NULL; in png_image_read_direct()
4076 display->local_row = row; in png_image_read_direct()
4078 display->local_row = NULL; in png_image_read_direct()
[all …]
H A Dpngwrite.c1546 display->first_row); in png_write_image_16bit()
1705 display->first_row); in png_write_image_8bit()
1760 display->local_row)); in png_write_image_8bit()
2110 display->first_row = row; in png_image_write_main()
2139 display->local_row = row; in png_image_write_main()
2144 display->local_row = NULL; in png_image_write_main()
2215 png_set_write_fn(display->image->opaque->png_ptr, display/*io_ptr*/, in png_image_write_memory()
2242 memset(&display, 0, (sizeof display)); in png_image_write_to_memory()
2243 display.image = image; in png_image_write_to_memory()
2308 memset(&display, 0, (sizeof display)); in png_image_write_to_stdio()
[all …]
/reactos/dll/3rdparty/libtiff/
H A Dtif_color.c89 Yr = TIFFmax(Yr, cielab->display.d_Y0R); in TIFFXYZToRGB()
90 Yg = TIFFmax(Yg, cielab->display.d_Y0G); in TIFFXYZToRGB()
91 Yb = TIFFmax(Yb, cielab->display.d_Y0B); in TIFFXYZToRGB()
94 Yr = TIFFmin(Yr, cielab->display.d_YCR); in TIFFXYZToRGB()
95 Yg = TIFFmin(Yg, cielab->display.d_YCG); in TIFFXYZToRGB()
96 Yb = TIFFmin(Yb, cielab->display.d_YCB); in TIFFXYZToRGB()
112 *r = TIFFmin(*r, cielab->display.d_Vrwr); in TIFFXYZToRGB()
131 _TIFFmemcpy(&cielab->display, display, sizeof(TIFFDisplay)); in TIFFCIELabToRGBInit()
136 (cielab->display.d_YCR - cielab->display.d_Y0R) / cielab->range; in TIFFCIELabToRGBInit()
145 (cielab->display.d_YCR - cielab->display.d_Y0R) / cielab->range; in TIFFCIELabToRGBInit()
[all …]
/reactos/boot/environ/
H A DCMakeLists.txt38 lib/io/display/display.c
39 lib/io/display/emscons.c
40 lib/io/display/guicons.c
41 lib/io/display/textcons.c
42 lib/io/display/efi/textcons.c
43 lib/io/display/efi/guicons.c
44 lib/io/display/efi/gop.c
45 lib/io/display/efi/uga.c)
/reactos/base/applications/calc/
H A Dhelp.txt32 Digit buttons: they are used for entering digits into the display.
44 It clears the output display and all pending operations.
113 It inverts all bits of the number shown into the output display.
119 It isolates the integer part of the number shown into the output display.
131 It returns the cube root of the number shown on the output display.
137 Reciprocal. It divides 1 by the number shown on the output display.
198 It loads the selected number into the output display of the calculator.
218 It inserts the number shown into the output display into the list.
271 Output display
332 It deletes the last typed number from the output display.
[all …]
H A Dwhatsnew.txt3 * Fixed bug 12.37 13/06/2009 into multiprecision display (unicode only).
67 …er with standard layout has been limited to 16 digits because the output display is smaller here (…
70 * The content of the output display is now cleared before doing a paste from clipboard.
90 * Now the [+/-] button can change the sign of any number into the output display.
97 * [Exp] button won't work if the output display is zero (0e+100 is always zero).
98 * Now [.] can start a number directly: if it is pressed when display is empty then "0." is pushed a…
103 * The change of the sign +/- doesn't work if the display is empty or zero.
/reactos/modules/rosapps/applications/net/dhcpd/src/
H A DMakefile.am1 SUBDIRS = display leases parsing utils subdir
3 CFLAGS = display.o leases.o parser.o utils.o -Wall
6 dhcp_OBJS = display.o leases.o parser.o utils.o
/reactos/media/fonts/doc/Arial/
H A DChangeLog.txt21 - Renamed display name "Liberation Sans" as "Arial".
22 - Renamed display name "Liberation Sans Bold" as "Arial Bold".
23 - Renamed display name "Liberation Sans Bold Italic" as "Arial Bold Italic".
24 - Renamed display name "Liberation Sans Italic" as "Arial Italic".
/reactos/dll/win32/inseng/
H A Dinseng_main.c91 char *display; member
217 … This->id, INSTALLSTATUS_DOWNLOADING, This->display, NULL, progress / 1024, This->dl_size); in downloadcb_OnProgress()
321 char *display, DWORD dl_size, struct downloadcb **callback) in downloadcb_create() argument
332 cb->display = display; in downloadcb_create()
569 static HRESULT download_url(InstallEngine *This, char *id, char *display, char *url, DWORD flags, D… in download_url() argument
609 hr = downloadcb_create(This, event, filename, id, display, dl_size, &callback); in download_url()
661 char display[MAX_DISPLAYNAME_LENGTH+1]; in process_component() local
671 hr = ICifComponent_GetDescription(comp, display, sizeof(display)); in process_component()
679 IInstallEngineCallback_OnStartComponent(This->callback, id, size_dl, size_install, display); in process_component()
702 hr = download_url(This, id, display, url, flags, size_dl); in process_component()
[all …]
/reactos/sdk/tools/rgenstat/web/
H A Drapistatus.css18 display: none;
23 display: none;
/reactos/modules/rosapps/applications/explorer-old/doc/
H A Dchanges.txt26 22.08.2003 m. fuchs implemented clock display in tray notification area
34 …003 m. fuchs implemented tooltips and launching of date/time control panel applet for clock display
50 06.12.2003 m. fuchs basic support to display NTFS streams in winefile windows
77 04.04.2004 m. fuchs import of IE bookmarks; explorer sidebar with bookmark display
87 03.08.2004 m. fuchs get version number to display from RES_STR_PRODUCT_VERSION
88 16.08.2004 m. fuchs display version information in about dialog and on the desktop
92 20.11.2004 m. fuchs display notification icon change times
127 m. fuchs display "log off" dialog, add "terminate" menu entry
132 03.05.2005 m. fuchs display custom folders in start menu root
169 28.12.2005 m. fuchs display icon overlays in Explorer tree view
H A DTODO.txt15 - read "DESCRIPT.ION" files to display file descriptions
16 - detect display mode changes and adjust desktop bar size
36 - new start menu entry "Filemanager" close to "Explore" -> display C: and D: drive in MDI window
/reactos/base/applications/network/telnet/doc/
H A Dbugs.txt9 Enable_Mouse=1 Causes the display to slow in fullscreen mode, since the
14 Specifying any of these can cause display problems if
/reactos/media/inf/
H A Ddisplay.inf3 ; Installation file for the display adapters and display class
67 StdMfg = "(Standard display adapters)"
/reactos/media/doc/
H A Dwinsta and desktops.txt26 Service-0x0-3e7$ and it will alow to display windows and dialog boxes.
96 -contain a logical display surface
111 -only Winsta0 has access to the display
112 -Only one window station, called Winsta0, can interact with the user display, keyboard, mouse
114 -Only the interactive window station WinSta0, can display
127 the keyboard, mouse, and display device. The interactive window station is visible to the user and
148 and provides a display to the user. Only one desktop can be the active
/reactos/dll/cpl/inetcpl/resources/Icon_Licence/
H A DCOPYING27 …3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
28 …4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
40display, publicly perform, or publicly digitally perform the Work only under the terms of this Lic…
41display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of…
42 …3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work o…
/reactos/dll/win32/netcfgx/res/Icon_Licence/
H A DCOPYING27 …3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
28 …4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
40display, publicly perform, or publicly digitally perform the Work only under the terms of this Lic…
41display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of…
42 …3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work o…
/reactos/dll/win32/shell32/res/avis/Licence/
H A DCOPYING27 …3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
28 …4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
40display, publicly perform, or publicly digitally perform the Work only under the terms of this Lic…
41display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of…
42 …3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work o…
/reactos/dll/win32/shell32/res/icons/Icon_Licence/
H A DCOPYING27 …3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
28 …4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
40display, publicly perform, or publicly digitally perform the Work only under the terms of this Lic…
41display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of…
42 …3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work o…
/reactos/dll/win32/setupapi/res/Icon_Licence/
H A DCOPYING27 …3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
28 …4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform public…
40display, publicly perform, or publicly digitally perform the Work only under the terms of this Lic…
41display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of…
42 …3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work o…
/reactos/base/shell/cmd/lang/
H A Den-US.rc35 Type CD drive: to display the current directory on the specified drive.\n\
36 Type CD without a parameter to display the current drive and directory.\n"
40 /N Do not display choices and ? at the end of the prompt string.\n\
43 text Prompt string to display.\n\n\
106 /T display only\n\n\
107 Type DATE without parameters to display the current date setting and\n\
146 default. Use /-C to disable display of separator.\n\
195 Type ECHO without a parameter to display the current ECHO setting."
291 Type PATH without parameters to display the current path.\n"
368 /T display only\n\n\
[all …]
H A Dcs-CZ.rc40 Type CD drive: to display the current directory on the specified drive.\n\
41 Type CD without a parameter to display the current drive and directory.\n"
45 /N Do not display choices and ? at the end of the prompt string.\n\
48 text Prompt string to display.\n\n\
111 /T display only\n\n\
112 Type DATE without parameters to display the current date setting and\n\
151 default. Use /-C to disable display of separator.\n\
200 Type ECHO without a parameter to display the current ECHO setting."
296 Type PATH without parameters to display the current path.\n"
373 /T display only\n\n\
[all …]

12345678910>>...12