2010-11-06 |
Jan D. |
* src/nsfont.m: Include termchar for new mouse-highlight.
|
2010-11-04 |
Adrian Robert |
* nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
|
2010-08-11 |
Jan D |
Use const char* for -Wwrite_strings.
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-06-02 |
Dan Nicolaescu |
Fix config.h includes.
|
2010-02-26 |
Chong Yidong |
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
|
2010-02-08 |
Chong Yidong |
* nsfont.m (nsfont_open): The system's value for the font descent
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2009-10-19 |
Dan Nicolaescu |
* nsterm.m:
|
2009-10-13 |
Adrian Robert |
Add space after casts in last change.
|
2009-10-12 |
Adrian Robert |
* nsfont.m (ns_char_width): Replace deprecated call (suggested by
|
2009-09-23 |
Adrian Robert |
* nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
|
2009-09-23 |
Adrian Robert |
* nsfont.m (Vns_reg_to_script): New lisp variable.
|
2009-09-18 |
Adrian Robert |
(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
|
2009-09-09 |
Adrian Robert |
* nsfont.m (ns_get_family): Don't force first letter to uppercase.
|
2009-08-02 |
Adrian Robert |
* nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set. (nsfont_open): Handle case when entity has no family.
|
2009-07-29 |
Adrian Robert |
* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.
|
2009-07-26 |
Chong Yidong |
* nsfont.m (nsfont_draw): Revert 2009-07-15 change.
|
2009-07-24 |
Adrian Robert |
* nsfont.m (ns_findfonts): Correctly return fallback in match case.
|
2009-07-23 |
Adrian Robert |
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
|
2009-07-20 |
Adrian Robert |
* nsfont.m (ns_attribute_value): Remove.
|
2009-07-15 |
YAMAMOTO Mitsuharu |
(nsfont_draw): Remove code for stippling, which actually
|
2009-06-29 |
Jim Meyering |
Remove useless if-before-xfree tests.
|
2009-06-15 |
Adrian Robert |
(ns_get_covering_families): Retain scriptToFamilies.
|
2009-06-14 |
Adrian Robert |
* nsfont.m (ns_attribute_value): Remove.
|
2009-06-08 |
Adrian Robert |
Changes to support :script/:lang/:otf in NS font driver.
|
2009-05-18 |
Adrian Robert |
* nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
|
2009-04-27 |
David Reitter |
nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out code.
|
2009-04-13 |
Stefan Monnier |
* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
|
2009-03-14 |
David Reitter |
Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
|
2009-03-04 |
Adrian Robert |
* nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
|
2009-02-13 |
Adrian Robert |
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-11-25 |
Adrian Robert |
Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS, it is not an indexed color. * nsterm.m (free_indexed_color): Add argument checking. * nsfns.m: Move config.h to before system includes (advised by Dan N.).
|
2008-10-01 |
Adrian Robert |
* nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.
|
2008-09-30 |
Adrian Robert |
* nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging.
|
2008-09-27 |
Adrian Robert |
* nsfont.m (nsfont_draw): Fix up composition rendering.
|
2008-09-07 |
Teodor Zlatanov |
* nsfont.m (nsfont_draw): Fix the references to missing gidx data
|
2008-08-21 |
Adrian Robert |
* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
|
2008-08-01 |
Adrian Robert |
clear warnings and clean up NS port
|
2008-07-22 |
Adrian Robert |
NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
|
2008-07-19 |
Adrian Robert |
fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target
|
2008-07-19 |
Adrian Robert |
nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani
|
2008-07-19 |
Adrian Robert |
apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND
|
2008-07-17 |
Stefan Monnier |
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
|
2008-07-16 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-07-16 |
Miles Bader |
Use nicer comment syntax for arch taglines in Objective-C files
|
2008-07-15 |
Miles Bader |
Add arch tagline
|
2008-07-15 |
Adrian Robert |
adding forgotten file src/nsfont.m for emacs.app merge
|