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