aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-061-0/+8
|
* (Qduration) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2006-05-061-3/+18
| | | | | | | (syms_of_image) [MAC_OS]: Intern and staticpro it. [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val. [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring instead of cfstring_create_with_string.
* (xframe): Print frame name.Kim F. Storm2006-05-051-1/+154
| | | | | | (xlist): New command to print a list (max 10 elements). (xpr): Print lisp object of any type. (pitx): Print it->pixel_width.
* *** empty log message ***Kim F. Storm2006-05-051-0/+7
|
* (handle_composition_prop): Fix for the case of emptyKenichi Handa2006-05-051-0/+18
| | | | composition component.
* *** empty log message ***Kenichi Handa2006-05-051-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-051-0/+54
|
* (enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.YAMAMOTO Mitsuharu2006-05-051-3/+3
|
* (mac_make_lispy_event_code): Remove extern.YAMAMOTO Mitsuharu2006-05-051-2/+5
| | | | | | | (mac_post_mouse_moved_event): Add extern. (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to `const AEDesc *' in externs. (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
* (XTread_socket) [TARGET_API_MAC_CARBON]: Try windowYAMAMOTO Mitsuharu2006-05-051-244/+79
| | | | | | | | | | | | | | | | | path select also for proxy icon click. [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function. [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it. (xlfdpat_create): Remove unused label `error' and trailing sentences. (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c. (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to macselect.c. (install_drag_handler, remove_drag_handler): Add extern. (mac_store_apple_event): Change return type to void. All uses changed. Create Lisp object from Apple event and store it into input event. (mac_make_lispy_event_code): Remove function. [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function. (install_window_handler): Call install_drag_handler. (remove_window_handler): Call remove_drag_handler.
* Update copyright year.YAMAMOTO Mitsuharu2006-05-051-6/+209
| | | | | | | | | | | | | | | (mac_store_apple_event): Change return type to void in extern. (mac_handle_apple_event): Don't get return value from mac_store_apple_event. [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable. (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it. [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from macterm.c. Use Vmac_dnd_known_types as acceptable flavors. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New implementation using create_apple_event_from_drag_ref. [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP) (mac_do_receive_dragUPP): Move variables from macterm.c. (install_drag_handler, remove_drag_handler): New functions.
* (restore_menu_items, cleanup_popup_menu): Return a value.YAMAMOTO Mitsuharu2006-05-051-0/+2
|
* (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 toYAMAMOTO Mitsuharu2006-05-051-16/+98
| | | | | | | | | `const AEDesc *'. [TARGET_API_MAC_CARBON] (create_apple_event): New function. [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it. Use xrealloc instead of repeated xmalloc/xfree. [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New function.
* (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.YAMAMOTO Mitsuharu2006-05-051-2/+1
|
* *** empty log message ***Richard M. Stallman2006-05-031-0/+4
|
* (Fplay_sound_internal): Dynamically allocateRichard M. Stallman2006-05-031-42/+29
| | | | | current_sound_device and current_sound. (sound_cleanup): Free them.
* (read_minibuf): Don't use read_minibuf_noninteractiveRichard M. Stallman2006-05-032-1/+6
| | | | when inside a keyboard macro.
* (restore_menu_items): Return a value.Andreas Schwab2006-05-012-0/+5
|
* (Fforward_comment): Detect generic comment at beginning ofStefan Monnier2006-05-012-8/+13
| | | | buffer when moving backwards.
* *** empty log message ***Kim F. Storm2006-05-011-3/+3
|
* (mac_update_title_bar): Minor format change.YAMAMOTO Mitsuharu2006-05-011-1/+2
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-011-0/+44
|
* (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.YAMAMOTO Mitsuharu2006-05-011-3/+8
| | | | | (get_glyph_face_and_encoding, get_char_face_and_encoding): Don't distinguish known faces from others.
* (unexec): Error if trying unexec from dumped executable.YAMAMOTO Mitsuharu2006-05-011-0/+3
|
* (mac_update_title_bar): Add extern.YAMAMOTO Mitsuharu2006-05-011-0/+8
| | | | | (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'. (FRAME_FILE_NAME): New macro.
* (mac_draw_line, mac_draw_line_to_pixmap): AdjustYAMAMOTO Mitsuharu2006-05-011-21/+98
| | | | | | | | | | | | | endpoints of strictly horizontal/vertical lines. (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects. (pcm_init, pcm_get_status): New functions. (x_per_char_metric, XLoadQueryFont): Use them instead of XCharStructRow and related macros. (x_draw_relief_rect): Don't adjust arguments of mac_draw_line. (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME. (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag and window path pop-up menu on title bar. (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
* (USE_ATSUI): Set default to 1 if MAC_OSX is defined.YAMAMOTO Mitsuharu2006-05-011-15/+23
| | | | | | | | | | (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1. (enum pcm_status): New enum. (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID) (XCharStructRow): Remove. Now validity is represented by non-negativeness of sum of ascent and descent. (struct MacFontStruct): Change type of member `rows'. (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
* (mac_update_title_bar): New function.YAMAMOTO Mitsuharu2006-05-011-1/+102
| | | | | | [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function. (show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
* (mac_coerce_file_name_ptr): Try typeFSRef if coercionYAMAMOTO Mitsuharu2006-05-011-3/+47
| | | | through typeFileURL failed.
* (update_window): Don't set changed_p when mode/headerYAMAMOTO Mitsuharu2006-05-011-2/+0
| | | | line is updated.
* (Fdefine_key): Improve error message when KEY begins with a non-prefix key.Richard M. Stallman2006-04-302-2/+10
|
* (Fforward_comment): Don't forget to break out of the loopStefan Monnier2006-04-302-0/+8
| | | | when we skipped backward over a generic comment.
* (pp1, pv1): Only print value as expression is now printed out by gud-print.Nick Roberts2006-04-261-8/+3
| | | | (pv1): Correct doc string.
* *** empty log message ***Nick Roberts2006-04-261-0/+6
|
* (store_in_keymap): Change `def' arg to not be `register'.Stefan Monnier2006-04-262-6/+7
| | | | | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8): keymap.c:895: error: address of register variable `def' requested.
* (construct_mouse_wheel): Handle negative coordinates.Jason Rumney2006-04-262-2/+6
|
* (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:Jason Rumney2006-04-261-0/+2
| | | | | <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases where we preempt mouse_button_timer.
* *** empty log message ***Jason Rumney2006-04-261-0/+6
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245Miles Bader2006-04-252-14/+16
| | | | | | | | (Ffield_beginning, find_field): Undo change of 2006-04-23. 2006-04-25 Miles Bader <miles@gnu.org> * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
* Include headers for pid_t.Stefan Monnier2006-04-242-8/+17
|
* Fix last change:Kim F. Storm2006-04-241-23/+5
| | | | | | (produce_stretch_glyph): Assume that face box height and width is already included in stretch glyph size so caller doesn't have to consider the extra space otherwise added (fixes problem in ses.el).
* *** empty log message ***Kim F. Storm2006-04-241-1/+3
|
* (produce_stretch_glyph): Include face box in stretch glyph size.Kim F. Storm2006-04-241-19/+23
|
* *** empty log message ***Kim F. Storm2006-04-241-0/+1
|
* * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code whichKim F. Storm2006-04-231-0/+1
| | | | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
* *** empty log message ***Kim F. Storm2006-04-231-0/+3
|
* (tool_bar_lines_needed): New local `temp_row' for clarity.Kim F. Storm2006-04-232-6/+30
| | | | | | | (tool_bar_lines_needed): Clear it when done, so we don't accidentally draw a second copy of the tool-bar after resetting f->n_tool_bar_rows. (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever we recalculate f->n_tool_bar_rows.
* (x_set_font): Clear f->n_tool_bar_rows and current frameKim F. Storm2006-04-231-0/+5
| | | | matrices to force recalculation of tool-bar height after font change.
* *** empty log message ***Kim F. Storm2006-04-231-0/+11
|
* *** empty log message ***Romain Francoise2006-04-231-1/+2
|