summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Improve XIC fixDaniel Colascione2014-03-231-40/+62
* | Work around flaky XIM modulesDaniel Colascione2014-03-231-0/+10
|/
* * xfns.c (x_set_mouse_color): Recolor vertical_drag_cursor.Dmitry Antipov2014-03-111-0/+1
* Improve window dividers code.Martin Rudalics2014-02-041-0/+4
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-1/+6
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-9/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-311-12/+21
* Various fixes around Bug#16013.Martin Rudalics2013-12-111-7/+2
* Again fix last fix.Martin Rudalics2013-12-031-0/+2