summaryrefslogtreecommitdiff
path: root/src/widget.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Stop relying on Xt hack to set window manager hintsPo Lu2022-10-12
* Gently nudge Xt into always setting size hintsPo Lu2022-08-31
* Handle exposure in the widget's expose proc on XPo Lu2022-04-30
* Make sure `update_wm_hints' finds the WMShellPo Lu2022-02-08
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-27
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Update some URLsPaul Eggert2019-09-23
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Fix uninit var in widget.cPaul Eggert2019-04-15
* Minor cleanup in widget.cKonstantin Kharlamov2019-04-05
* Simplify list creation in C codePaul Eggert2019-03-04
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix crash when built by GNU Gold linker on x86Paul Eggert2017-06-20
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-10
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-21
* | Limit <config.h>’s includesPaul Eggert2016-09-30
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* * src/widget.c (set_frame_size): Prefer 'int' to 'unsigned'Paul Eggert2015-04-19
* Assume C89 offsetof in widget.cPaul Eggert2015-04-14
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-07
* Update copyright year to 2015Paul Eggert2015-01-01
* Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-25
* * widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)Jan Djärv2014-08-09
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* Fix minor --enable-gcc-warnings issues.Paul Eggert2014-03-04
* Don't set FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH in update_various_frame_sl...Martin Rudalics2014-02-18
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-31
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-20
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Fix X GC leak in GTK and raw (no toolkit) X ports.Dmitry Antipov2013-08-02
* Fix minor problems found by static checking.Paul Eggert2013-06-30
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Backport from trunk.Jan Djärv2012-11-03