aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* use vectors for symbol slotsBT Templeton2015-04-191-3/+3
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-1/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-60/+2
* Omit redundant extern decls.Paul Eggert2014-06-171-0/+3
* * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov2014-06-101-8/+5
* * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-0/+3
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* Merge from emacs-24; up to 2014-05-29T17:16:[email protected]Glenn Morris2014-06-011-1/+1
|\
| * * frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert2014-06-011-1/+1
* | * frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert2014-05-281-0/+36
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-2/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-15/+4
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-4/+4
* | Clean up array size calculationsDaniel Colascione2014-04-031-7/+4
|/
* In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-301-17/+24
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-3/+2
* Two adjustments in window/frame resizing.Martin Rudalics2014-03-121-12/+12
* Misc small frame/window docGlenn Morris2014-02-221-4/+3
* Fix doc-string of frame_resize_pixelwise.Martin Rudalics2014-01-111-4/+9
* Port to C89.Paul Eggert2014-01-021-1/+2
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-0/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-3/+1
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-0/+6
* Fix declaration of get_frame_param for cygw32 build.Ken Brown2013-12-091-1/+1
* In x_set_font mark frame as garbaged (Bug#16028).Martin Rudalics2013-12-081-0/+4
* Fix minor problems found by static checking.Paul Eggert2013-12-011-0/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-66/+286
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-8/+9
* * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-241-28/+2
* * src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes.Glenn Morris2013-11-181-2/+4
* Add hooks to run on gaining/losing focus (tiny change)Brian Jenkins2013-11-181-0/+14
* * 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-5/+5
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
* * frame.h (struct frame): Drop has_minibuffer member because...Dmitry Antipov2013-10-021-2/+0
* * frame.c (delete_frame): Block/unblock input to overcome raceJan Djärv2013-09-291-2/+4
* In delete_frame record selected frame only after calling Qdelete_frame_functi...Andreas Politz2013-09-291-2/+2
* * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-0/+15
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* Ifdef away recent changes which aren't relevant to NS port.Dmitry Antipov2013-09-181-0/+4
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-0/+13
* * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-181-1/+10
* * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.Dmitry Antipov2013-09-171-16/+0
* * dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov2013-09-171-5/+0
* Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,Dmitry Antipov2013-09-151-3/+0
* * frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix last change.Dmitry Antipov2013-09-131-1/+4
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-0/+9
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-8/+8
* Do not populate pure Xism x_sync to other ports.Dmitry Antipov2013-09-091-1/+1