aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* (x_find_image_file): Remove prototype.Kim F. Storm2004-03-141-2/+0
* Image consolidation:Kim F. Storm2004-03-111-5648/+0
* * xfns.c (Fx_display_color_cells): Use number of planes to calculateJan Djärv2004-03-011-2/+11
* xfns.c (x_window): Fixed indentationJan Djärv2004-02-281-1/+1
* Revision: [email protected]/emacs--cvs-trunk--0--patch-114Miles Bader2004-02-251-2/+1
* * xfns.c (x_create_bitmap_mask): Removed unused variable depth.Jan Djärv2004-02-051-5/+2
* * xfns.c (x-send-client-message): Moved to xselect.cJan Djärv2004-02-031-141/+129
* (x_set_mouse_color): Remove bogus x_check_errors call.Kim F. Storm2003-12-281-8/+2
* Implement multiple display handling for GTK.Jan Djärv2003-11-161-19/+19
* * xfns.c (x_window): Set XtNx and XtNy in shell widget forJan Djärv2003-11-091-4/+14
* * xfns.c (Fx_send_client_event): Remove unused variable s.Jan Djärv2003-10-051-2/+1
* * xfns.c (Fx_send_client_event): New function as a base forJan Djärv2003-10-051-0/+121
* Fix memory leaks (from YAMAMOTO Mitsuharu)Jan Djärv2003-10-051-3/+0
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix pixel calculation for TrueVisuals.Jan Djärv2003-08-301-12/+6
* (lookup_rgb_color): Handle TrueColor visuals specially.Gerd Moellmann2003-08-291-0/+36
* (Vgtk_version_string): New variable.Lute Kamstra2003-08-261-0/+21
* Create and initialize a client leader window so session managementJan Djärv2003-08-211-0/+13
* * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.Jan Djärv2003-07-311-23/+38
* (x_create_bitmap_from_data): Initialize have_mask member to 0.Kenichi Handa2003-07-311-2/+7
* (xic_set_preeditarea): Add the left fringe width to spot.x.Kenichi Handa2003-07-281-1/+1
* Don't check HAVE_PNG_H: autoconf doesn't seem to find it.Stefan Monnier2003-07-221-5/+3
* Consider both png.h and libpng/png.h.Dave Love2003-07-221-3/+9
* (x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.Juanma Barranquero2003-07-131-0/+144
* Include libpng/png.h instead of png.h.Richard M. Stallman2003-07-121-1/+1
* (Fx_create_frame): Don't call Qface_set_after_frame_default.John Paul Wallington2003-05-261-7/+0
* (png_load): Remove `unused vars intent, image_gamma' warning.Stefan Monnier2003-05-251-13/+15
* Make (many) trivial substitutions for renamed andKim F. Storm2003-05-241-58/+59
* (x_window): Fix typo.Thien-Thi Nguyen2003-05-241-2/+2
* (x_window, x_window): Use use_xim.Dave Love2003-05-211-39/+40
* (xpm_lookup_color): Grok "opaque".Dave Love2003-04-011-1/+9
* The following changes consolidates the common code related toKim F. Storm2003-03-311-1597/+83
* Setup and use hand_cursor instead of cross_cursor.Kim F. Storm2003-03-211-8/+8
* Use generic compute_fringe_widths.Kim F. Storm2003-03-121-2/+2
* 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