summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-26Fix replace-regexp-in-string substring match data translationMattias EngdegÄrd
2020-11-25(defvar): Detect defining a variable currently lexically boundStefan Monnier
2020-11-25Fix compilation issue when --enable-checking=glyphsYuuki Harano
2020-11-25Merge from origin/emacs-27Michael Albinus
2020-11-25Merge from origin/emacs-27Michael Albinus
2020-11-25Revert extra focus redirection in do_switch_frame (Bug#24803)Martin Rudalics
2020-11-24Fix display artifacts when 'display' properties cover newlinesEli Zaretskii
2020-11-24Codesign the executable on recene MacOS systemsItai Seggev
2020-11-24Fix crash when .schema.xml is not installedYuuki Harano
2020-11-24Work around gtk_im_context_filter_keypress() issue with super keyYuuki Harano
2020-11-24Update copyright dates for PGTK filesJeff Walsh
2020-11-24Fix startup failure on svg-unsupported environmentsYuuki Harano
2020-11-24Avoid weird behavior when resizing with top-left cornerYuuki Harano
2020-11-24Don't use gtk_window_resize to resize offscreen windowYuuki Harano
2020-11-24Avoid gtk warnings on XYuuki Harano
2020-11-24Fix Gtk warningsYuuki Harano
2020-11-24Fix crash on drag and dropYuuki Harano
2020-11-24Fix mouse cursor doesn't appear on motion events on xwidgetsYuuki Harano
2020-11-24Fix tooltips don't hide on eventsYuuki Harano
2020-11-24Fix crash on creating child frames.Yuuki Harano
2020-11-24Fix crash when child frame updates toolbarYuuki Harano
2020-11-24Exclude Xlib's modifier keysYuuki Harano
2020-11-24Re-implement childframe with emacsgtkfixedYuuki Harano
2020-11-24Add support for x-support-framesJeff Walsh
2020-11-24Enable GtkIMContext by defaultYuuki Harano
2020-11-24Remove duplicated syms_of_xwidget callYuuki Harano
2020-11-24Self-implement tooltipYuuki Harano
2020-11-24Re-port image drawing code from XYuuki Harano
2020-11-24Make pointer visible when motion notify eventYuuki Harano
2020-11-24Fix non-English layout does not workYuuki Harano
2020-11-24Fix font lock is not applied on continued linesYuuki Harano
2020-11-24Add font chooser functionalityJeff Walsh
2020-11-24Fix migrating Child framesJeff Walsh
2020-11-24* src/keyboard.c (make_lispy_event): Fix coding styleYuuki Harano
2020-11-24Change coding styleYuuki Harano
2020-11-24Fix coding styleYuuki Harano
2020-11-24Change coding styleYuuki Harano
2020-11-24* src/pgtkselect.h: Change coding styleYuuki Harano
2020-11-24* src/pgtkim.c: Change coding styleYuuki Harano
2020-11-24* src/pgtkterm.h: Change coding styleYuuki Harano
2020-11-24* src/pgtkterm.h: Remove unused codeYuuki Harano
2020-11-24* src/pgtkgui.h: change coding styleYuuki Harano
2020-11-24* src/pgtkmenu.c: change coding styleYuuki Harano
2020-11-24* src/pgtkselect.c: change coding styleYuuki Harano
2020-11-24* src/pgtkfns.c: change coding styleYuuki Harano
2020-11-24* src/pgtkterm.c: change coding styleYuuki Harano
2020-11-24* src/pgtkmenu.c (set_frame_menubar): Suppress gcc warningYuuki Harano
2020-11-24* src/pgtkterm.c (pgtk_defined_color): support gtk special colorsYuuki Harano
2020-11-24* pgtkmenu.c (set_frame_menubar): fix empty menu.Yuuki Harano
2020-11-24Make icons and titles work like on XYuuki Harano