index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-3
/
+3
*
Allocate glyph matrices for the initial frame
Chris Feng
2016-02-24
1
-0
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Clarify documentation of 'modify-frame-parameters'
Eli Zaretskii
2015-12-11
1
-4
/
+7
*
Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.
Martin Rudalics
2015-11-23
1
-2
/
+0
*
* src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZES_CHANGED (Bug#21975).
Martin Rudalics
2015-11-23
1
-0
/
+2
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-8
/
+8
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
*
Avoid crashes when redisplayng a window changes faces or fonts
Eli Zaretskii
2015-10-17
1
-0
/
+4
*
Allow setting frame pixel sizes from frame parameters (Bug#21415)
Martin Rudalics
2015-10-13
1
-88
/
+133
*
In adjust_frame_size don't count minibuffer height twice (Bug#21643)
Martin Rudalics
2015-10-09
1
-1
/
+1
*
Try to avoid redisplaying all frames when creating a new one
Stefan Monnier
2015-09-30
1
-2
/
+2
*
Make face realization be more frame-specific
Eli Zaretskii
2015-09-26
1
-1
/
+2
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-1
/
+1
*
Remove tool_bar_redisplayed_once and associated code.
Martin Rudalics
2015-09-16
1
-2
/
+0
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-3
/
+3
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-20
/
+9
*
Rewrite and add frame geometry related functions.
Martin Rudalics
2015-08-18
1
-13
/
+32
*
Be more tolerant to fonts named "Foobar-12"
Eli Zaretskii
2015-07-01
1
-4
/
+6
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-4
/
+0
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-3
/
+3
*
Clarify concept of "surrogate minibuffer frames" (Bug#20538)
Martin Rudalics
2015-05-19
1
-3
/
+4
*
* frame.c (x_get_resource_string) [!USE_GTK]: Don't define.
Paul Eggert
2015-03-13
1
-1
/
+1
*
Handle tool bar size changes after x_set_font.
Martin Rudalics
2015-03-04
1
-0
/
+1
*
Fix calculation of total window sizes after font size changes (Bug#19972).
Martin Rudalics
2015-03-03
1
-0
/
+5
*
Set can_x_set_window_size and after_make_frame in terminal frames (Bug#19962)
Martin Rudalics
2015-02-28
1
-0
/
+7
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-2
/
+2
*
Minor tweaks to frame_size_history_add
Paul Eggert
2015-02-08
1
-8
/
+5
*
Fix a thinko in frame-parameter (Bug#19802)
Eli Zaretskii
2015-02-08
1
-1
/
+6
*
Try to improve handling of fullwidth/-height frames.
Martin Rudalics
2015-02-07
1
-60
/
+142
*
Omit unnecessary var if GTK or NS
Paul Eggert
2015-02-02
1
-0
/
+4
*
Use bool, not int, to track face changes
Paul Eggert
2015-01-28
1
-1
/
+1
*
Tune pseudovector allocation assuming Qnil == 0
Dmitry Antipov
2015-01-16
1
-0
/
+7
*
In adjust_frame_size don't return too early after font size change.
Martin Rudalics
2015-01-13
1
-1
/
+5
*
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-13
1
-1
/
+2
*
Adjust frame heights to real height of tool bar.
Martin Rudalics
2015-01-12
1
-29
/
+73
*
Port to 32-bit --with-wide-int
Paul Eggert
2015-01-10
1
-41
/
+41
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-112
/
+74
*
'temacs -nw' should not call missing functions
Paul Eggert
2015-01-04
1
-2
/
+15
*
Pacify gcc -Wparentheses
Paul Eggert
2015-01-03
1
-1
/
+1
*
Two fixes for setting up sizes of a new frame (Bug#19428).
Martin Rudalics
2015-01-03
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update documentation of Temporary Displays.
Martin Rudalics
2014-12-30
1
-1
/
+1
*
Prefer stpcpy to strcat
Paul Eggert
2014-12-25
1
-10
/
+10
*
Add code for "preserving" window sizes.
Martin Rudalics
2014-12-18
1
-4
/
+6
*
Merge branch 'emacs-24'
Ted Zlatanov
2014-11-26
1
-1
/
+1
|
\
|
*
* src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
Stefan Monnier
2014-11-16
1
-1
/
+1
*
|
* frame.c (Fcan_run_window_configuration_change_hook): Return a value.
Paul Eggert
2014-11-08
1
-0
/
+1
*
|
Run `window-configuration-change-hook' only after all faces have been realized.
Martin Rudalics
2014-11-08
1
-2
/
+23
*
|
Uniquify the 'size' symbol.
Paul Eggert
2014-11-07
1
-1
/
+1
[next]