aboutsummaryrefslogtreecommitdiffstats
path: root/src/xgselect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-06-05Fix drag-and-drop of files with multibyte filenamesPo Lu1-0/+23
2022-01-27Apply fix for bug#52761 to GTK native input as wellPo Lu1-12/+20
2022-01-07Handle internal events specially on PGTKYuuki Harano1-0/+38
2022-01-05Fix xwidgets setting their own signal handlersPo Lu1-2/+20
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-06-25Fix race conditions between Lisp threads in GTK buildsEli Zaretskii1-0/+16
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-08-21Fix lock failures in xg_selectPip Cet1-14/+28
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-30Attempt to fix crashes with threads in GTK buildsEli Zaretskii1-5/+6
2016-12-15Prevent crashes in xg_select due to concurrencyEli Zaretskii1-1/+1
2016-12-10Documentation and commentary improvementsEli Zaretskii1-0/+3
2016-09-30Limit <config.h>’s includesPaul Eggert1-1/+0
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+1
2015-01-21Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert1-2/+2
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-08* xgselect.c (xg_select): Don't assume n_gfds is nonnegativePaul Eggert1-2/+2
2014-11-05* src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan1-3/+15
2014-04-21Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski1-7/+18
2014-04-15Revert previous change.Paul Eggert1-44/+39
2014-04-15Fix some xgselect-vs-pselect bugs.Paul Eggert1-39/+44
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert1-1/+1
2014-03-04Fix "resource temporarily unavailable" with xgselect.Paul Eggert1-3/+12
2014-02-04* keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus1-14/+10
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-27Simplify SELECT_TYPE-related code.Paul Eggert1-2/+2
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert1-6/+7
2013-08-26Fix minor problems found by static checking.Paul Eggert1-2/+3
2013-07-04avoid SAFE_ALLOCATom Tromey1-4/+5
2013-06-08Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv1-1/+0
2013-06-08* xgselect.c (xg_select): Remove call to window_system_availableJan Djärv1-3/+7
2013-06-03Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv1-2/+2
2013-04-07Get rid of some platform-specific functions examining windowDmitry Antipov1-1/+2
2013-03-04Remove stray character from license URL.Paul Eggert1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-2/+0
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert1-2/+2