aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE beforeJan Djärv2006-02-212-2/+13
| | | | returning it.
* *** empty log message ***Juanma Barranquero2006-02-211-2/+7
|
* (horizontal_bar_bits): Rename from `horisontal_bar_bits'.Juanma Barranquero2006-02-211-3/+3
| | | | (standard_bitmaps): Use it.
* (mac_draw_string_common): Remove arg MODE. New argYAMAMOTO Mitsuharu2006-02-212-145/+197
| | | | | | | | | | | | | | | | | BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. Use float constants as divisors instead of double. Use alloca instead of xmalloc/xfree. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [!MAC_OS8 || USE_ATSUI]: Background may be drawn using mac_draw_image_string* functions. (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of some fonts when srcCopy text transfer mode might be used. (mac_begin_clip, mac_end_clip): Check if region is empty. (mac_set_clip_rectangles): When resetting clip region, make it empty instead of disposing of it.
* *** empty log message ***Kim F. Storm2006-02-201-0/+42
|
* Add fringe.elc to WINDOW_SUPPORT.Kim F. Storm2006-02-201-2/+2
|
* (enum fringe_bitmap_type): Remove. Change all usesKim F. Storm2006-02-201-119/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to use `int'. (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS): Define explicitly. (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom) (Qhollow_small): New variables. (syms_of_fringe): Intern and staticpro them. (question_mark_bits): Rename from unknown_bits. (left_curly_arrow_bits): Rename from continuation_bits. (right_curly_arrow_bits): Rename from continued_bits. (left_triangle_bits): Rename from ov_bits. (right_triangle_bits): Added. (filled_rectangle_bits): Rename from filled_box_cursor_bits. (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. (filled_square_bits): Added. (vertical_bar_bits): Rename from bar_cursor_bits. (horisontal_bar_bits): Rename from hbar_cursor_bits. (empty_line_bits): Rename from zv_bits. (standard_bitmaps): Update to use new names. (draw_fringe_bitmap_1): Make static. (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions to map from logical cursors and indicators to physical bitmaps. (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow bitmaps using symbol names instead of bitmap numbers. (update_window_fringes): Use logical indicator symbol names instead of bitmap numbers for logical. Add bitmap cache. (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
* (struct buffer): New members fringe_indicator_alist andKim F. Storm2006-02-201-0/+6
| | | | fringe_cursor_alist.
* (init_buffer_once): Set dummy default values forKim F. Storm2006-02-201-0/+48
| | | | | | | | fringe-indicator-alist and fringe-cursor-alist. The proper default values are set by pre-loading fringe.el. (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and fringe-cursor-alist buffer-local variables and defvar_lisp_nopro correspondig default- variables.
* * regex.c: Revert 2006-02-19 change.Chong Yidong2006-02-202-8/+18
| | | | Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
* * regex.c (xmalloc, xrealloc): Define these when not linked toChong Yidong2006-02-202-0/+41
| | | | Emacs.
* *** empty log message ***Luc Teirlinck2006-02-201-0/+4
|
* (extend_range_table_work_area): Fix typo.Luc Teirlinck2006-02-201-1/+1
|
* (regex_compile): Call xmalloc and xrealloc.Richard M. Stallman2006-02-202-8/+16
| | | | (regcomp): Use xmalloc.
* (x_catch_errors): Use xmalloc.Richard M. Stallman2006-02-201-1/+1
|
* (extend_range_table_work_area): Call xmalloc and xrealloc.Richard M. Stallman2006-02-201-2/+2
|
* (malloc_widget_value): Use xmalloc.Richard M. Stallman2006-02-201-1/+1
|
* *** empty log message ***Richard M. Stallman2006-02-201-0/+8
|
* [HAVE_GETRLIMIT]: Include sys/resource.h.Richard M. Stallman2006-02-201-0/+19
| | | | (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
* (digest_single_submenu): When pane_string is empty, do initialize save_wv.Richard M. Stallman2006-02-191-1/+4
|
* (update_menu_bar) [MAC_OS]: Don't setYAMAMOTO Mitsuharu2006-02-192-7/+28
| | | | w->update_mode_line if arg F is not the selected frame.
* (popup_activated_flag, submenu_id)YAMAMOTO Mitsuharu2006-02-191-127/+116
| | | | | | | | | | | | | | | | (next_menubar_widget_id): Remove variables. (initialize_frame_menubar): Remove function. (pop_down_menu, mac_menu_show): Simplify save value. (dispose_menus): New function. (pop_down_menu, fill_menubar): Use it. (fill_submenu): Remove function. All uses changed to fill_menu. (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg POS. Don't call SetMenuItemHierarchicalID here. (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be used next. Call SetMenuItemHierarchicalID here. (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu objects if needed. Reuse existing menu bar titles if possible. (set_frame_menubar): Don't clean up menu objects here.
* * window.c (window_min_size_1): Ensure room for the scroll bar andChong Yidong2006-02-182-1/+9
| | | | fringes.
* (BASE_PURESIZE): Increment to 1200000.Romain Francoise2006-02-172-1/+5
|
* (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier2006-02-172-1/+6
|
* *** empty log message ***Juanma Barranquero2006-02-171-0/+4
|
* (Fset_window_scroll_bars): Doc fix.Juanma Barranquero2006-02-171-2/+3
|
* (display_mode_element): Call display_string with correctKenichi Handa2006-02-171-2/+5
| | | | PREC arg (which must be a number of characters, not column width).
* *** empty log message ***Kenichi Handa2006-02-171-0/+5
|
* Fix entry for 2006-02-14Jan Djärv2006-02-151-1/+1
|
* Indentation fixJan Djärv2006-02-151-3/+3
|
* (set_frame_menubar): Don't call DrawMenuBar.YAMAMOTO Mitsuharu2006-02-152-2/+8
|
* (x_set_menu_bar_lines): Menu bar is always shown on Mac.YAMAMOTO Mitsuharu2006-02-151-28/+7
|
* (x_get_arg): Clear out PARAM in ALIST also on Mac.YAMAMOTO Mitsuharu2006-02-151-2/+1
|
* *** empty log message ***Richard M. Stallman2006-02-151-0/+2
|
* (x_get_arg): Clear out all occurrences of PARAM in ALIST.Richard M. Stallman2006-02-151-0/+7
|
* Add arch taglineMiles Bader2006-02-141-0/+3
|
* *** empty log message ***Richard M. Stallman2006-02-141-0/+4
|
* New file.Richard M. Stallman2006-02-141-0/+160
|
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-0/+8
| | | | | | | value of x-gtk-whole-detached-tool-bar. (xg_tool_bar_attach_callback): Set show-arrow to FALSE. * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
* * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.Jan Djärv2006-02-141-0/+10
|
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-0/+5
| | | | value of x-gtk-whole-detached-tool-bar.
* Fix address.Jan Djärv2006-02-141-1/+1
|
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-0/+12
| | | | | | | | | | * xterm.h: Declare x_x_to_emacs_modifiers. * gtkutil.c (xg_tool_bar_button_cb): New function. (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to store modifiers in event. (update_frame_tool_bar): Connect button-release-event to xg_tool_bar_button_cb.
* * gtkutil.c (xg_tool_bar_button_cb): New function.Jan Djärv2006-02-141-1/+30
| | | | | | | (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to store modifiers in event. (update_frame_tool_bar): Connect button-release-event to xg_tool_bar_button_cb.
* * xterm.h: Declare x_x_to_emacs_modifiers.Jan Djärv2006-02-141-0/+2
|
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-3/+2
|
* Fix style of last change.Richard M. Stallman2006-02-131-3/+2
|
* *** empty log message ***Richard M. Stallman2006-02-131-0/+4
|
* (xwindow): Update the code to show the window box.Richard M. Stallman2006-02-131-1/+10
|