aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endifJan Djärv2003-02-071-22/+10
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-307/+307
* (x_set_name, x_set_title): Add comment about encoding strategy.Kenichi Handa2003-01-271-0/+17
* Fix input methods for GTK.Jan Djärv2003-01-251-1/+30
* GTK versionJan Djärv2003-01-191-310/+468
* *** empty log message ***Jan Djärv2003-01-081-8/+4
* (syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.Dave Love2003-01-061-1/+1
* *** empty log message ***Francesco Potortì2002-12-061-1/+1
* (png_load): Avoid double gamma correction for PNG images.Francesco Potortì2002-12-061-303/+304
* (x_put_x_image):Dave Love2002-11-141-0/+1
* (x_set_name): Encode by Qcompound_text unconditionally.Kenichi Handa2002-10-251-6/+2
* (x_set_name, x_set_title): `icon.value' has unsigned char.Stefan Monnier2002-10-221-4/+4
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-1/+6
* Comment change.Richard M. Stallman2002-09-121-1/+2
* (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0Richard M. Stallman2002-09-121-3/+7
* (Qbox): Declare external, don't define.Richard M. Stallman2002-09-011-1/+1
* (Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpo...Juanma Barranquero2002-08-301-2/+2
* (Vblink_cursor_alist): Removed.Kim F. Storm2002-08-301-96/+1
* (Fx_open_connection): Improve help when X connectionSimon Josefsson2002-08-281-2/+3
* (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR andRichard M. Stallman2002-08-271-3/+41
* * xfns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-136/+136
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-4/+4
* (check_x_display_info): Use check_x_frame.Stefan Monnier2002-06-221-6/+1
* (x_encode_text): Return stringp non-NULL if coding_systemEli Zaretskii2002-05-311-1/+4
* * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING insteadKen Raeburn2002-05-201-1/+1
* (x_create_bitmap_from_file, x_find_image_file): Update call to openp.Stefan Monnier2002-04-301-2/+2
* (x_set_mouse_color): Change default for cross_cursor to XC_hand2.Richard M. Stallman2002-04-231-1/+1
* (Qhbar): New variable.Eli Zaretskii2002-04-191-1/+16
* (QCtype): Remove duplicate declaration andKim F. Storm2002-03-211-4/+2
* (x_set_cursor_type): Set cursor_type_changed,Richard M. Stallman2002-03-181-3/+2
* (png_load): Remove unused variable `gamma_str'.Pavel Janík2002-03-141-1/+0
* (x_real_positions): Handle failure in XQueryTree.Richard M. Stallman2002-03-141-3/+9
* (png_load): Set screen_gamma based on f->gamma.Richard M. Stallman2002-03-031-7/+5
* (x_encode_text): Accept additional arg SELECTIONP; allEli Zaretskii2002-02-221-5/+19
* (gif_load): Use correct width and height for GIF images.Pavel Janík2002-02-201-2/+2
* xfns.c (x_set_frame_parameters): Typo in previous fix corrected.Jan Djärv2002-01-221-1/+1
* xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjustJan Djärv2002-01-211-4/+4
* (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New variables.Eli Zaretskii2002-01-131-43/+176
* (compute_tip_xy): If tooltip won't fit on the screenRichard M. Stallman2001-12-211-2/+7
* (x_frame_parms): Add missing braces around initializer.Pavel Janík2001-12-181-29/+29
* (Frame_parameters): Makes the scroll-bar-width frame parameter haveEli Zaretskii2001-12-131-0/+4
* (x_report_frame_params): Make the scroll-bar-width frame parameter have a num...Kim F. Storm2001-12-051-0/+4
* (x_frame_parms): Add `left-fringe' and `right-fringe' parms.Kim F. Storm2001-12-011-4/+25
* (compute_tip_xy): Initialize root_x and root_y fromJason Rumney2001-11-241-1/+1
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
* (x_set_frame_parameters): Revert change of 2001-11-07.Gerd Moellmann2001-11-151-9/+6
* (Fx_create_frame): Accept zero tool_bar_button_relief.Gerd Moellmann2001-11-151-2/+2
* (x_set_frame_parameters): Avoid infinite recursion.Miles Bader2001-11-071-12/+22