aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** 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 for an integer of size 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
| | | | | | | | | | | | | | | xterm.c, w32term.c, and macterm.c into xdisp.c. * xdisp.c: Consolidate fringe handling code here. (left_bits, right_bits, continued_bits, continuation_bits) (ov_bits, zv_bits): Define fringe bitmaps. (fringe_bitmaps): New array holding fringe bitmaps. (draw_fringe_bitmap): Draw a specific bitmap; call display specific drawing routine via rif->draw_fringe_bitmap. (draw_row_fringe_bitmaps): Generic replacement for x_draw_row_fringe_bitmaps; all callers changed. (compute_fringe_widths): Generic replacement for x_compute_fringe_widths; all callers changed.
* Remove generic fringe code.Kim F. Storm2003-03-122-678/+39
| | | | | (x_draw_fringe_bitmap): Only perform actual fringe drawing. (x_redisplay_interface): Add x_draw_fringe_bitmap member.
* Remove generic fringe code.Kim F. Storm2003-03-121-372/+70
| | | | | (w32_draw_fringe_bitmap): Only perform actual fringe drawing. (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
* (enum fringe_bitmap_type): Define here.Kim F. Storm2003-03-121-0/+51
| | | | | | | (struct fringe_bitmap, struct draw_fringe_bitmap_params): New. (fringe_bitmaps): Declare extern. (struct redisplay_interface): New member draw_fringe_bitmap. (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
* *** 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
| | | | for readmax and carryover, so actually use the alloted space.
* *** 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
| | | | | struct image* when desciding to update (struct image* may have been deleted from the image cache).
* * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even ifJan Djärv2003-03-082-1/+6
| | | | the event isn't for a frame (i.e. for dialogs).
* (CODING_ADD_COMPOSITION_COMPONENT): If the number ofKenichi Handa2003-03-071-3/+40
| | | | | | | | | composition components reaches the limit, terminate composing. (COMPOSITION_OK): New macro. (detect_coding_iso2022): Use it if an escapse sequence for composition is found. (coding_restore_composition): Adjust the number of composition components if it is not sane.
* *** empty log message ***Kenichi Handa2003-03-071-0/+10
|
* (w32_get_rdb_resource): New function.Juanma Barranquero2003-03-062-1/+47
| | | | | (x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry.
* (Fx_get_resource, x_get_resource_string): Pass xrdb to check for resourcesJuanma Barranquero2003-03-061-2/+3
| | | | passed on the command line.
* (w32_make_rdb): New function.Juanma Barranquero2003-03-061-13/+57
| | | | | (w32_term_init): Use it to initialize xrdb member of w32_display_info struct. Delete leftover code.
* (struct w32_display_info): Add xrdb member to support passing resources via -xrmJuanma Barranquero2003-03-061-0/+3
| | | | on Windows.
* * xterm.c (x_detect_focus_change): Call x_any_window_to_frameJan Djärv2003-03-042-1/+6
| | | | instead of x_top_window_to_frame.
* xsmfns.c (smc_save_yourself_CB): Add --no-splash to optionsJan Djärv2003-03-032-3/+17
| | | | when restarting Emacs.
* (Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman2003-03-032-6/+15
| | | | | | to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it.
* *** empty log message ***Rob Browning2003-03-031-6/+11
|
* .Stefan Monnier2003-03-021-22/+22
|
* * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.Jan Djärv2003-03-022-1/+7
|
* A lot of lines removed at checkin version 1.3108, restore themJan Djärv2003-03-021-30/+3795
|
* *** empty log message ***Stefan Monnier2003-02-261-2/+6
|
* (redisplay_window): Fix infinite loop in redisplay.Kim F. Storm2003-02-252-0/+16
| | | | | If centering point failed to make whole line visible and vscroll is non-zero, disable vscroll and try centering point again.
* (read1): Accept `single space' syntax like (? x).Kim F. Storm2003-02-251-0/+7
|
* * keyboard.c (cancel_hourglass_unwind): Surround withJan Djärv2003-02-252-0/+7
| | | | #ifdef HAVE_X_WINDOWS
* *** empty log message ***Kenichi Handa2003-02-251-0/+5
|
* (Fset_buffer_multibyte): Pay attention to the bufferKenichi Handa2003-02-251-0/+2
| | | | process only when "subprocesses" is defined.
* (back_comment): Only check nestedness of 2nd char if needed.Stefan Monnier2003-02-251-1/+1
|