summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-171-7/+15
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-121-2/+10
|\ \ | |/
| * Document the behavior of file selection dialogs on Windows 7 (bug #17950).Eli Zaretskii2014-07-121-2/+10
| * Backport from trunk.Jan Djärv2014-07-041-49/+94
* | Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-071-10/+13
* | * xfns.c (Qsuppress_icon): Remove; no real users.Dmitry Antipov2014-06-291-6/+0
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-1/+36
* | Omit redundant extern decls.Paul Eggert2014-06-171-0/+1
* | * xfns.c (Fx_window_property): Remove unused local.Paul Eggert2014-05-261-2/+1
* | * xfns.c (x_window_property_intern): New function (code fromJan Djärv2014-05-241-52/+95
* | If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-131-32/+0
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-2/+1
* | Further improve XIM initDaniel Colascione2014-03-231-65/+78
|\ \
| * | Further improve create_frame_xic patchDaniel Colascione2014-03-231-58/+73
|/ /