aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Fixups, following up to the user-interface timestamp change.Paul Eggert2011-05-141-2/+2
| | | | | | | * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time for UI timestamps, instead of unsigned long. * w32gui.h (Time): Define by including "systime.h" rather than by declaring it ourselves. (Bug#8664)
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround chp by ↵Kenichi Handa2010-10-291-3/+3
| | | | | | | | parentheses.
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flags used: -Wold-style-declaration -Wunused-function -Wstrict-prototypes * lib-src/emacsclient.c (getcwd, w32_getenv): * lib-src/ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. * nt/runemacs.c (set_user_model_id): Fix prototype. * src/callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT. * src/dired.c (opendir, readdir): Fix prototypes. * src/editfns.c (w32_get_internal_run_time): Fix prototypes. * src/keyboard.c (input_available_signal): Declare inside #ifdef SIGIO. * src/ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes. (telldir): Remove declaration. * src/ralloc.c (real_morecore, __morecore): Fix prototypes. * src/sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA. * src/syssignal.h (strsignal): Fix prototype. * src/term.c (tparam): Fix prototype. (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1) (term_get_fkeys): Set inside "#ifndef DOS_NT". * src/vm-limit.c (check_memory_limits): Fix prototypes of real_morecore and __morecore. * src/w32gui.h (XParseGeometry): Fix prototype. * src/w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes. * src/w32term.c (my_set_focus): Declare inside #if 0. * src/w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init) (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit) (drain_message_queue, get_next_msg, post_msg, parse_button) (ClipboardSequence_Proc): Fix prototypes. (wait_for_sync): Remove declaration.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Fix last change.Jason Rumney2008-07-161-37/+0
|
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-58/+35
|
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-261-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c. * w32gui.h: Don't include w32bdf.h. (XCharStruct, enum w32_char_font_type, W32FontStruct): Remove obsolete font support. * w32font.h (struct w32font_info): Remove compat_w32_font. Add hfont member. (FONT_COMPAT): Remove obsolete macro. * w32font.c (w32font_close): Remove compat code. Delete hfont member. (w32font_encode_char, w32font_text_extents): Use new hfont member. (w32font_open_internal): Remove compat code. Set new hfont member. (Fx_select_font): Use new hfont member. * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape): (uniscribe_encode_char): Use new hfont member. * w32term.c (x_draw_glyph_string_foreground): (x_draw_composite_glyph_string_foreground): Use new hfont member. (x_draw_glyph_string): Use metrics in w32font_info.
* [OLD_FONT]: Remove obsolete font code.Jason Rumney2008-06-201-3/+0
|
* * w32gui.h (widget_value, XtPointer, Boolean, enum button_type):Jason Rumney2008-06-091-0/+8
| | | | | (local_heap, local_alloc, local_free, malloc_widget_value): (free_widget_value): Define here.
* (widget_value, XtPointer, Boolean, enum button_type): Define here.Jason Rumney2008-06-091-0/+60
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
|
* (XGCValues): Surround `XFontStruct *font' by "ifKenichi Handa2008-05-141-0/+3
| | | | OLD_FONT" and "endif".
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* (XrmDatabase): New (dummy) typedef.Kim F. Storm2003-03-311-0/+2
|
* (No_Cursor): Define as 0 for W32.Kim F. Storm2003-03-211-0/+29
| | | | | | (XRectangle): Add X compatible rectangle type. (NativeRectangle): Declare as RECT for W32. (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
* Use HDC for Display.Jason Rumney2003-03-161-1/+1
|
* (Display): Add dummy typedef for consolidation.Kim F. Storm2003-03-161-1/+15
| | | | | (XChar2b): Define alias for wchar_t for consolidation. (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
* Remove definition of XColor.Juanma Barranquero2002-10-251-10/+0
|
* Add definition of XColor.Juanma Barranquero2002-10-231-0/+10
|
* (struct XImage): Define.Jason Rumney2002-03-201-2/+7
|
* Add a dummy typedef for XImage. From Juanma Barranquero <[email protected]>.Eli Zaretskii2001-10-261-0/+3
|
* Do not undef min and max.Andrew Innes2001-10-081-5/+0
|
* (w32_char_font_type): Move enum from w32term.cAndrew Innes2000-10-211-0/+24
|
* Undefine min, max.Andrew Innes2000-08-221-0/+6
|
* (EMACS_W32GUI_H): Renamed from __W32GUI_H__Jason Rumney2000-06-121-4/+3
|
* (W32FontStruct): Add double_byte_p member.Jason Rumney2000-05-301-0/+1
|
* (struct W32FontStruct): Revert last change after change to xdisp.c.Jason Rumney2000-02-271-2/+0
|
* (struct W32FontStruct): Add ascent and descent slots.Andrew Innes2000-02-061-0/+2
|
* (XGCValue): New struct for emulating X GCs.Jason Rumney2000-01-231-2/+16
|
* Include w32bdf.h.Geoff Voelker1999-01-221-0/+2
| | | | (W32FontStruct) Add bdf element.
* Update include conditionals to use new name.Geoff Voelker1997-01-201-2/+2
|
* Change all uses of win95, winnt, and win32 into Windows 95, WindowsGeoff Voelker1997-01-201-1/+1
| | | | | | | NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Initial revisionGeoff Voelker1995-11-071-0/+83