summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Pacify --enable-gcc-warningsPaul Eggert2015-05-231-1/+0
* Merge from origin/emacs-24Paul Eggert2015-03-181-1/+1
|\
| * Fix --no-bitmap-iconGlenn Morris2015-03-121-1/+1
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-4/+0
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-6/+7
* | Omit unnecessary var if GTK or NSPaul Eggert2015-02-021-0/+2
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-0/+6
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-51/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in xterm.cPaul Eggert2014-12-211-2/+2
* | Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-5/+7
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-2/+7
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+2
* | Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-211-1/+1
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-0/+5
* | Spelling fixes.Paul Eggert2014-09-111-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-3/+8
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-3/+10
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-011-10/+6
* | Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov2014-07-281-4/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-112/+176
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.Dmitry Antipov2014-07-201-0/+5
* | * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-181-5/+0
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-171-4/+18
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more naturalDmitry Antipov2014-07-161-77/+104
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-1/+1
* | Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-3/+5
* | Omit redundant extern decls.Paul Eggert2014-06-171-2/+0
* | * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov2014-06-101-1/+3
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-0/+5
* | * frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert2014-05-281-32/+0
* | * frame.h (frame_char_to_pixel_position, frame_set_mouse_position):Dmitry Antipov2014-05-281-11/+11
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-2/+32
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-2/+2
|/
* src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-041-1/+2
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-7/+12
* 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-4/+0
* Fix session GUI startup.Eli Zaretskii2013-12-151-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-63/+61
* * frame.h (SET_FRAME_VISIBLE): Now an inline function.Paul Eggert2013-12-071-4/+9
* Spelling and punctuation fixes.Paul Eggert2013-12-011-3/+3
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-72/+139
* Fix minor problems found by static checking.Paul Eggert2013-11-281-22/+22
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-52/+55
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-3/+0
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-301-3/+0
* | * frame.h (struct frame): Drop has_minibuffer member because...Dmitry Antipov2013-10-021-7/+5
|/
* * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-6/+1