aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix exit code when stdin is at EOF (Bug#19897)Eli Zaretskii2015-02-182-4/+6
| * | Fixes display of prefix argument when input-method-functionOscar Fuentes2015-02-182-1/+14
| * | * src/keyboard.c (timer_check_2): Fix incorrect commentKelly Dean2015-02-172-1/+5
| * | Fix doc-string of x_frame_normalize_before_maximize.Martin Rudalics2015-02-142-3/+10
| * | Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii2015-02-142-27/+36
| * | Better support for future pluginsPaul Eggert2015-02-122-3/+17
* | | * ftcrfont.c (ftcrfont_draw): Don't flush when drawing to screen.YAMAMOTO Mitsuharu2015-02-192-1/+11
* | | Draw outermost line using black relief and erase corners also for cairo.YAMAMOTO Mitsuharu2015-02-172-4/+84
* | | * xterm.c (x_fill_trapezoid_for_relief): Remove unnecessary cairo_close_path.YAMAMOTO Mitsuharu2015-02-162-1/+1
* | | * xterm.c (x_draw_relief_rect) [USE_CAIRO]: Reset clipping.YAMAMOTO Mitsuharu2015-02-162-2/+3
* | | * xterm.c (x_draw_stretch_glyph_string): Call x_reset_clip_rectangles instead...YAMAMOTO Mitsuharu2015-02-162-1/+3
* | | Use int instead of unsigned int for width and height args.YAMAMOTO Mitsuharu2015-02-162-20/+12
* | | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-164-82/+47
* | | Implement wave-style variant of underlining for cairo.YAMAMOTO Mitsuharu2015-02-162-0/+48
* | | * xterm.c (x_draw_window_divider): Use x_fill_rectangle instead of XFillRecta...YAMAMOTO Mitsuharu2015-02-162-15/+19
* | | Fix fringe bitmap initialization for cairo.YAMAMOTO Mitsuharu2015-02-143-0/+24
* | | Add cairo drawing.Jan D2015-02-1115-102/+1746
|/ /
* | Improve toggling fullscreen state of frames.Martin Rudalics2015-02-113-10/+42
* | Use bool for boolean in xdisp.cPaul Eggert2015-02-095-1261/+1195
* | Check for some overflows in vertical-motionPaul Eggert2015-02-092-19/+33
* | * xfont.c: Minor style fixesPaul Eggert2015-02-092-101/+101
* | Speed up vertical-motion when screen coordinates are knownEli Zaretskii2015-02-093-23/+60
* | Remove unused assignment.Dima Kogan2015-02-092-1/+4
* | Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-093-85/+108
* | * src/keyboard.c (syms_of_keyboard): Use non-nil default value.Stefan Monnier2015-02-092-1/+5
* | Use C99's INFINITY and NAN macrosPaul Eggert2015-02-082-22/+10
* | Fix bidi_explicit_dir_char undefined behaviorPaul Eggert2015-02-082-0/+9
* | Better distinguish infinite from invalid timesPaul Eggert2015-02-084-27/+56
* | Minor tweaks to frame_size_history_addPaul Eggert2015-02-084-18/+15
* | Fix a thinko in frame-parameter (Bug#19802)Eli Zaretskii2015-02-082-1/+12
* | * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-082-30/+29
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-0710-299/+613
* | Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-063-82/+66
* | Add (:documentation <form>) for dynamically-generated docstringsStefan Monnier2015-02-052-4/+23
* | Remove recently added BUFFER arg of `window-text-pixel-size'.Martin Rudalics2015-02-052-25/+15
* | Remove no-longer-used two_byte_p calculationsPaul Eggert2015-02-033-24/+20
* | Omit unnecessary var if GTK or NSPaul Eggert2015-02-023-0/+12
* | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-15/+33
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-0117-2540/+33
* | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-15/+33
* | Better changelog for xwidgetsJoakim Verona2015-02-011-1/+1
* | NEWS entry and Changelog xwidgetsJoakim Verona2015-02-011-0/+17
* | Merge branch 'master' into xwidgetJoakim Verona2015-02-0124-195/+482
|\ \
| * | Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-314-21/+51
| * | Don't reimplement move-if-change badlyAndreas Schwab2015-01-312-3/+15
| * | Fix while-no-input loops (Bug#19547)Eli Zaretskii2015-01-312-0/+6
| * | Fix last commit, which confused WINDOWSNT with MSDOS.Eli Zaretskii2015-01-312-1/+7
| * | Simplify read_dirent's MSDOS hacksPaul Eggert2015-01-302-13/+15
| * | # ChangeLog fixesGlenn Morris2015-01-301-30/+17
| * | Fix error messages when readdir cannot open a directory on MS-WindowsEli Zaretskii2015-01-302-5/+29