index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pgtkselect.c
Age
Commit message (
Expand
)
Author
2026-05-23
Be more careful about size multiplication
Paul Eggert
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-02
; Fix another compilation warning in pgtkselect.c
Eli Zaretskii
2025-11-02
Fix PGTK build without HSETTINGS, broken by recent changes
Eli Zaretskii
2025-04-19
; Delete superfluous comments explaining config.h
Stefan Kangas
2025-03-02
Pacify GCC in pgtkselect malloc alignment
Paul Eggert
2025-02-22
Revert “Pacify GCC in pgtkselect malloc alignment”
Paul Eggert
2025-01-26
Pacify GCC in pgtkselect malloc alignment
Paul Eggert
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-09-14
Merge from origin/emacs-30
Eli Zaretskii
2024-09-12
Fix bug#72254
Po Lu
2024-07-20
SAFE_ALLOCA fixes
Paul Eggert
2024-05-11
Pacify gcc -Wmissing-variable-declarations
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-08-18
Copy-edit doc strings and comments wrt bignum and fixnum
Mattias Engdegård
2022-07-07
Fix selection disowning upon frame deletion on Wayland
Po Lu
2022-06-23
Minor fixes to last change
Po Lu
2022-06-23
Allow dropping more data types on PGTK
Po Lu
2022-06-22
Port x-selection-timeout to PGTK
Po Lu
2022-06-21
Rewrite PGTK selection code from scratch
Po Lu
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-04-07
Remove more code mindlessly copied from NS
Po Lu
2022-04-06
Clean up more PGTK code
Po Lu
2022-02-07
Clean up more code from PGTK port
Po Lu
2022-02-06
Clean up lots of #ifdef'd out code in PGTK files
Po Lu
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-31
Fix copyright dates in some files belonging to the pgtk port
Po Lu
2021-11-24
Remove PGTK_DEBUG stuff
Yuuki Harano
2021-11-14
Fix coding style
Yuuki Harano
2021-06-09
* src/pgtkselect.c: Avoid Glib assertion warnings
Jindřich Makovička
2021-05-15
Create a variable to enable selection on multi display
Yuuki Harano
2021-03-02
Fix unicode strings can't be pasted correctly
Yuuki Harano
2021-02-20
Work around I can't copy and paste unicode string to wayland chromium
Yuuki Harano
2021-02-11
Support getting a image from clipboard
Yuuki Harano
2020-11-24
Update copyright dates for PGTK files
Jeff Walsh
2020-11-24
* src/pgtkselect.c: change coding style
Yuuki Harano
2020-11-22
Make multipdisplay work by limiting selection while enabed
Yuuki Harano
2020-11-22
Introduce Pure GTK3 port
Yuuki Harano