summaryrefslogtreecommitdiff
path: root/src/widget.c
AgeCommit message (Expand)Author
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-09-13Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-08-02Fix X GC leak in GTK and raw (no toolkit) X ports.Dmitry Antipov
2013-06-30Fix minor problems found by static checking.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-03Backport from trunk.Jan Djärv
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-06Signal-handler cleanup.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-02Clean up some extern decls.Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-03* widget.c (update_wm_hints): Return if wmshell is null.Jan Djärv
2011-11-26Spelling fixes.Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-07-10ProtoizeAndreas Schwab
2011-06-13Merge from trunk.Paul Eggert
2011-06-12Remove unnecessary casts.Paul Eggert
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-07-12Convert function definitions to standard C.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-21Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-08-26Include character.h and font.h for XSETFONT.Chong Yidong
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-04-22Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-03-22(EmacsFrameSetCharSize): Catch X errors.Chong Yidong
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-04-01Fix tooltip border color.Karoly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2004-07-21* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.Jan Djärv
2003-09-01Add arch taglinesMiles Bader
2003-05-24Make (few) trivial substitutions for renamed andKim F. Storm
2003-03-12Use generic compute_fringe_widths.Kim F. Storm