aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***Kenichi Handa2003-03-191-0/+13
* (Ffile_name_directory): Reconstruct file name byKenichi Handa2003-03-191-27/+40
* Fix compilation with --with-x=no.Kim F. Storm2003-03-182-1/+9
* * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw forJan Djärv2003-03-182-3/+9
* (Faccessible_keymaps): Remove unused var.Stefan Monnier2003-03-181-1/+1
* (accessible_keymaps_1): Break cycles but without preventingStefan Monnier2003-03-181-61/+44
* gtkutil.h: Removed xg_ignore_next_thumb.Jan Djärv2003-03-182-5/+4
* *** empty log message ***Kenichi Handa2003-03-181-0/+14
* (Vchar_coding_system_table): Remove this variable.Kenichi Handa2003-03-181-164/+8
* * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new valuesJan Djärv2003-03-172-9/+25
* New approach to scrolling and scroll bars for better redraw and smootherJan Djärv2003-03-173-105/+169
* ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.Juanma Barranquero2003-03-172-0/+7
* ($(BLD)/xdisp.$(O)): Add dependency from blockinput.h.Juanma Barranquero2003-03-171-0/+1
* 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