| Commit message (Expand) | Author | Age | Files | Lines |
* | (FONT_WIDTH): Report max width, not average. | Jason Rumney | 2007-06-02 | 1 | -3/+3 |
* | (w32_output_data) [USE_FONT_BACKEND]: Add fontp member. | Jason Rumney | 2007-05-31 | 1 | -0/+8 |
* | Merge from emacs--devo--0 | Miles Bader | 2007-02-26 | 1 | -3/+0 |
|\ |
|
| * | (menubar_active): Remove menu_command_in_progress. | Jason Rumney | 2007-02-22 | 1 | -3/+0 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 | Miles Bader | 2006-02-08 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | (unibyte_display_via_language_environment): Delete | Kenichi Handa | 2006-02-07 | 1 | -3/+0 |
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 | Miles Bader | 2005-08-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 | Miles Bader | 2005-07-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 | Miles Bader | 2005-03-31 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | (x_output): add focus_state. | Jason Rumney | 2005-03-26 | 1 | -0/+17 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36 | Miles Bader | 2004-09-09 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | (AppendMenuW_Proc): Move declaration from w32menu.c. | Jason Rumney | 2004-09-07 | 1 | -0/+5 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15 | Miles Bader | 2004-06-28 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | (display_x_get_resource, vga_stdcolor_name): Add prototype. | Jason Rumney | 2004-05-18 | 1 | -0/+6 |
| * | (image_ascent): Remove prototype. | Kim F. Storm | 2004-04-20 | 1 | -1/+0 |
* | | Sync to HEAD | Kenichi Handa | 2004-04-16 | 1 | -0/+3 |
* | | Declare x_get_font_repertory. | Jason Rumney | 2003-10-11 | 1 | -0/+2 |
* | | New directory | Kenichi Handa | 2003-09-08 | 1 | -3/+0 |
|/ |
|
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (ClipboardSequence_Proc): New type. | Jason Rumney | 2003-07-06 | 1 | -0/+2 |
* | (struct w32_output): Move members left_pos, top_pos, | Kim F. Storm | 2003-05-24 | 1 | -119/+0 |
* | (EMACS_CLASS): Remove. Use generic define. | Kim F. Storm | 2003-03-31 | 1 | -17/+1 |
* | (struct w32_output): Remove cross_cursor member. | Kim F. Storm | 2003-03-21 | 1 | -2/+1 |
* | (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY) | Kim F. Storm | 2003-03-16 | 1 | -0/+16 |
* | (struct w32_display_info): Add xrdb member to support passing resources via -xrm | Juanma Barranquero | 2003-03-06 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -11/+11 |
* | 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> | Jason Rumney | 2003-01-21 | 1 | -1/+3 |
* | (struct w32_display_info) <x_highlight_frame>: Renamed from | Kim F. Storm | 2002-08-30 | 1 | -1/+1 |
* | (enum text_cursor_kinds): Removed. | Kim F. Storm | 2002-08-30 | 1 | -31/+0 |
* | (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros. | Richard M. Stallman | 2002-08-29 | 1 | -0/+10 |
* | (text_cursor_kinds): New enumeration member HBAR_CURSOR. | Jason Rumney | 2002-05-22 | 1 | -1/+2 |
* | (struct w32_output): New member menu_command_in_progress. | Jason Rumney | 2002-02-22 | 1 | -0/+3 |
* | New enum for FULLSCREEN_* constants. | Jason Rumney | 2002-02-17 | 1 | -0/+25 |
* | (struct w32_display_info): Add mouse_face_hidden. | Kim F. Storm | 2002-02-16 | 1 | -0/+3 |
* | (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New | Jason Rumney | 2002-01-20 | 1 | -1/+3 |
* | (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages | Jason Rumney | 2002-01-13 | 1 | -0/+4 |
* | (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define. | Jason Rumney | 2001-12-01 | 1 | -0/+15 |
* | Merged fringe width related changes from xterm.h. | Kim F. Storm | 2001-12-01 | 1 | -23/+7 |
* | (FRAME_X_FRINGE_COLS): No fringe on tip frames. | Jason Rumney | 2001-11-25 | 1 | -1/+2 |
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -18/+18 |
* | (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New messages types. | Jason Rumney | 2001-10-27 | 1 | -1/+3 |
* | (struct w32_output): Use correct spelling of x_compatible. | Jason Rumney | 2001-10-21 | 1 | -1/+2 |
* | (x_display_list): New extern. | Andrew Innes | 2001-07-26 | 1 | -0/+1 |
* | (struct image, struct face): Forward declaration, to avoid compiler warnings. | Eli Zaretskii | 2001-05-12 | 1 | -0/+3 |
* | (struct x_output): Rename busy_cursor to | Gerd Moellmann | 2001-02-21 | 1 | -7/+7 |