aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-07-191-6/+38
|\
| * (x_calc_absolute_position): Fix frame positioningKim F. Storm2006-07-181-6/+38
* | Merge from emacs--devo--0Miles Bader2006-07-061-1/+16
|\ \ | |/
| * (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to findEli Zaretskii2006-06-301-1/+16
* | Add back smoothing_type and smoothing_enabled definitions.Jason Rumney2006-06-251-0/+3
* | (w32_initialize) Manually sync 2006-06-05 change from HEAD.Jason Rumney2006-06-081-12/+3
* | Merge from emacs--devo--0Miles Bader2006-06-071-135/+89
|\ \ | |/
| * (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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-2/+4
|\ \ | |/
| * (construct_mouse_wheel): Handle negative coordinates.Jason Rumney2006-04-261-2/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-2/+4
|\ \ | |/
| * (w32_read_socket): Don't let key-press clear mouse faceKim F. Storm2006-03-241-2/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43Miles Bader2006-03-131-12/+8
|\ \ | |/
| * 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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+2
|\ \ | |/
| * (construct_drag_n_drop): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91Miles Bader2005-10-151-120/+20
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-7/+21
|\ \ | |/
| * 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)Jason Rumney2005-09-111-7/+21
* | 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-5/+11
|\ \ | |/
| * (my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window,Juanma Barranquero2005-07-281-5/+11
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-8/+53
|\ \ | |/
| * 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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-151-1/+19
|\ \ | |/
| * (x_use_underline_position_properties): New variable.Eli Zaretskii2005-06-131-1/+19
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-311-15/+80
|\ \ | |/
| * (x_focus_changed, w32_detect_focus_change): New functions.Jason Rumney2005-03-261-15/+80
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-7Miles Bader2005-01-291-26/+4
|\ \ | |/
| * (x_draw_hollow_cursor): Use get_phys_cursor_geometry.Kim F. Storm2005-01-271-26/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4Miles Bader2005-01-221-9/+3
|\ \ | |/
| * (x_draw_glyph_string_box): Fix last_x for full width rows.Kim F. Storm2005-01-201-9/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2Miles Bader2005-01-161-5/+5
|\ \ | |/
| * (x_new_font): Set FRAME_COLUMN_WIDTH to fontp->average_width,Jason Rumney2005-01-031-4/+4
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78Miles Bader2004-12-141-30/+0
|\ \ | |/
| * * w32term.c (x_calc_absolute_position): Remove calculation ofJan Djärv2004-12-111-30/+0