summaryrefslogtreecommitdiff
path: root/src/widget.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-22[Xt] Fix child frame resizing glitchDmitry Gutov
2026-05-01Try to resize or resize-and-move child frames in one updateDmitry Gutov
2026-03-16Assign bit gravity to window in Lucid and Motif ports tooDmitry Gutov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-12Stop relying on Xt hack to set window manager hintsPo Lu
2022-08-31Gently nudge Xt into always setting size hintsPo Lu
2022-04-30Handle exposure in the widget's expose proc on XPo Lu
2022-02-08Make sure `update_wm_hints' finds the WMShellPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-04-27Major rewrite of adjust_frame_sizeMartin Rudalics
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-23Update some URLsPaul Eggert
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-04-15Fix uninit var in widget.cPaul Eggert
2019-04-05Minor cleanup in widget.cKonstantin Kharlamov
2019-03-04Simplify list creation in C codePaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-20Fix crash when built by GNU Gold linker on x86Paul Eggert
2017-03-10Tweak X toolkit code to pacify modern GCCPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-21* src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-13Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics
2015-04-19* src/widget.c (set_frame_size): Prefer 'int' to 'unsigned'Paul Eggert
2015-04-14Assume C89 offsetof in widget.cPaul Eggert
2015-02-07Try to improve handling of fullwidth/-height frames.Martin Rudalics
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics
2014-09-25Remove code left dead after 2014-07-27 changes.Martin Rudalics
2014-08-09* widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)Jan Djärv
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-03-04Fix minor --enable-gcc-warnings issues.Paul Eggert
2014-02-18Don't set FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH in update_various_frame_sl...Martin Rudalics
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-31Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics
2013-12-20Some more fixes for pixelwise resizing.Martin Rudalics