aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-4/+0
* * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayListJan Djärv2004-07-051-2/+15
* macterm.c (do_window_activate, do_window_deactivate): Remove.Steven Tamm2004-06-291-46/+27
* macterm.c (mac_get_emulated_btn)Steven Tamm2004-06-291-2/+2
* macterm.c (XTread_socket): Correctly set the frame positionSteven Tamm2004-06-281-0/+31
* * macfns.c (Fx_display_color_cells): Do not limit return value to 256.Jan Djärv2004-06-171-0/+6
* Support Tooltips with the Carbon emacs port.Steven Tamm2004-05-301-668/+659
* Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixingSteven Tamm2004-05-141-9/+11
* macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_PSteven Tamm2004-05-121-2/+2
* macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUTSteven Tamm2004-05-071-0/+32
* (x_draw_hollow_cursor): Fix height of box for narrow lines.Kim F. Storm2004-04-241-1/+2
* (x_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-77/+97
* (XTread_socket): Fix mouse click on tool bar.Kim F. Storm2004-03-111-1/+2
* (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.Kim F. Storm2004-02-271-77/+72
* Inserting Yamomotosan's changes for MacOSX image support, better supportSteven Tamm2004-02-261-293/+757
* (Vmac_emulate_three_button_mouse): New variable forSteven Tamm2004-02-151-3/+50
* (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.Kim F. Storm2004-02-131-13/+14
* (mac_draw_bitmap): Add overlay_p arg.Kim F. Storm2004-02-091-30/+10
* (x_draw_fringe_bitmap): Copy unadapted code fromKim F. Storm2004-02-081-4/+33
* Move setting of scroll bars from make_mac_frame toSteven Tamm2004-01-271-3/+3
* (main) [USE_LSB_TAG]: Don't range check the ram.Stefan Monnier2004-01-211-0/+2
* (x_update_window_end): Call draw_window_fringes.Kim F. Storm2004-01-161-6/+28
* (do_check_ram_size): Don't hardcode the lisp address space size.Stefan Monnier2004-01-141-2/+2
* (emacs_options, x_initialized, same_x_server): RemoveAndreas Schwab2004-01-021-144/+1
* (Qface, Qmouse_face): Remove unused externs.Kim F. Storm2003-12-271-2/+0
* macterm.c (XTread_socket): Handle menubar selection and grow windowAndrew Choi2003-11-011-10/+14
* * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.Andrew Choi2003-10-131-6/+7
* (x_load_font): Clear all members of FONTP before start filling them.Kenichi Handa2003-10-031-0/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (mac_check_for_quit_char): Don't pass uninitializedStefan Monnier2003-06-151-0/+1
* (XTread_socket): Map mouse wheel events to EmacsJason Rumney2003-06-041-3/+5
* Make (several) trivial substitutions for renamed andKim F. Storm2003-05-241-124/+109
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-1/+1
* * macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1.Andrew Choi2003-04-251-2/+3
* * macterm.c (mac_check_for_quit_char): Don't check more often thanAndrew Choi2003-04-141-10/+35
* Remove unnecessary extern declarations.Kim F. Storm2003-03-311-3/+3
* (x_redisplay_interface): Add missing entry forAndreas Schwab2003-03-301-1/+2
* * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm2003-03-211-101/+0
* (struct redisplay_interface): Add active_p argument toKim F. Storm2003-03-211-8/+9
* * macterm.c: Remove consolidated defines and code.Kim F. Storm2003-03-211-2502/+91
* The following changes consolidate some of the gui-independentKim F. Storm2003-03-161-2186/+32
* Remove generic fringe code.Kim F. Storm2003-03-121-337/+19
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-409/+409
* 2003-01-28 Benjamin Riefenstahl <[email protected]>Andrew Choi2003-01-281-31/+29
* * macterm.c (XTread_socket): Checks for valid, visible windowSteven Tamm2003-01-201-0/+7
* * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" toSteven Tamm2003-01-021-0/+2
* * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2Steven Tamm2002-12-301-1/+1
* * macterm.c (XTread_socket): Call KeyTranslate for control andSteven Tamm2002-12-221-14/+7
* * macterm.c (mac_check_for_quit_char): Correctly set theSteven Tamm2002-12-121-0/+2
* Added code to check for pressing of quit_char in the Carbon Event QueueSteven Tamm2002-12-081-54/+171