log src/macterm.c @ 60591:e1ebbef182c4

age author description
2005-03-04 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
2005-02-03 YAMAMOTO Mitsuharu (mac_draw_string_common, x_make_frame_visible): Use
2005-01-30 Jesper Harder (syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.
2005-01-27 Kim F. Storm (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2005-01-24 Steven Tamm * dispextern.h (struct glyph_string): New members clip_head and
2005-01-20 Kim F. Storm (x_draw_glyph_string_box): Fix last_x for full width rows.
2005-01-16 Kim F. Storm (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
2005-01-16 Steven Tamm * macterm.c (mac_to_x_fontname): Removed spurious argument.
2005-01-16 Andreas Schwab (mac_draw_string_common): Fix compilation on OSX 10.1.
2005-01-16 Steven Tamm Changed name from mac-use-core-graphics to mac-allow-anti-aliasing
2005-01-16 Steven Tamm * macterm.c (Vmac_use_core_graphics): defined
2005-01-16 Steven Tamm * macfns.c (x_set_foreground_color, x_set_background_color): Sync
2005-01-07 Steven Tamm * macterm.c (XLoadQueryFont): Correctly handle 0 size
2005-01-06 Steven Tamm * macfns.c: Include sys/param.h.
2005-01-03 Steven Tamm * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
2004-12-30 Steven Tamm * macterm.c (SelectionRange): Add Xcode position apple event struct.
2004-12-29 Steven Tamm * term/mac-win.el: Require x-dnd.
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-20 Steven Tamm (mac_do_list_fonts): Fix memory leak
2004-12-18 Steven Tamm * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2004-11-30 Steven Tamm * keyboard.c: Don't undef SIGIO
2004-11-21 Kim F. Storm (x_clip_to_row): Add area arg. Callers changed.
2004-10-29 John Wiegley 2004-10-28 Will <will@glozer.net>
2004-10-10 Steven Tamm macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
2004-10-07 Kim F. Storm (x_update_window_end): Fix flicker on vertical line between
2004-10-06 Steven Tamm macfns.c (mac_get_window_bounds): Add extern.
2004-09-02 Steven Tamm (x_update_end): Move SetPortWindowPort to inside
2004-07-19 Steven Tamm Fixes for Ctrl-G support on carbon, replacing old timeout based polling
2004-07-05 Jan Djärv * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
2004-06-29 Steven Tamm macterm.c (do_window_activate, do_window_deactivate): Remove.
2004-06-29 Steven Tamm macterm.c (mac_get_emulated_btn)
2004-06-28 Steven Tamm macterm.c (XTread_socket): Correctly set the frame position
2004-06-17 Jan Djärv * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
2004-05-30 Steven Tamm Support Tooltips with the Carbon emacs port.
2004-05-14 Steven Tamm Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
2004-05-12 Steven Tamm macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P
2004-05-07 Steven Tamm macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
2004-04-24 Kim F. Storm (x_draw_hollow_cursor): Fix height of box for narrow lines.
2004-04-20 Kim F. Storm (x_draw_relief_rect): Add top_p and bot_p args.
2004-03-11 Kim F. Storm (XTread_socket): Fix mouse click on tool bar.
2004-02-27 Kim F. Storm (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.
2004-02-26 Steven Tamm Inserting Yamomotosan's changes for MacOSX image support, better support
2004-02-15 Steven Tamm (Vmac_emulate_three_button_mouse): New variable for
2004-02-13 Kim F. Storm (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
2004-02-09 Kim F. Storm (mac_draw_bitmap): Add overlay_p arg.
2004-02-08 Kim F. Storm (x_draw_fringe_bitmap): Copy unadapted code from
2004-01-27 Steven Tamm Move setting of scroll bars from make_mac_frame to
2004-01-21 Stefan Monnier (main) [USE_LSB_TAG]: Don't range check the ram.
2004-01-16 Kim F. Storm (x_update_window_end): Call draw_window_fringes.
2004-01-14 Stefan Monnier (do_check_ram_size): Don't hardcode the lisp address space size.
2004-01-02 Andreas Schwab (emacs_options, x_initialized, same_x_server): Remove
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-27 Kim F. Storm (Qface, Qmouse_face): Remove unused externs.
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Implemented multiple tty support.
2003-12-24 Karoly Lorentey Add a level of indirection to terminal characteristics.
2003-11-01 Andrew Choi macterm.c (XTread_socket): Handle menubar selection and grow window
2003-10-13 Andrew Choi * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
2003-10-03 Kenichi Handa (x_load_font): Clear all members of FONTP before start filling them.
2003-09-01 Miles Bader Add arch taglines