summaryrefslogtreecommitdiff
path: root/src/xgselect.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix drag-and-drop of files with multibyte filenamesPo Lu2022-06-05
* Apply fix for bug#52761 to GTK native input as wellPo Lu2022-01-27
* Handle internal events specially on PGTKYuuki Harano2022-01-07
* Fix xwidgets setting their own signal handlersPo Lu2022-01-05
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix race conditions between Lisp threads in GTK buildsEli Zaretskii2021-06-25
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix lock failures in xg_selectPip Cet2020-08-21
* Update copyright year to 2020Paul Eggert2020-01-01
* Update copyright year to 2019Paul Eggert2019-01-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Attempt to fix crashes with threads in GTK buildsEli Zaretskii2016-12-30
* | Prevent crashes in xg_select due to concurrencyEli Zaretskii2016-12-15
* | Documentation and commentary improvementsEli Zaretskii2016-12-10
* | Merge branch 'concurrency'Eli Zaretskii2016-12-04
|\ \
| * \ merge from trunkKen Raeburn2015-11-01
| |\ \
| * | | avoid SAFE_ALLOCATom Tromey2013-07-04
* | | | 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
* | Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-21
* | Update copyright year to 2015Paul Eggert2015-01-01
* | * xgselect.c (xg_select): Don't assume n_gfds is nonnegativePaul Eggert2014-11-08
* | Merge from emacs-24; up to 117687Glenn Morris2014-11-08
|\ \
| * | * src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan2014-11-05
* | | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-22
|\| |
| * | Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski2014-04-21
| * | Revert previous change.Paul Eggert2014-04-15
| * | Fix some xgselect-vs-pselect bugs.Paul Eggert2014-04-15
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
|/ /
* | Fix "resource temporarily unavailable" with xgselect.Paul Eggert2014-03-04
* | * keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus2014-02-04
* | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* | Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* | Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* | Fix minor problems found by static checking.Paul Eggert2013-08-26
|/
* Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-08
* * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-08
* Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv2013-06-03
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Remove stray character from license URL.Paul Eggert2013-03-04
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-11
* * xgselect.c (xg_select): Use auto storage for the GPollFD bufferPaul Eggert2012-08-25