| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Juanma Barranquero | 2008-03-03 | 1 | -10/+14 |
| | | |||||
| * | (recompute_cached_metrics): Change font arg to w32font_info. | Jason Rumney | 2008-03-03 | 1 | -0/+4 |
| | | | | | | Compute options separately. (w32font_open_internal): Set glyph_idx before caching metrics. | ||||
| * | (Quniscribe, QCformat): New symbols. | Jason Rumney | 2008-03-03 | 1 | -0/+19 |
| | | | | | | | | | | | | | | (syms_of_w32font): Define them. (w32font_has_char): Indicate uncertainty. (w32font_encode_char): Encode as glyph point. Make static. (recompute_cached_metrics): New function. (w32font_open_internal): Use it. Set font to use glyph points initially. Set format based on type of font. (w32font_text_extents, w32font_draw): Optionally use glyph points. (w32_enumfont_pattern_entity): Accept backend arg. Set type based on it. Set format based on information available here. (add_font_entity_to_list): Identify backend based on opentype_only. | ||||
| * | (ftfont_pattern_entity): Fix aliasing violations. | Andreas Schwab | 2008-03-02 | 1 | -0/+2 |
| | | |||||
| * | (decode_coding_big5, produce_chars): Fix typos in last | Andreas Schwab | 2008-03-02 | 1 | -0/+5 |
| | | | | | change. | ||||
| * | New icon. | Dan Nicolaescu | 2008-03-02 | 1 | -0/+4 |
| | | |||||
| * | (decode_coding_utf_8): When eol-type of CODING is | Kenichi Handa | 2008-03-02 | 1 | -0/+9 |
| | | | | | | | | | `dos', don't decode '\r' if that is the last in the source. (decode_coding_utf_16, decode_coding_emacs_mule) (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) (decode_coding_raw_text, decode_coding_charset): Likewise. (produce_chars): Don't decode EOL here. Use EMACS_INT. | ||||
| * | (w32font_full_name): Report point size for scalable fonts. | Jason Rumney | 2008-03-01 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2008-03-01 | 1 | -0/+4 |
| | | |||||
| * | (w32font_full_name): New function. | Jason Rumney | 2008-03-01 | 1 | -0/+5 |
| | | | | | (w32font_open_internal): Use it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2008-03-01 | 1 | -0/+4 |
| | | |||||
| * | (font_unparse_fcname): Increase len when style is a symbol. | Jason Rumney | 2008-03-01 | 1 | -0/+4 |
| | | |||||
| * | (handle_one_xevent): For Gtk+ and ConfigureNotify, call | Jan Djärv | 2008-03-01 | 1 | -0/+19 |
| | | | | | xg_frame_resized when the event is for the edit widget. | ||||
| * | *** empty log message *** | Jason Rumney | 2008-03-01 | 1 | -0/+4 |
| | | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2008-03-01 | 1 | -0/+4 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090 | ||||
| | * | * xdisp.c (get_overlay_strings_1): Add missing argument type. | Chong Yidong | 2008-02-29 | 1 | -0/+4 |
| | | | |||||
| | * | [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64. | YAMAMOTO Mitsuharu | 2008-02-27 | 1 | -0/+4 |
| | | | |||||
| | * | * process.c (wait_reading_process_output): Check for window | Chong Yidong | 2008-02-27 | 1 | -0/+6 |
| | | | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård. | ||||
| | * | * editfns.c (Fformat): Doc fix. | Chong Yidong | 2008-02-26 | 1 | -0/+4 |
| | | | |||||
| | * | * keyboard.c (command_loop_1): Revert 2006-10-09 change. | Chong Yidong | 2008-02-25 | 1 | -0/+4 |
| | | | |||||
| * | | * xdisp.c (next_overlay_string): Don't set | Chong Yidong | 2008-02-29 | 1 | -0/+6 |
| | | | | | | | | | | | overlay_strings_at_end_processed_p if we're currently reading from a display string. | ||||
| * | | (get_overlay_strings_1): Fix typo. | Stefan Monnier | 2008-02-29 | 1 | -0/+4 |
| | | | |||||
| * | | * xdisp.c (get_overlay_strings_1): Add missing argument type. | Chong Yidong | 2008-02-29 | 1 | -0/+4 |
| | | | |||||
| * | | (ftfont_match): Explicitly set pixelsize in pattern. | Kenichi Handa | 2008-02-28 | 1 | -0/+2 |
| | | | |||||
| * | | (handle_auto_composed_prop): Don't make composition if it->string | Kenichi Handa | 2008-02-28 | 1 | -0/+2 |
| | | | | | | | | | is a string. | ||||
| * | | (display_mode_element): Cancel the previous change. | Kenichi Handa | 2008-02-28 | 1 | -0/+10 |
| | | | | | | | | | (decode_mode_spec): Likewise. | ||||
| * | | *** empty log message *** | Kim F. Storm | 2008-02-27 | 1 | -0/+43 |
| | | | |||||
| * | | * process.c (wait_reading_process_output): Check for window | Chong Yidong | 2008-02-27 | 1 | -0/+6 |
| | | | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård. | ||||
| * | | (USAGE1): Add `--disable-font-backend'. | Glenn Morris | 2008-02-27 | 1 | -0/+4 |
| | | | |||||
| * | | (Finsert_file_contents): Don't reset undo_list if no change | Stefan Monnier | 2008-02-27 | 1 | -0/+5 |
| | | | | | | | | | is made to the buffer. | ||||
| * | | * dispextern.h (face_at_buffer_position, face_for_overlay_string) | Stefan Monnier | 2008-02-26 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | (face_at_string_position): * xfaces.c (face_at_buffer_position, face_for_overlay_string) (face_at_string_position): * xdisp.c (display_string, next_overlay_change): * buffer.h (overlays_at): * buffer.c (overlays_at): Use EMACS_INT for buffer positions. Update callers. | ||||
| * | | * editfns.c (Fformat): Doc fix. | Chong Yidong | 2008-02-26 | 1 | -0/+4 |
| | | | |||||
| * | | (Ffont_spec, Ffont_at): Fix typos in docstrings. | Juanma Barranquero | 2008-02-26 | 1 | -0/+6 |
| | | | | | | | | | | | (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf, Ffont_otf_alternates, Fquery_font): Doc fixes. | ||||
| * | | *** empty log message *** | Stefan Monnier | 2008-02-26 | 1 | -0/+18 |
| | | | |||||
| * | | (Fbuffer_swap_text): New function. | Stefan Monnier | 2008-02-25 | 1 | -0/+5 |
| | | | | | | | | | (syms_of_buffer): Defsubr it. | ||||
| * | | * keyboard.c (command_loop_1): Revert 2006-10-09 change. | Chong Yidong | 2008-02-25 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | Jason Rumney | 2008-02-25 | 1 | -0/+4 |
| | | | |||||
| * | | (Fdelete_window, Fadjust_window_trailing_edge): | Stefan Monnier | 2008-02-25 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | Handle a nil arg. Use run_window_configuration_change_hook. (delete_window, adjust_window_trailing_edge): Don't handle nil any more. (Fenlarge_window, Fshrink_window, Fset_window_configuration): Use run_window_configuration_change_hook. | ||||
| * | | (struct glyph_string): New member padding_p. | Kenichi Handa | 2008-02-25 | 1 | -0/+19 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2008-02-25 | 1 | -0/+4 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1081 | ||||
| | * | (enum_font_cb2): Don't use raster fonts for Unicode. | Jason Rumney | 2008-02-24 | 1 | -0/+4 |
| | | | |||||
| * | | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 2008-02-24 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate. | ||||
| * | | (x_draw_glyph_string_background): Clear the background | Jason Rumney | 2008-02-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use. | ||||
| * | | (w32font_text_extents): Avoid getting HDC and selecting | Jason Rumney | 2008-02-24 | 1 | -0/+5 |
| | | | | | | | | | a font into it unless we have to. | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -0/+17 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074 | ||||
| | * | * xterm.c (x_set_offset): Don't change the gravity if | Chong Yidong | 2008-02-24 | 1 | -0/+5 |
| | | | | | | | | | CHANGE_GRAVITY is -1. | ||||
| | * | (INT_LISPLIKE): Remove. It may misfire. | Stefan Monnier | 2008-02-19 | 1 | -0/+5 |
| | | | | | | | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it. | ||||
| | * | *** empty log message *** | Jason Rumney | 2008-02-18 | 1 | -0/+4 |
| | | | |||||
| | * | (x_draw_glyph_string_background): Clear the background | Jason Rumney | 2008-02-15 | 1 | -0/+7 |
| | | | | | | | | | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use. | ||||
| | * | (syms_of_fileio) <insert-default-directory>: Doc fix. | Eli Zaretskii | 2008-02-09 | 1 | -0/+4 |
| | | | |||||