summaryrefslogtreecommitdiff
path: root/src/widget.c
Commit message (Expand)AuthorAge
* 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
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Signal-handler cleanup.Paul Eggert2012-09-06
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Clean up some extern decls.Paul Eggert2012-09-02
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * widget.c (update_wm_hints): Return if wmshell is null.Jan Djärv2011-12-03
* Spelling fixes.Paul Eggert2011-11-26
* Whitespace changes.Juanma Barranquero2011-09-09
* ProtoizeAndreas Schwab2011-07-10
* Merge from trunk.Paul Eggert2011-06-13
|\
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* | Remove unnecessary casts.Paul Eggert2011-06-12
|/
* Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-12
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-21
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Include character.h and font.h for XSETFONT.Chong Yidong2008-08-26