| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2000-12-02 | 1 | -1/+8 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-12-02 | 1 | -0/+5 |
| | | |||||
| * | (Qwrite_region, Qcoding_system_error): Declare extern. | Gerd Moellmann | 2000-12-02 | 1 | -0/+4 |
| | | |||||
| * | (Fmd5): Use a different logic to decide the coding system | Gerd Moellmann | 2000-12-02 | 1 | -40/+83 |
| | | | | | to use. | ||||
| * | (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL. | Eli Zaretskii | 2000-12-02 | 1 | -2/+7 |
| | | |||||
| * | (x_calc_absolute_position): Don't subtract menubar's | Gerd Moellmann | 2000-12-01 | 2 | -16/+29 |
| | | | | | | | height for YNegative. (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's height; also see comment there. | ||||
| * | (coordinates_in_window): Handle computations for | Gerd Moellmann | 2000-12-01 | 2 | -21/+54 |
| | | | | | | | | | positions on the vertical bar and fringes differently for window-system frames. Consider some pixels near the vertical bar as on the bar if the frame doesn't have vertical scroll bars. Associate positions between mode or header lines with the right window, the left one. | ||||
| * | (get_frame_dc): Avoid changing the palette on an invalid frame. | Jason Rumney | 2000-12-01 | 2 | -1/+13 |
| | | |||||
| * | (x_draw_vertical_border): Fix call to w32_fill_rect. | Jason Rumney | 2000-12-01 | 1 | -3/+10 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-12-01 | 1 | -0/+1 |
| | | |||||
| * | (struct saved_window): Add members orig_top and | Gerd Moellmann | 2000-12-01 | 2 | -3/+15 |
| | | | | | | | | orig_height. (SAVED_WINDOW_VECTOR_SIZE): Increment to 16. (save_window_save, Fset_window_configuration): Save/restore window's orig_top and orig_height. | ||||
| * | Fix last change. | Jason Rumney | 2000-12-01 | 1 | -2/+1 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-12-01 | 1 | -0/+4 |
| | | |||||
| * | (echo_area_display): If cursor is in the echo area, make | Gerd Moellmann | 2000-11-30 | 2 | -0/+10 |
| | | | | | | sure that the next redisplay displays the minibuffer, so that the cursor will be replaced with what the minibuffer wants. | ||||
| * | Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and | Gerd Moellmann | 2000-11-30 | 2 | -9/+16 |
| | | | | | | | #ifndef instead of using #if. (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if USE_TOOLKIT_SCROLL_BARS is defined. | ||||
| * | (x_set_cursor_color): Use x_update_cursor instead of x_display_cursor. | Jason Rumney | 2000-11-30 | 1 | -8/+14 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-11-30 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-30 | 3 | -0/+594 |
| | | |||||
| * | (Fmd5): Doc fix. | Gerd Moellmann | 2000-11-30 | 1 | -8/+9 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-30 | 1 | -0/+9 |
| | | |||||
| * | (Fmd5): New function. | Gerd Moellmann | 2000-11-30 | 1 | -1/+163 |
| | | | | | (syms_of_fns): Defsubr md5. | ||||
| * | (obj): Add md5.o | Gerd Moellmann | 2000-11-30 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-30 | 1 | -0/+2 |
| | | |||||
| * | (popup_get_selection): Use xmalloc instead of malloc. | Gerd Moellmann | 2000-11-30 | 1 | -8/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-30 | 1 | -0/+6 |
| | | |||||
| * | (x_estimate_mode_line_height): If `mode-line' face | Gerd Moellmann | 2000-11-30 | 1 | -2/+6 |
| | | | | | | hasn't a font, use that of the frame, as drawing glyphs does. | ||||
| * | *** empty log message *** | Stefan Monnier | 2000-11-29 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-29 | 1 | -0/+3 |
| | | |||||
| * | (XTmouse_position) [USE_X_TOOLKIT]: When the mouse | Gerd Moellmann | 2000-11-29 | 1 | -0/+9 |
| | | | | | is over the menu bar widget, say it's not on the frame. | ||||
| * | (Fx_create_frame): Reintroduce the call to | Gerd Moellmann | 2000-11-29 | 2 | -0/+10 |
| | | | | | face-set-after-frame-defaults. | ||||
| * | (Fsignal): Reset handling_signal. | Gerd Moellmann | 2000-11-29 | 2 | -2/+6 |
| | | |||||
| * | (add_menu_item): Reset menu item text when changing type to radio button. | Jason Rumney | 2000-11-28 | 2 | -7/+17 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-28 | 1 | -0/+2 |
| | | |||||
| * | (wait_for_property_change): Update copyright. | Gerd Moellmann | 2000-11-28 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-28 | 1 | -0/+14 |
| | | |||||
| * | (Vx_window_horizontal_drag_shape): New variable. | Gerd Moellmann | 2000-11-28 | 1 | -2/+33 |
| | | | | | | (syms_of_xfns): DEFVAR_LISP it. (x_set_mouse_color): Create frame's horizontal_drag_cursor. | ||||
| * | (struct x_output): Add member horizontal_drag_cursor. | Gerd Moellmann | 2000-11-28 | 1 | -0/+1 |
| | | |||||
| * | (note_mouse_highlight): Change the cursor shape | Gerd Moellmann | 2000-11-28 | 1 | -2/+6 |
| | | | | | on the vertical border between windows. | ||||
| * | (coordinates_in_window): If on a mode or header line, | Gerd Moellmann | 2000-11-28 | 1 | -23/+46 |
| | | | | | | | but sufficiently close to its start, return ``on vertical border''. This gives us a way to drag windows horizontally when using toolkit scroll bars. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-28 | 1 | -0/+5 |
| | | |||||
| * | (text_read_only): New function. | Gerd Moellmann | 2000-11-28 | 1 | -6/+18 |
| | | | | | | | (verify_interval_modification): Use it instead of signaling `text-read-only'. This makes it easier to catch this error with a breakpoint.: | ||||
| * | (forward_to_next_line_start): Check for newlines, | Gerd Moellmann | 2000-11-28 | 1 | -2/+2 |
| | | | | | not end of line, which includes CR. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-28 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-28 | 1 | -0/+5 |
| | | |||||
| * | (Ffind_coding_systems_region_internal): Be sure to | Kenichi Handa | 2000-11-28 | 1 | -1/+3 |
| | | | | | include no-conversion. | ||||
| * | (w32_load_system_font): Always mark font as double byte if codepage is unicode. | Jason Rumney | 2000-11-27 | 1 | -1/+7 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-11-27 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-27 | 1 | -0/+4 |
| | | |||||
| * | (forward_to_next_line_start): If already on a newline, | Gerd Moellmann | 2000-11-27 | 1 | -4/+20 |
| | | | | | | just consume it to avoid unintended skipping over invisible text below. | ||||
| * | (lucid_event_type_list_p): Handle `help-echo', | Gerd Moellmann | 2000-11-27 | 2 | -2/+11 |
| | | | | | `vertical-line', `mode-line' and `header-line' events. | ||||