aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* gtkutil.c: Check for NULL string before calling strcmp or strlen.Jan Djärv2003-01-272-11/+32
|
* (x_set_name, x_set_title): Add comment about encoding strategy.Kenichi Handa2003-01-271-0/+17
|
* (Fformat): Add comment about the treatment of 0 as a multibyteKenichi Handa2003-01-261-0/+4
| | | | character.
* gtkutil.c (update_frame_tool_bar): Call prepare_image_for_displayJan Djärv2003-01-262-0/+12
| | | | and handle image load failure (invalid pixmap).
* *** empty log message ***Jason Rumney2003-01-261-0/+9
|
* (init_jpeg_functions, jpeg_resync_to_restart_wrapper):Jason Rumney2003-01-261-54/+103
| | | | | | | | New functions. (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call jpeg library functions through pointers determined at runtime. (init_external_image_libraries): Try to load jpeg.dll.
* *** empty log message ***Jason Rumney2003-01-251-0/+7
|
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-251-50/+139
| | | | | | | | | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. (init_png_functions): New function. (png_read_from_memory, png_load): Call png library functions through pointers determined at runtime. (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. (init_external_image_libraries): New function. (init_xfns): Call it.
* *** empty log message ***Richard M. Stallman2003-01-251-0/+12
|
* Declare format2 instead of format1.Richard M. Stallman2003-01-251-1/+1
|
* (barf_or_query_if_file_exists): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
|
* (Fkill_buffer): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
|
* (format2): New function, replaces format1Richard M. Stallman2003-01-251-21/+8
| | | | but takes exactly two Lisp Objects as format args.
* Comment change.Richard M. Stallman2003-01-251-1/+1
|
* Fix input methods for GTK.Jan Djärv2003-01-256-30/+108
| | | | Don't right justify GTK help menu.
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-252-76/+109
| | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups.
* (Fminibuffer_message): Verify type of parameter.Andreas Schwab2003-01-242-1/+6
|
* *** empty log message ***Juanma Barranquero2003-01-241-4/+4
|
* gtkutil.c (xg_initialize): Initialize id_to_widget here insteadJan Djärv2003-01-242-1/+16
| | | | of static initializer
* (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:Dave Love2003-01-242-0/+15
| | | | Use __alignof__.
* (GC_SETJMP_WORKS, GC_MARK_STACK): Define for moreDave Love2003-01-241-4/+11
| | | | architectures.
* (adjust_point_for_property): New second arg MODIFIED.Kenichi Handa2003-01-242-7/+17
| | | | | | | It it is nonzero, don't pretend that an invisible area doesn't exist. (command_loop_1): Call adjust_point_for_property with proper second arg.
* *** empty log message ***Juanma Barranquero2003-01-231-6/+6
|
* * w32term.c (x_draw_glyph_string_foreground)Jason Rumney2003-01-222-107/+199
| | | | | | | | | | | | | | | | | | | | | | | | | (x_draw_composite_glyph_string_foreground): Implement overstriking. * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update). * w32term.c (notice_overwritten_cursor): Handle the special case of the cursor being in the first blank non-text line at the end of a window. * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor) (x_draw_phys_cursor_glyph): Set phys_cursor_width here. Compute from the x position returned by x_draw_glyphs. * w32term.c (note_mode_line_or_margin_highlight): Renamed from note_mode_line_highlight and extended. * w32term.c (last_window): New variable. (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs. (note_mouse_movement): Remove reimplemented code in #if 0.
* (x_set_cursor_type): Set cursor_type_changed,Jason Rumney2003-01-221-3/+2
| | | | not update_mode_lines, and always set it to 1.
* Regenerated.Andreas Schwab2003-01-221-1/+3
|
* Fix typo.Juanma Barranquero2003-01-221-1/+1
|
* *** empty log message ***Jason Rumney2003-01-211-0/+37
|
* 2003-01-21 KOBAYASHI Yasuhiro <[email protected]>Jason Rumney2003-01-211-27/+37
| | | | | | | | | | | | | | | | | | | | | * w32term.c (note_mode_line_highlight): Delete #if 0 to enable function w32_define_cursor. (note_mouse_highlight): Initialize, setup cursor accoding to mouse position, change member name output_data.x to output_data.w32 and add function w32_define_cursor. (show_mouse_face): Delete #if 0 to enable function w32_define_cursor and change member name output_data.x to output_data.w32. (w32_initialize_display_info): Setup dpyinfo->vertical_scroll_bar_cursor. 2003-01-21 David Ponce <[email protected]> * w32term.c (w32_encode_char): For DIM=1 charset, set ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c x_encode_char change by Kenichi Handa <[email protected]> on 2002-09-30. (w32_draw_relief_rect): Declare all args. (w32_define_cursor): New.
* 2003-01-21 KOBAYASHI Yasuhiro <[email protected]>Jason Rumney2003-01-211-1/+3
| | | | | * w32term.h (struct w32_output): New member hand_cursor. (WM_EMACS_SETCURSOR): New message definition.
* 2003-01-21 Jason Rumney <[email protected]>Jason Rumney2003-01-211-2/+47
| | | | | | | | | | | | | | | | | * w32fns.c (IDC_HAND): Define it if system headers don't. 2003-01-21 KOBAYASHI Yasuhiro <[email protected]> * w32fns.c (Vx_hand_shape): New variable. (w32_wnd_proc): Add message entries for WM_SETCURSOR and WM_EMACS_SETCURSOR. (x-create-frame): Setup Cursor types. 2003-01-21 David Ponce <[email protected]> * w32fns.c (w32_load_cursor): New function. (w32_init_class): Use it. (x_put_x_image): Declare all args.
* (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.Juanma Barranquero2003-01-212-2/+5
|
* gtkutil.c: Must include stdio.h before termhooks.hJan Djärv2003-01-212-2/+6
|
* (Fgc_status): Print zombie list.Dave Love2003-01-212-5/+22
| | | | | | | (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: Fix assignment of zombies. (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: Don't take car of non-cons.
* (GC_SETJMP_WORKS, GC_MARK_STACK): Define.Dave Love2003-01-212-0/+7
|
* (digest_single_submenu): Declare all args.Jason Rumney2003-01-202-7/+28
| | | | | | | | | | Sync with 2002-12-23 Richard M. Stallman <[email protected]> changes in xmenu.c: (parse_single_submenu): Use individual keymap's prompt string as pane name, if there is one. (set_frame_menubar): Save menu_items_n_panes from each call to parse_single_submenu and use it when calling digest_single_submenu.
* * macterm.c (XTread_socket): Checks for valid, visible windowSteven Tamm2003-01-202-0/+12
| | | | before sending a scroll-wheel event.
* *** empty log message ***Richard M. Stallman2003-01-201-0/+5
|
* Comment change.Richard M. Stallman2003-01-201-2/+4
|
* (redisplay_window): If mini window's buffer is notRichard M. Stallman2003-01-201-2/+4
| | | | a minibuffer, then redisplay it like other windows.
* *** empty log message ***Jan Djärv2003-01-192-0/+9
|
* ChangeLogJan Djärv2003-01-191-1/+1
|
* *** empty log message ***Jan Djärv2003-01-191-0/+3
|
* GTK files gtkutil.c and .hJan Djärv2003-01-192-0/+3105
|
* GTK versionJan Djärv2003-01-1914-554/+1664
|
* *** empty log message ***Stefan Monnier2003-01-191-26/+26
|
* (Funibyte_char_to_multibyte): Export.Stefan Monnier2003-01-191-0/+2
|
* * xmenu.c (mouse_position_for_popup): New function.Jan Djärv2003-01-181-0/+6
| | | | | (Fx_popup_menu): Call mouse_position_for_popup for X and mouse_position_hook for others.
* (mouse_position_for_popup): New function.Jan Djärv2003-01-181-37/+81
| | | | | (Fx_popup_menu): Call mouse_position_for_popup for X and mouse_position_hook for others.
* (Finsert): Mention `string-make-multibyte' andKim F. Storm2003-01-171-2/+7
| | | | `string-as-multibyte' in doc string.