| Commit message (Expand) | Author | Age | Files | Lines |
| * | * w32fns.c (enumfont_t): Remove tail, make pattern a normal | Jason Rumney | 2002-05-22 | 1 | -14/+27 |
| * | * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | Ken Raeburn | 2002-05-21 | 1 | -1/+1 |
| * | * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
| * | (w32_create_pixmap_from_bitmap_data): New function. | Jason Rumney | 2002-05-18 | 1 | -27/+41 |
| * | (enum_font_cb2): Don't use DBCS raster fonts. | Jason Rumney | 2002-05-10 | 1 | -0/+15 |
| * | (x_create_bitmap_from_file, x_find_image_file): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -2/+2 |
| * | (Fx_file_dialog): Decode file name before using. | Jason Rumney | 2002-04-16 | 1 | -1/+1 |
| * | (xbm_scan, xbm_load_image, xbm_read_bitmap_data) | Jason Rumney | 2002-03-24 | 1 | -35/+62 |
| * | [HAVE_IMAGES, HAVE_PBM]: Remove conditionals. | Jason Rumney | 2002-03-23 | 1 | -18/+2 |
| * | (Fx_create_frame): Enable tool-bar when images are supported. | Jason Rumney | 2002-03-22 | 1 | -1/+6 |
| * | (x_set_cursor_color): Set cursor_gc as well. | Jason Rumney | 2002-03-22 | 1 | -10/+29 |
| * | (x_clear_image_1): Disable color table code. | Jason Rumney | 2002-03-21 | 1 | -0/+2 |
| * | (QCtype): Remove duplicate declaration and | Kim F. Storm | 2002-03-21 | 1 | -4/+2 |
| * | (x_set_cursor_color): Set foreground of cursor, not frame. | Jason Rumney | 2002-03-20 | 1 | -95/+232 |
| * | (w32_to_all_x_charsets): Return correct type in startup case. | Jason Rumney | 2002-03-16 | 1 | -1/+2 |
| * | (Fx_display_color_cells): Force 24+ bit color depths to 24-bit. | Juanma Barranquero | 2002-03-08 | 1 | -1/+3 |
| * | (w32_wnd_proc) <WM_TIMER>: Fix last change. | Jason Rumney | 2002-02-23 | 1 | -0/+1 |
| * | (mouse_move_timer, mouse_button_timer): Initialize. | Jason Rumney | 2002-02-23 | 1 | -9/+36 |
| * | *** empty log message *** | Jason Rumney | 2002-02-18 | 1 | -18/+110 |
| * | (w32_load_system_font): Prevent Cleartype fonts from loading. | Jason Rumney | 2002-02-09 | 1 | -0/+18 |
| * | (enum_font_cb2): Don't let charsets unknown to Windows | Jason Rumney | 2002-02-09 | 1 | -5/+7 |
| * | (w32_wnd_proc) <WM_PAINT>: Initialize update_rect. | Jason Rumney | 2002-01-24 | 1 | -8/+6 |
| * | (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd. | Jason Rumney | 2002-01-23 | 1 | -3/+5 |
| * | (w32_visible_system_caret_hwnd): New static variable. | Jason Rumney | 2002-01-20 | 1 | -3/+34 |
| * | (w32_load_system_font, w32_to_x_charset): Use strnicmp | Jason Rumney | 2002-01-20 | 1 | -87/+230 |
| * | (Fx_create_frame): Bind redisplay-dont-pause around | Jason Rumney | 2002-01-19 | 1 | -0/+4 |
| * | (w32_pass_extra_mouse_buttons_to_system): New user option. | Jason Rumney | 2002-01-13 | 1 | -2/+23 |
| * | (compute_tip_xy): If tooltip won't fit on the screen | Jason Rumney | 2002-01-05 | 1 | -28/+32 |
| * | (x_report_frame_params): Makes the scroll-bar-width frame parameter have | Eli Zaretskii | 2001-12-13 | 1 | -0/+4 |
| * | (x_report_frame_params): Return actual fringe widths. | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| * | (trackmouse_window, track_mouse_event_fn): New vars. | Jason Rumney | 2001-12-01 | 1 | -6/+51 |
| * | Merged fringe width related changes from xfns.c. | Kim F. Storm | 2001-12-01 | 1 | -8/+26 |
| * | (w32_wnd_proc) <WM_MENUSELECT>: Display help directly. | Jason Rumney | 2001-11-28 | 1 | -11/+8 |
| * | (x_create_tip_frame): Set frame's fringes_extra to 0. | Jason Rumney | 2001-11-25 | 1 | -6/+14 |
| * | (w32_wnd_proc) <WM_MENUSELECT>: Revert last change. | Jason Rumney | 2001-11-24 | 1 | -27/+51 |
| * | (x_window_to_frame): Remove irrelevant TODO comment. | Jason Rumney | 2001-11-22 | 1 | -77/+100 |
| * | (Vw32_system_coding_system): Remove. | Jason Rumney | 2001-11-20 | 1 | -9/+2 |
| * | (x_set_frame_parameters): Avoid infinite recursion for | Jason Rumney | 2001-11-18 | 1 | -115/+321 |
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -2/+2 |
| * | Doc fixes. | Jason Rumney | 2001-11-13 | 1 | -7/+8 |
| * | (Fx_synchronize): Reindent. | Pavel Janík | 2001-11-13 | 1 | -3/+3 |
| * | Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes. | Jason Rumney | 2001-11-13 | 1 | -382/+363 |
| * | (enum_font_cb2): Use leading @ on face name to detect | Jason Rumney | 2001-11-10 | 1 | -5/+11 |
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -52/+52 |
| * | (w32_to_x_charset): Increase size of XLFD charset buffer. | Jason Rumney | 2001-10-30 | 1 | -9/+12 |
| * | (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret. | Jason Rumney | 2001-10-27 | 1 | -0/+26 |
| * | (Fx_file_dialog): Pass a filter to GetOpenFileName. | Jason Rumney | 2001-10-21 | 1 | -379/+875 |
| * | (w32_load_system_font): Cache codepage for font, in | Andrew Innes | 2001-10-17 | 1 | -1/+7 |
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -7/+7 |
| * | Update calls to openp. | Stefan Monnier | 2001-10-12 | 1 | -2/+2 |