| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow building on Mac OS X again after Kim's merging of display code. | Andrew Choi | 2003-03-24 | 1 | -0/+21 |
| | | |||||
| * | (redisplay_window): If mini window's buffer is not | John Paul Wallington | 2003-03-24 | 1 | -0/+5 |
| | | | | | empty, then redisplay it like other windows. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-23 | 1 | -4/+7 |
| | | |||||
| * | (make_string_from_bytes, make_specified_string): | Kenichi Handa | 2003-03-23 | 1 | -1/+10 |
| | | | | | Prototypes adjusted. | ||||
| * | * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif | Jan Djärv | 2003-03-23 | 1 | -0/+2 |
| | | |||||
| * | Finally (?) fix flicker in scroll bar. | Jan Djärv | 2003-03-23 | 1 | -0/+21 |
| | | |||||
| * | Fix long lines. | Kim F. Storm | 2003-03-22 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-03-22 | 1 | -4/+16 |
| | | |||||
| * | Make sure space precedes end-of-line backslashes. | Thien-Thi Nguyen | 2003-03-22 | 1 | -4/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-21 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-21 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-21 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-21 | 1 | -0/+141 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-21 | 1 | -2/+2 |
| | | |||||
| * | (Fexpand_file_name): Fix previous change. | Kenichi Handa | 2003-03-21 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-19 | 1 | -0/+13 |
| | | |||||
| * | * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for | Jan Djärv | 2003-03-18 | 1 | -0/+3 |
| | | | | | all widgets. | ||||
| * | gtkutil.h: Removed xg_ignore_next_thumb. | Jan Djärv | 2003-03-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-18 | 1 | -0/+14 |
| | | |||||
| * | * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values | Jan Djärv | 2003-03-17 | 1 | -0/+3 |
| | | | | | equal old values before updating. | ||||
| * | New approach to scrolling and scroll bars for better redraw and smoother | Jan Djärv | 2003-03-17 | 1 | -0/+24 |
| | | | | | scroll bar behaviour. | ||||
| * | ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h. | Juanma Barranquero | 2003-03-17 | 1 | -0/+5 |
| | | |||||
| * | (jpeg_load, png_load, slurp_file): Read image files | Jason Rumney | 2003-03-16 | 1 | -0/+10 |
| | | | | | as binary. | ||||
| * | (x_produce_glyphs): Use FRAME_BASELINE_OFFSET. | Juanma Barranquero | 2003-03-16 | 1 | -3/+7 |
| | | |||||
| * | Fix typo. | Kim F. Storm | 2003-03-16 | 1 | -2/+2 |
| | | |||||
| * | The following changes consolidate some of the gui-independent | Kim F. Storm | 2003-03-16 | 1 | -1/+82 |
| | | | | | | parts of the processing and drawing of "glyph strings" from xterm.c, w32term.c, and macterm.c into xdisp.c. | ||||
| * | (read1): After #!, exit loop on eof. | Richard M. Stallman | 2003-03-14 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-03-14 | 1 | -5/+9 |
| | | |||||
| * | gtkutil.h: Add declaration for xg_frame_cleared. | Jan Djärv | 2003-03-14 | 1 | -0/+2 |
| | | |||||
| * | Clear frame didn't redraw scrollbars, fixed that. | Jan Djärv | 2003-03-14 | 1 | -0/+3 |
| | | |||||
| * | Reduce flicker in GTK scrollbars. | Jan Djärv | 2003-03-14 | 1 | -0/+14 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-13 | 1 | -1/+6 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-13 | 1 | -0/+2 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-12 | 1 | -0/+6 |
| | | |||||
| * | . | Andreas Schwab | 2003-03-12 | 1 | -0/+4 |
| | | |||||
| * | (x_term_init) [USE_GTK]: Fix typo. | Andreas Schwab | 2003-03-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-03-12 | 1 | -0/+34 |
| | | |||||
| * | *** empty log message *** | David Kastrup | 2003-03-09 | 1 | -0/+5 |
| | | |||||
| * | Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars | Jan Djärv | 2003-03-09 | 1 | -0/+22 |
| | | |||||
| * | * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of | Jan Djärv | 2003-03-08 | 1 | -0/+4 |
| | | | | | | struct image* when desciding to update (struct image* may have been deleted from the image cache). | ||||
| * | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if | Jan Djärv | 2003-03-08 | 1 | -0/+5 |
| | | | | | the event isn't for a frame (i.e. for dialogs). | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-03-07 | 1 | -0/+10 |
| | | |||||
| * | (w32_get_rdb_resource): New function. | Juanma Barranquero | 2003-03-06 | 1 | -0/+16 |
| | | | | | | (x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry. | ||||
| * | * xterm.c (x_detect_focus_change): Call x_any_window_to_frame | Jan Djärv | 2003-03-04 | 1 | -0/+5 |
| | | | | | instead of x_top_window_to_frame. | ||||
| * | xsmfns.c (smc_save_yourself_CB): Add --no-splash to options | Jan Djärv | 2003-03-03 | 1 | -0/+5 |
| | | | | | when restarting Emacs. | ||||
| * | (Fkill_buffer): Use Frun_hook_with_args_until_failure | Richard M. Stallman | 2003-03-03 | 1 | -0/+7 |
| | | | | | | | to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it. | ||||
| * | . | Stefan Monnier | 2003-03-02 | 1 | -22/+22 |
| | | |||||
| * | * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK. | Jan Djärv | 2003-03-02 | 1 | -0/+4 |
| | | |||||
| * | A lot of lines removed at checkin version 1.3108, restore them | Jan Djärv | 2003-03-02 | 1 | -30/+3795 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-02-26 | 1 | -2/+6 |
| | | |||||