aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* * 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 <[email protected]> (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
* Delete region objects after use.Jason Rumney2004-11-011-0/+4
* (x_draw_glyph_string): Use overline_color for overlines.Jason Rumney2004-10-201-1/+1
* Remove excessive vertical whitespace.Jason Rumney2004-10-171-12/+0
* (x_update_window_end): Fix flicker on vertical line betweenKim F. Storm2004-10-071-3/+2
* (fringe_bmp): Change to pointer.Kim F. Storm2004-09-291-2/+15
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-1/+1
* (w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and makeJason Rumney2004-05-171-5/+11
* (x_draw_hollow_cursor): Sync with xterm.cJason Rumney2004-05-011-10/+19
* (w32_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-68/+85
* (w32_read_socket): Set mouse_face_hidden after clearing highlight.Kim F. Storm2004-04-051-3/+3
* (w32_read_socket): Fix last change to ButtonPress handling.Jason Rumney2004-03-011-1/+1
* (w32_read_socket): Remove bufp_r and numcharsp args.Kim F. Storm2004-02-271-158/+92
* (w32_draw_fringe_bitmap): Draw overlaid bitmapsJason Rumney2004-02-221-17/+29
* (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.Jason Rumney2004-02-161-28/+18
* (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,Kim F. Storm2004-02-131-9/+2
* (w32_draw_fringe_bitmap): Fixed a typo in the last patch.Sam Steingold2004-02-091-4/+4
* (w32_draw_fringe_bitmap): Copy unadapted code fromKim F. Storm2004-02-081-35/+60