summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-09-231-1/+1
* Fix the MSDOS buildEli Zaretskii2016-04-301-4/+7
* Fix splash screen display at startupEli Zaretskii2016-03-251-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Allocate glyph matrices for the initial frameChris Feng2016-02-241-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Clarify documentation of 'modify-frame-parameters'Eli Zaretskii2015-12-111-4/+7
* Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.Martin Rudalics2015-11-231-2/+0
* * src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZES_CHANGED (Bug#21975).Martin Rudalics2015-11-231-0/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-8/+8
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* Avoid crashes when redisplayng a window changes faces or fontsEli Zaretskii2015-10-171-0/+4
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-88/+133
* In adjust_frame_size don't count minibuffer height twice (Bug#21643)Martin Rudalics2015-10-091-1/+1
* Try to avoid redisplaying all frames when creating a new oneStefan Monnier2015-09-301-2/+2
* Make face realization be more frame-specificEli Zaretskii2015-09-261-1/+2
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-161-2/+0
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-3/+3
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-20/+9
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-181-13/+32
* Be more tolerant to fonts named "Foobar-12"Eli Zaretskii2015-07-011-4/+6
* Remove unused DEFSYMsPaul Eggert2015-05-311-4/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-3/+3
* Clarify concept of "surrogate minibuffer frames" (Bug#20538)Martin Rudalics2015-05-191-3/+4
* * frame.c (x_get_resource_string) [!USE_GTK]: Don't define.Paul Eggert2015-03-131-1/+1
* Handle tool bar size changes after x_set_font.Martin Rudalics2015-03-041-0/+1
* Fix calculation of total window sizes after font size changes (Bug#19972).Martin Rudalics2015-03-031-0/+5
* Set can_x_set_window_size and after_make_frame in terminal frames (Bug#19962)Martin Rudalics2015-02-281-0/+7
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+2
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-081-8/+5
* Fix a thinko in frame-parameter (Bug#19802)Eli Zaretskii2015-02-081-1/+6
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-60/+142
* Omit unnecessary var if GTK or NSPaul Eggert2015-02-021-0/+4
* Use bool, not int, to track face changesPaul Eggert2015-01-281-1/+1
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-0/+7
* In adjust_frame_size don't return too early after font size change.Martin Rudalics2015-01-131-1/+5
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-29/+73
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-41/+41
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-112/+74
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-041-2/+15
* Pacify gcc -WparenthesesPaul Eggert2015-01-031-1/+1
* Two fixes for setting up sizes of a new frame (Bug#19428).Martin Rudalics2015-01-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update documentation of Temporary Displays.Martin Rudalics2014-12-301-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-10/+10
* Add code for "preserving" window sizes.Martin Rudalics2014-12-181-4/+6
* Merge branch 'emacs-24'Ted Zlatanov2014-11-261-1/+1
|\
| * * src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).Stefan Monnier2014-11-161-1/+1