summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (lookup_image): Set image's timestamp because it'sGerd Moellmann1999-09-251-0/+5
* (image_error): Use add_to_log.Gerd Moellmann1999-09-231-11/+6
* (x_set_background_color): Remove unused variable(s).Gerd Moellmann1999-09-141-22/+6
* (x_put_x_image): Make type consistent with declaration.Dave Love1999-09-131-1/+1
* (QCfile): Moved to xdisp.c.Gerd Moellmann1999-09-131-16/+13
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-55/+55
* (x_build_heuristic_mask): Accept a list `(R G B)'Gerd Moellmann1999-09-101-22/+51
* (QCindex): New.Gerd Moellmann1999-09-091-2/+4
* (x_set_foreground_color): CallGerd Moellmann1999-09-071-8/+11
* (Fx_show_tip): Improve documentation.Gerd Moellmann1999-09-051-2/+4
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-12/+12
* Include math.h. Add extern declaration for atof in caseGerd Moellmann1999-09-031-27/+81
* (x_set_scroll_bar_width): Change conditional compilationGerd Moellmann1999-09-031-2/+2
* (x_figure_window_size): Use FRAME_FLAGS_AREA_COLS insteadGerd Moellmann1999-08-301-1/+1
* Include <stdlib.h> if available, and declare abort only if not. IncludeAndreas Schwab1999-08-301-0/+6
* [HAVE_JPEG]: Work around a warning about HAVE_STDLIB_HGerd Moellmann1999-08-241-0/+11
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-221-7/+7
* remove tiff34 prefix from include.Gerd Moellmann1999-08-201-1/+1
* (x_window) [USE_X_TOOLKIT]: Remove test forGerd Moellmann1999-08-181-28/+38
* (x_set_frame_parameters): Set foreground andGeoff Voelker1999-08-161-1/+27
* (xpm_load) [!XpmAllocCloseColors]:Richard M. Stallman1999-08-071-0/+5
* (x_set_internal_border_width):Richard M. Stallman1999-08-021-6/+5
* (x_create_tip_frame): Don't set bitmapIcon resource.Gerd Moellmann1999-07-271-8/+2
* (x_set_mouse_color): Always unload the old color.Karl Heuer1999-07-261-30/+8
* (x_real_positions): Don't subtract window bordersGerd Moellmann1999-07-211-341/+5272
* (x_make_gc): Turn off GCStipple when setting up cursor_gc.Richard M. Stallman1999-07-011-1/+1
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-12/+0
* (x_set_font): Fix error message.Richard M. Stallman1999-04-081-1/+1
* Use epaths.h istead of paths.h.Richard M. Stallman1999-02-261-1/+1
* (x_set_frame_parameters): gcpro as needed.Richard M. Stallman1999-01-251-0/+12
* (Qouter_window_id): New variable.Richard M. Stallman1998-12-021-0/+6
* (check_x_display_info): Don't use selected_frame if it is dead.Richard M. Stallman1998-10-101-1/+2
* (x_create_bitmap_from_file): Fail immediately if magic.Karl Heuer1998-08-291-0/+3
* (unibyte_display_through_language_environment):Richard M. Stallman1998-08-171-11/+9
* (x_display_unibyte_char_with_fontset): New variable.Kenichi Handa1998-08-151-0/+14
* Fix -Wimplicit warnings.Andreas Schwab1998-04-291-4/+3
* (x_set_foreground_color, x_set_background_color)Richard M. Stallman1998-04-261-14/+49
* (x_set_font): Give 2nd arg nil to Fquery_fontset.Kenichi Handa1998-04-151-2/+2
* (syms_of_xfns): Initialize find_ccl_program_func.Kenichi Handa1998-04-151-0/+1
* (x_destroy_bitmap): Declare as void, not int.Karl Heuer1998-04-141-3/+4
* (Fx_create_frame): Use "borderWidth", not "borderwidth",Andreas Schwab1998-03-231-1/+1
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-22/+24
* (x_create_bitmap_from_file): Use size_byte on strings.Richard M. Stallman1998-01-091-22/+23
* (x_screen_planes): Fix type of argument.Richard M. Stallman1997-09-091-3/+3
* (x_set_frame_parameters): Heading comment fixed.Kenichi Handa1997-08-031-3/+3
* (Fx_create_frame): Initialize fontset in output_data.Richard M. Stallman1997-07-281-0/+1
* (Fx_create_frame): Don't fail to initialize `font'.Richard M. Stallman1997-07-241-2/+2
* (Fx_create_frame): Default vertical-scroll-bars as symbol, not boolean.Richard M. Stallman1997-07-211-1/+1
* (x_set_font): Funcall Qface_set_after_frame_default.Richard M. Stallman1997-07-051-0/+8
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-5/+9