aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include blockinput.h for interrupt_input_blocked.Stefan Monnier2003-03-171-0/+1
* (jpeg_load, png_load, slurp_file): Read image filesJason Rumney2003-03-162-3/+13
* (w32_encode_char): Prevent double-byte chars from crashing Emacs.Jason Rumney2003-03-161-6/+8
* Use HDC for Display.Jason Rumney2003-03-161-1/+1
* (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.Juanma Barranquero2003-03-162-6/+10
* Fix typo.Kim F. Storm2003-03-161-2/+2
* (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):Kim F. Storm2003-03-161-0/+8
* The following changes consolidate some of the gui-independentKim F. Storm2003-03-161-2186/+32
* (XChar2b): Move typedef here for consolidation.Kim F. Storm2003-03-161-0/+16
* (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)Kim F. Storm2003-03-161-0/+16
* Remove consolidated defines and code.Kim F. Storm2003-03-161-2265/+34
* (Display): Add dummy typedef for consolidation.Kim F. Storm2003-03-161-1/+15
* (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)Kim F. Storm2003-03-161-0/+18
* Remove consolidated defines and code.Kim F. Storm2003-03-161-2205/+17
* Consolidate gui-independent "glyph string" code here.Kim F. Storm2003-03-161-0/+2048
* (struct glyph): Reduce face_id member from 22 toKim F. Storm2003-03-161-9/+215
* The following changes consolidate some of the gui-independentKim F. Storm2003-03-161-1/+82
* (Vmenu_events): New var.Stefan Monnier2003-03-161-3/+14
* (read1): After #!, exit loop on eof.Richard M. Stallman2003-03-142-1/+5
* *** empty log message ***Stefan Monnier2003-03-141-5/+9
* gtkutil.h: Add declaration for xg_frame_cleared.Jan Djärv2003-03-142-0/+3
* Clear frame didn't redraw scrollbars, fixed that.Jan Djärv2003-03-143-6/+27
* Reduce flicker in GTK scrollbars.Jan Djärv2003-03-142-6/+90
* *** empty log message ***Kenichi Handa2003-03-131-1/+6
* (Fdetect_coding_region): Fix docstring.Kenichi Handa2003-03-131-2/+5
* (Fdetect_coding_string): Fix docstring.Kenichi Handa2003-03-131-2/+5
* .Andreas Schwab2003-03-131-0/+2
* Add prototype for create_menus.Andreas Schwab2003-03-131-0/+4
* .Andreas Schwab2003-03-121-0/+6
* (selection_data_to_lisp_data): Use int instead ofAndreas Schwab2003-03-121-4/+4
* (long_to_cons): Fix type of top.Andreas Schwab2003-03-121-2/+2
* (xg_tool_bar_help_callback): Add missing return value.Andreas Schwab2003-03-121-1/+1
* .Andreas Schwab2003-03-121-0/+4
* (xg_update_frame_menubar): Add missing return value.Andreas Schwab2003-03-121-0/+2
* Make last change compile on non-X systems.Kim F. Storm2003-03-121-1/+1
* (x_term_init) [USE_GTK]: Fix typo.Andreas Schwab2003-03-122-1/+5
* Use generic compute_fringe_widths.Kim F. Storm2003-03-126-10/+8
* The following changes consolidates the fringe handling fromKim F. Storm2003-03-121-0/+275
* Remove generic fringe code.Kim F. Storm2003-03-122-678/+39
* Remove generic fringe code.Kim F. Storm2003-03-121-372/+70
* (enum fringe_bitmap_type): Define here.Kim F. Storm2003-03-121-0/+51
* *** empty log message ***Kim F. Storm2003-03-121-0/+34
* (Fprin1_to_string): Return unibyte string if possible.Stefan Monnier2003-03-111-0/+2
* (read_process_output): We have allocated enough spaceDavid Kastrup2003-03-091-3/+3
* *** empty log message ***David Kastrup2003-03-091-0/+5
* Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbarsJan Djärv2003-03-094-3/+46
* Another fix for BadGC.Jan Djärv2003-03-091-4/+47
* * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead ofJan Djärv2003-03-082-8/+10
* * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even ifJan Djärv2003-03-082-1/+6
* (CODING_ADD_COMPOSITION_COMPONENT): If the number ofKenichi Handa2003-03-071-3/+40