summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.Eli Zaretskii2008-08-151-0/+5
* NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function...Adrian Robert2008-08-011-49/+1
* * s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vmsDan Nicolaescu2008-07-311-10/+0
* * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.before-merge-emacs-app-to-trunkJason Rumney2008-07-151-7/+12
* applying patch to consolidate non-GUI portion of hourglass implementation as ...Adrian Robert2008-07-151-27/+3
* (w32_get_arg): Remove wrapper function.Jason Rumney2008-07-141-48/+34
* (x_create_tip_frame): Pass parameter argument toChong Yidong2008-07-081-1/+1
* * w32fns.c (map_w32_filename): Declare extern.Juanma Barranquero2008-07-071-0/+1
* Changes from Toru Tsuneyoshi for using Trash can when deleting files.Jason Rumney2008-07-021-0/+59
* * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.Jason Rumney2008-06-281-1/+3
* * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)Jason Rumney2008-06-271-883/+0
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* [OLD_FONT]: Remove obsolete font code.Jason Rumney2008-06-201-1194/+0
* * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'Stefan Monnier2008-06-201-5/+10
* * w32fns.c, xfns.c (Qfont_param): New var.Stefan Monnier2008-06-191-0/+8
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-131-57/+0
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-1/+1
* Fix typo in comment.Juanma Barranquero2008-05-281-1/+1
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-12/+12
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-1/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Throughout the file, delete all USE_FONT_BACKENDKenichi Handa2008-05-141-107/+35
* (Fw32_battery_status): Fix computation of %t (h:min) format.Juanma Barranquero2008-05-041-2/+2
* (Fw32_battery_status): New defun.Jason Rumney2008-04-291-0/+110
* (Fw32_define_rgb_color): Fix typo in docstring.Juanma Barranquero2008-04-281-3/+3
* (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.Jason Rumney2008-04-031-0/+12
* (start_hourglass): Suppress hourglass on tty frames.Jason Rumney2008-03-271-0/+4
* * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.Jason Rumney2008-03-191-97/+70
* (globals_of_w32fns, Fx_create_frame): Fix last change.Eli Zaretskii2008-03-141-11/+0
* (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)Jason Rumney2008-03-141-10/+76
* (w32_msg_pump): Disable debug code.Jason Rumney2008-03-011-0/+4
* Merge from emacs--rel--22Miles Bader2008-02-251-0/+12
|\
| * (enum_font_cb2): Don't use raster fonts for Unicode.Jason Rumney2008-02-241-0/+12
* | Merge from emacs--rel--22Miles Bader2008-02-241-1/+4
|\ \ | |/
| * (Fw32_shell_execute): Encode parameters.Jason Rumney2008-02-181-1/+4
* | Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-1/+1
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\ \
| * \ Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\ \ | | |/
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | | Merge from emacs--devo--0Miles Bader2008-01-021-0/+4
|\ \ \ | |/ /
| * | Make copy of frame parameters because the original parametersMartin Rudalics2007-12-291-0/+4
* | | Merge from emacs--devo--0Miles Bader2007-12-291-1/+2
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-12-281-1/+2
| |\ \ | | |/
| | * (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-171-1/+2
* | | Merge from emacs--devo--0Miles Bader2007-12-161-4/+4
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-12-161-4/+4
| |\ \ | | |/
| | * (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-131-4/+4
| | * (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-15/+15
| | * (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-110/+103
| | * (Fw32_register_hot_key): Don't try to registerJuanma Barranquero2007-11-131-1/+1