aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-9/+33
|\
| * (struct glyph_row): New member extra_line_spacing.Kim F. Storm2004-11-121-9/+33
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-141-2/+2
|\ \ | |/
| * Fix comment for it->object; it may also be nil.Kim F. Storm2004-10-131-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-101-1/+1
|\ \ | |/
| * (draw_window_fringes): Update prototype.Kim F. Storm2004-10-071-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-14/+14
|\ \ | |/
| * (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).Kim F. Storm2004-09-291-13/+13
| * (lookup_fringe_bitmap): Add prototype.Kim F. Storm2004-09-291-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-291-1/+1
|\ \ | |/
| * (valid_fringe_bitmap_p): Fix prototype.Kim F. Storm2004-09-281-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-271-1/+2
|\ \ | |/
| * (enum window_part): Add ON_SCROLL_BAR.Richard M. Stallman2004-07-251-1/+2
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-3/+1
|\ \ | |/
| * Update copyright.Kim F. Storm2004-06-161-1/+1
| * (Vimage_types): Remove extern.Kim F. Storm2004-06-161-2/+0
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-151-1/+2
|\ \ | |/
| * (Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM.Juanma Barranquero2004-06-141-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-011-3/+4
|\ \ | |/
| * (struct it): Remove member use_default_face.Kim F. Storm2004-04-291-3/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-271-1/+4
|\ \ | |/
| * (struct it): New member use_default_face.Kim F. Storm2004-04-261-1/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-231-5/+49
|\ \ | |/
| * (struct glyph_slice): New struct.Kim F. Storm2004-04-201-5/+49
* | Eliminated updating_frame.Karoly Lorentey2004-04-161-16/+12
* | Merged in changes from CVS HEADKaroly Lorentey2004-03-251-1/+3
|\ \ | |/
| * (calc_pixel_width_or_height): Add prototype.Kim F. Storm2004-03-191-1/+3
* | Trivial cleanups to get rid of GCC warnings.Karoly Lorentey2004-03-191-0/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-03-161-16/+45
|\ \ | |/
| * (x_find_image_file): Add prototype.Kim F. Storm2004-03-141-0/+1
| * * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.Kim F. Storm2004-03-111-2/+9
| * Move image related prototypes from xfns.c section to image.c.Kim F. Storm2004-03-111-16/+19
| * Image consolidation:Kim F. Storm2004-03-111-0/+18
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-281-30/+0
|\ \ | |/
| * Inserting Yamomotosan's changes for MacOSX image support, better supportSteven Tamm2004-02-261-30/+0
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-171-38/+59
|\ \ | |/
| * (struct draw_fringe_bitmap_params): Change memberKim F. Storm2004-02-131-2/+2
| * (FRINGE_ID_BITS): New definition for number ofKim F. Storm2004-02-081-38/+59
* | Trivial fixes to shut up some of the compiler warnings.Karoly Lorentey2004-02-021-0/+4
* | Fixed tty faces during combo sessions. Plus other assorted bugfixes.Karoly Lorentey2004-01-231-0/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-221-0/+44
|\ \ | |/
| * (struct glyph_row): New members left_fringe_bitmap,Kim F. Storm2004-01-161-0/+44
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-101-9/+13
|\ \ | |/
| * (buffer_posn_from_coords, mode_line_string)Kim F. Storm2004-01-061-9/+13
* | Numerous bugfixes and small improvements.Karoly Lorentey2004-01-101-1/+1
* | Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-5/+4
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-3/+3
* | Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey2004-01-021-14/+10
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-8/+8