| Commit message (Expand) | Author | Age | Files | Lines |
| * | Comment change. | Richard M. Stallman | 2002-09-12 | 1 | -1/+2 |
| * | (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0 | Richard M. Stallman | 2002-09-12 | 1 | -3/+7 |
| * | (Qbox): Declare external, don't define. | Richard M. Stallman | 2002-09-01 | 1 | -1/+1 |
| * | (Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpo... | Juanma Barranquero | 2002-08-30 | 1 | -2/+2 |
| * | (Vblink_cursor_alist): Removed. | Kim F. Storm | 2002-08-30 | 1 | -96/+1 |
| * | (Fx_open_connection): Improve help when X connection | Simon Josefsson | 2002-08-28 | 1 | -2/+3 |
| * | (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and | Richard M. Stallman | 2002-08-27 | 1 | -3/+41 |
| * | * xfns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -136/+136 |
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| * | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -4/+4 |
| * | (check_x_display_info): Use check_x_frame. | Stefan Monnier | 2002-06-22 | 1 | -6/+1 |
| * | (x_encode_text): Return stringp non-NULL if coding_system | Eli Zaretskii | 2002-05-31 | 1 | -1/+4 |
| * | * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| * | (x_create_bitmap_from_file, x_find_image_file): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -2/+2 |
| * | (x_set_mouse_color): Change default for cross_cursor to XC_hand2. | Richard M. Stallman | 2002-04-23 | 1 | -1/+1 |
| * | (Qhbar): New variable. | Eli Zaretskii | 2002-04-19 | 1 | -1/+16 |
| * | (QCtype): Remove duplicate declaration and | Kim F. Storm | 2002-03-21 | 1 | -4/+2 |
| * | (x_set_cursor_type): Set cursor_type_changed, | Richard M. Stallman | 2002-03-18 | 1 | -3/+2 |
| * | (png_load): Remove unused variable `gamma_str'. | Pavel Janík | 2002-03-14 | 1 | -1/+0 |
| * | (x_real_positions): Handle failure in XQueryTree. | Richard M. Stallman | 2002-03-14 | 1 | -3/+9 |
| * | (png_load): Set screen_gamma based on f->gamma. | Richard M. Stallman | 2002-03-03 | 1 | -7/+5 |
| * | (x_encode_text): Accept additional arg SELECTIONP; all | Eli Zaretskii | 2002-02-22 | 1 | -5/+19 |
| * | (gif_load): Use correct width and height for GIF images. | Pavel Janík | 2002-02-20 | 1 | -2/+2 |
| * | xfns.c (x_set_frame_parameters): Typo in previous fix corrected. | Jan Djärv | 2002-01-22 | 1 | -1/+1 |
| * | xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust | Jan Djärv | 2002-01-21 | 1 | -4/+4 |
| * | (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New variables. | Eli Zaretskii | 2002-01-13 | 1 | -43/+176 |
| * | (compute_tip_xy): If tooltip won't fit on the screen | Richard M. Stallman | 2001-12-21 | 1 | -2/+7 |
| * | (x_frame_parms): Add missing braces around initializer. | Pavel Janík | 2001-12-18 | 1 | -29/+29 |
| * | (Frame_parameters): Makes the scroll-bar-width frame parameter have | Eli Zaretskii | 2001-12-13 | 1 | -0/+4 |
| * | (x_report_frame_params): Make the scroll-bar-width frame parameter have a num... | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| * | (x_frame_parms): Add `left-fringe' and `right-fringe' parms. | Kim F. Storm | 2001-12-01 | 1 | -4/+25 |
| * | (compute_tip_xy): Initialize root_x and root_y from | Jason Rumney | 2001-11-24 | 1 | -1/+1 |
| * | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -2/+2 |
| * | (x_set_frame_parameters): Revert change of 2001-11-07. | Gerd Moellmann | 2001-11-15 | 1 | -9/+6 |
| * | (Fx_create_frame): Accept zero tool_bar_button_relief. | Gerd Moellmann | 2001-11-15 | 1 | -2/+2 |
| * | (x_set_frame_parameters): Avoid infinite recursion. | Miles Bader | 2001-11-07 | 1 | -12/+22 |
| * | (Fx_create_frame): Doc fix. | Pavel Janík | 2001-11-04 | 1 | -1/+1 |
| * | Include unistd.h, if it exists. | Richard M. Stallman | 2001-11-04 | 1 | -0/+4 |
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -46/+46 |
| * | (x_build_heuristic_mask): Use four_corners_best | Gerd Moellmann | 2001-11-01 | 1 | -1/+1 |
| * | (four_corners_best): Reindent. | Gerd Moellmann | 2001-11-01 | 1 | -18/+18 |
| * | (x-get-resource): Reindent. | Pavel Janík | 2001-11-01 | 1 | -1/+1 |
| * | (x_set_internal_border_width): Set frame garbaged | Gerd Moellmann | 2001-10-29 | 1 | -0/+2 |
| * | (x_build_heuristic_mask): Use x_alloc_image_color. | Gerd Moellmann | 2001-10-28 | 1 | -10/+2 |
| * | (x_build_heuristic_mask): Fix a bug not incrementing | Gerd Moellmann | 2001-10-28 | 1 | -4/+2 |
| * | (XScreenNumberOfScreen): Fix struct to pointer | Gerd Moellmann | 2001-10-26 | 1 | -1/+1 |
| * | (png_load): Make sure SPECIFIED_BG is a string. | Miles Bader | 2001-10-25 | 1 | -5/+5 |
| * | (image_background, image_background_transparent) | Miles Bader | 2001-10-24 | 1 | -44/+211 |
| * | (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' | Pavel Janík | 2001-10-23 | 1 | -1/+0 |