index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gtkutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix xg_event_is_scrollbar for grab-related events on XI2
Po Lu
2021-12-21
1
-0
/
+6
*
Fix xg_event_is_for_menubar for XI2 events
Po Lu
2021-12-21
1
-3
/
+16
*
* src/gtkutil.c: Remove obsolete fixme.
Po Lu
2021-12-19
1
-7
/
+0
*
Clean up some of PGTK code
Eli Zaretskii
2021-12-18
1
-2
/
+2
*
Coding style fixes
Po Lu
2021-12-18
1
-23
/
+32
*
Fix tooltips in PGTK child frames
Po Lu
2021-12-11
1
-4
/
+7
*
Fix child frame crash on pgtk
Po Lu
2021-12-06
1
-0
/
+5
*
Enable shallow menu bar updates on PGTK
Po Lu
2021-11-30
1
-0
/
+18
*
Fix build after merge
Po Lu
2021-11-30
1
-1
/
+0
*
Merge remote-tracking branch 'origin/feature/pgtk' into feature/pgtk
Po Lu
2021-11-30
1
-1
/
+1
|
\
|
*
Use /* */ comment style instead of //
Yuuki Harano
2021-11-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-11-30
1
-1
/
+76
|
\
\
|
|
/
|
/
|
|
*
Fix xwidget popups on XI2
Po Lu
2021-11-28
1
-1
/
+5
|
*
Add support for event processing via XInput 2
Po Lu
2021-11-20
1
-1
/
+71
*
|
Remove PGTK_DEBUG stuff
Yuuki Harano
2021-11-24
1
-19
/
+0
*
|
Fix coding style
Yuuki Harano
2021-11-15
1
-2
/
+2
*
|
pgtk: Handle (child) frame focusing better
Jeff Walsh
2021-11-15
1
-3
/
+6
*
|
Fix coding style
Yuuki Harano
2021-11-14
1
-7
/
+7
*
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-18
/
+33
|
\
|
|
*
Revert "Add support for event processing via XInput 2"
Po Lu
2021-11-10
1
-71
/
+1
|
*
Add support for event processing via XInput 2
oldosfan
2021-11-10
1
-1
/
+71
|
*
Actually fix the Pango build problem
Lars Ingebrigtsen
2021-10-21
1
-1
/
+1
|
*
Fix build on systems with older Pango versions
Lars Ingebrigtsen
2021-10-21
1
-0
/
+2
|
*
Support the "medium" font weight
Lars Ingebrigtsen
2021-10-21
1
-16
/
+28
|
*
Pacify gcc 11.2.1 -Wanalyzer-null-argument
Paul Eggert
2021-10-03
1
-2
/
+3
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-07-18
1
-1
/
+1
|
\
|
|
*
Pacify gcc 11.1.1 -Wanalyzer-null-argument
Paul Eggert
2021-07-12
1
-1
/
+1
*
|
Entrust Gtk with handling tooltips
Yuuki Harano
2021-05-08
1
-0
/
+33
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-05-05
1
-2
/
+0
|
\
|
|
*
Remove as of recently unused GDK macro
Basil L. Contovounesios
2021-05-04
1
-2
/
+0
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-05-03
1
-13
/
+15
|
\
|
|
*
Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)
Martin Rudalics
2021-05-02
1
-12
/
+14
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-04-27
1
-127
/
+85
|
\
|
|
*
Major rewrite of adjust_frame_size
Martin Rudalics
2021-04-27
1
-97
/
+61
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-03-14
1
-8
/
+14
|
\
|
|
*
Merge from origin/emacs-27
Glenn Morris
2021-03-12
1
-8
/
+14
|
|
\
|
|
*
Avoid crashes in Mew due to corrupted tool-bar label
Eli Zaretskii
2021-02-27
1
-8
/
+14
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-01-03
1
-1
/
+1
|
\
|
|
|
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2020-12-27
1
-5
/
+2
|
\
|
|
|
*
|
Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.c
Paul Eggert
2020-12-25
1
-5
/
+2
*
|
|
Fix Gtk warnings
Yuuki Harano
2020-11-24
1
-7
/
+53
*
|
|
Fix crash when child frame updates toolbar
Yuuki Harano
2020-11-24
1
-0
/
+5
*
|
|
Re-implement childframe with emacsgtkfixed
Yuuki Harano
2020-11-24
1
-6
/
+156
*
|
|
Self-implement tooltip
Yuuki Harano
2020-11-24
1
-3
/
+4
*
|
|
Change coding style
Yuuki Harano
2020-11-24
1
-33
/
+37
*
|
|
* src/pgtkterm.c (pgtk_defined_color): support gtk special colors
Yuuki Harano
2020-11-24
1
-2
/
+3
*
|
|
implement popup/context menu
Yuuki Harano
2020-11-24
1
-0
/
+6
*
|
|
minimize gtkutil.c differences.
Yuuki Harano
2020-11-24
1
-36
/
+14
[next]