summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* * src/xfns.c (x_set_menu_bar_lines): Fix calls to x_clear_area.Wolfgang Jenkner2015-05-291-4/+2
* Merge branch 'master' into cairoJan D2015-05-231-2/+2
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* | Merge branch 'master' into cairoJan D2015-04-031-32/+102
|\ \ | |/
| * Adjust offset and border calculations for X.Jan D2015-02-271-7/+29
| * * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.Paul Eggert2015-02-251-9/+10
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-30/+76
| * Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+3
* | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-161-6/+4
* | Add cairo drawing.Jan D2015-02-111-0/+195
|/
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-081-1/+1
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+13
* Use bool, not int, to track face changesPaul Eggert2015-01-281-6/+6
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-5/+16
|\
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-5/+16
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Fix bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov2014-08-031-21/+20
* | Use bool for boolean in xfns.cPaul Eggert2015-01-251-112/+107
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-3/+3
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-4/+9
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-3/+3
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Prefer stpcpy to strcatPaul Eggert2014-12-251-17/+17
* | * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-2/+2
* | Don't shrink frame when using desktop-save-mode (Bug#19048).“Martin2014-11-221-16/+4
* | Spelling fixes.Paul Eggert2014-11-161-1/+1
* | Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-2/+2
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-9/+141
* | * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.Jan Djärv2014-10-181-6/+0
* | Cleanup terminal handling code.Dmitry Antipov2014-10-141-1/+1
* | * fileio.c (emacs_readlinkat, Finsert_file_contents):Dmitry Antipov2014-10-031-1/+2
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-14/+28
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-6/+4
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-4/+0
* | * xfns.c (x_default_scroll_bar_color_parameter):Paul Eggert2014-09-261-0/+2
* | Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-2/+0
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+2
* | Fix some slow uses and misuses of strcat.Paul Eggert2014-09-231-3/+4
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-5/+6
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-12/+11
* | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-7/+1
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-011-4/+4
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-123/+140
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-251-110/+0
* | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:Dmitry Antipov2014-07-221-6/+6
* | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-221-5/+1
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.Dmitry Antipov2014-07-201-31/+23