summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* (w32_read_socket) <WM_CHAR>: Decode characters outsideJason Rumney2008-01-171-18/+68
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney2007-12-141-2/+92
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-011-1/+0
* (x_set_window_size): Disable code that attempts to tellJason Rumney2007-10-091-1/+17
* (w32_read_socket): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
* (x_draw_glyph_string): Use strike_through_color, not underline_color,Juanma Barranquero2007-09-211-5/+5
* Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (w32_set_scroll_bar_thumb): Don't resize scroll-barKim F. Storm2007-02-191-25/+43
* Revert last change.Kim F. Storm2007-02-191-12/+0
* (w32_set_scroll_bar_thumb): Don't update thumb sizeKim F. Storm2007-02-191-0/+18
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (syms_of_w32term) <x-use-underline-position-properties,Juanma Barranquero2006-12-101-4/+4
* (w32_msg_worker): Declare correctly.Jason Rumney2006-11-271-3/+3
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* (x_draw_glyph_string_foreground): Set background mode to TRANSPARENT beforeJuanma Barranquero2006-10-271-0/+3
* * xdisp.c (mouse_autoselect_window): Removed.Chong Yidong2006-09-081-1/+1
* (x_underline_at_descent_line): New variable.Kim F. Storm2006-08-241-9/+27
* (x_draw_stretch_glyph_string): It is ok to draw aKim F. Storm2006-08-211-1/+3
* (x_calc_absolute_position): Fix frame positioningKim F. Storm2006-07-181-6/+38
* (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to findEli Zaretskii2006-06-301-1/+16
* (w32_set_scroll_bar_thumb, x_scroll_bar_create)Jason Rumney2006-06-051-139/+61
* (x_draw_hollow_cursor): Fix last change.Eli Zaretskii2006-05-291-2/+4
* (x_draw_stretch_glyph_string): Fix last change.Kim F. Storm2006-05-291-0/+1
* (x_draw_stretch_glyph_string): Fix problems with invisibleKim F. Storm2006-05-271-9/+26
* (construct_mouse_wheel): Handle negative coordinates.Jason Rumney2006-04-261-2/+4
* (w32_read_socket): Don't let key-press clear mouse faceKim F. Storm2006-03-241-2/+4
* Sync 2005-10-24 xterm.c changes.Jason Rumney2006-03-121-12/+6
* Add x_fully_uncatch_errors and x_catching_errors toEli Zaretskii2006-03-111-0/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (construct_drag_n_drop): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
* (note_mouse_movement, w32_read_socket): Apply 2005-10-14 changes forYAMAMOTO Mitsuharu2005-10-141-6/+12
* (note_mouse_movement): Undo last change.YAMAMOTO Mitsuharu2005-10-121-2/+0
* (note_mouse_movement): Restore help_echo_string if mouse is movedYAMAMOTO Mitsuharu2005-10-121-0/+2
* (note_mouse_movement): Fix last_mouse_glyph check.Kim F. Storm2005-10-111-110/+4
* Rename member for_overlaps_p in struct glyph_string to for_overlaps.YAMAMOTO Mitsuharu2005-10-071-6/+6
* 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)Jason Rumney2005-09-111-7/+21
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window,Juanma Barranquero2005-07-281-5/+11
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (w32_draw_vertical_window_border): Use foreground ofEli Zaretskii2005-07-021-1/+7
* * w32term.c (cleartype_active): New flag for enabling sub-pixelJason Rumney2005-07-011-5/+44
* (x_use_underline_position_properties): New variable.Eli Zaretskii2005-06-131-1/+19
* (x_focus_changed, w32_detect_focus_change): New functions.Jason Rumney2005-03-261-15/+80
* (x_draw_hollow_cursor): Use get_phys_cursor_geometry.Kim F. Storm2005-01-271-26/+4
* (x_draw_glyph_string_box): Fix last_x for full width rows.Kim F. Storm2005-01-201-9/+3
* (x_new_font): Set FRAME_COLUMN_WIDTH to fontp->average_width,Jason Rumney2005-01-031-4/+4
* * w32term.c (x_calc_absolute_position): Remove calculation ofJan Djärv2004-12-111-30/+0
* (w32_clip_to_row): Add area arg. Callers changed.Kim F. Storm2004-11-211-9/+10