summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-0/+14
* Minor integer overflow fixes.Paul Eggert2013-12-021-1/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-15/+57
* Prefer tail calls.Paul Eggert2013-11-131-1/+1
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-2/+2
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-3/+3
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-291-0/+5
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-14/+7
* Suppress unused variable warning when compiling without a window system.Daniel Colascione2013-09-221-0/+2
* Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,Dmitry Antipov2013-09-151-3/+2
* * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS becauseDmitry Antipov2013-09-151-4/+0
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-8/+2
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-61/+61
* * xterm.h (x_window_to_frame, x_any_window_to_frame)Dmitry Antipov2013-09-131-181/+0
* * src/emacs.c (usage_message): Possessive apostrophe tweak.Glenn Morris2013-09-111-1/+1
* * nsterm.m (syms_of_nsterm): Use Qns.Dmitry Antipov2013-09-111-11/+2
* Ifdef away frame tool bar code when it is not really used.Dmitry Antipov2013-09-111-4/+7
* Attempt to make redisplay more selective when changing fonts.Dmitry Antipov2013-09-061-4/+4
* * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.Dmitry Antipov2013-09-031-4/+0
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-291-4/+4
* * nsfns.m (x_set_cursor_type):Dmitry Antipov2013-08-131-4/+1
* Omit some unnecessary casts.Paul Eggert2013-08-101-20/+11
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-6/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-17/+18
* Fix X GC leak in GTK and raw (no toolkit) X ports.Dmitry Antipov2013-08-021-4/+0
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-021-3/+0
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-13/+0
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-2/+2
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-18/+17
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-7/+5
* Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS.Jan Djärv2013-05-251-103/+34