summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74Miles Bader2005-07-291-4/+4
|\ \ | |/
| * (my_set_window_pos, my_show_window): Don't declare.Juanma Barranquero2005-07-281-4/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-1/+3
|\ \ | |/
| * (Vx_hand_shape): Variable removed.Kim F. Storm2005-07-191-1/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67Miles Bader2005-06-301-1/+1
|\ \ | |/
| * (Fx_show_tip): Pass new arg to try_window.Richard M. Stallman2005-06-251-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-4/+4
|\ \ | |/
| * (check_x_frame, check_x_display_info): Follow error conventions.Juanma Barranquero2005-06-231-4/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-151-25/+57
|\ \ | |/
| * (NEWOPENFILENAME): New struct.Jason Rumney2005-06-121-16/+43
| * (w32_abort): Use the MB_YESNO dialog instead ofEli Zaretskii2005-06-121-7/+8
| * (Fx_file_dialog): Unblock input before falling back to minibuffer.Jason Rumney2005-06-101-2/+6
| * (syms_of_w32fns): Fix spellings.Juanma Barranquero2005-06-101-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2Miles Bader2005-01-161-1/+21
|\ \ | |/
| * (w32_load_system_font): Set FONT_WIDTH to maximum, notJason Rumney2005-01-031-1/+20
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-19/+15
|\ \ | |/
| * Use fast_string_match_ignore_case for comparing font names.Jason Rumney2004-11-021-7/+5
| * * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-10/+8
| * (Fx_server_vendor, Fx_server_version): Doc fixes.Richard M. Stallman2004-10-281-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62Miles Bader2004-10-221-4/+6
|\ \ | |/
| * (w32_font_match): Encode font name being matched.Jason Rumney2004-10-161-5/+7
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36Miles Bader2004-09-091-8/+24
|\ \ | |/
| * (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: HandleJason Rumney2004-09-071-8/+24
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-34Miles Bader2004-09-041-0/+12
|\ \ | |/
| * Fix typo in last checkinJason Rumney2004-08-311-1/+1
| * 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)Jason Rumney2004-08-311-0/+12
* | (x_to_w32_font): Update to use new coding struct.Jason Rumney2004-09-011-9/+7
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25Miles Bader2004-07-231-2/+2
|\ \ | |/
| * 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)Jason Rumney2004-07-191-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24Miles Bader2004-07-171-2/+2
|\ \ | |/
| * (Fx_file_dialog): Encode strings in system coding system beforeJason Rumney2004-07-151-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-291-7/+18
|\ \ | |/
| * (file_dialog_callback): Disable edit control if setJason Rumney2004-06-271-7/+18
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-115/+152
|\ \ | |/
| * (Fx_display_grayscale_p, Fw32_send_sys_command, Vw32_color_map):Juanma Barranquero2004-06-021-56/+57
| * Fix last change for non USE_LISP_UNION_TYPE case.Jason Rumney2004-05-181-2/+2
| * (Fw32_register_hot_key, Fw32_unregister_hot_key)Jason Rumney2004-05-171-63/+89
| * (Fw32_define_rgb_color): Avoid XSET.Stefan Monnier2004-05-141-2/+2
| * (x_create_tip_frame): Bind inhibit-read-only andKenichi Handa2004-05-101-0/+2
| * (Vw32_ansi_code_page): New Lisp variable.Jason Rumney2004-05-091-0/+8
| * Image consolidation:Kim F. Storm2004-03-111-5858/+0
| * (slurp_file, xbm_scan, xbm_load_image)Jason Rumney2004-02-241-13/+13
| * macfns.c, w32fns.c (Fx_change_window_property):Jan Djärv2004-02-071-5/+18
| * * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.Jason Rumney2004-02-031-0/+5
| * * makefile.w32-in, w32fns.c: Add `default-printer-name' function.Jason Rumney2004-01-281-0/+72
| * (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-281-7/+2