emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch feature/pgtk created (now d6ef9af)


From: Yuuki Harano
Subject: branch feature/pgtk created (now d6ef9af)
Date: Tue, 24 Nov 2020 08:02:05 -0500 (EST)

masm11 pushed a change to branch feature/pgtk.

        at  d6ef9af   Fix crash when .schema.xml is not installed

This branch includes the following new commits:

       new  f6d8c59   Introduce Pure GTK3 port
       new  b721cbc   Add set_undecorated frame parameter
       new  f15c6a4   Add set_skip_taskbar frame parm
       new  1b621c8   Don't mark name_list_element as it's not required
       new  045e252   Add support for cursor_foreground_colors
       new  a9c8a56   Fix xdg-open handling
       new  53cb431   replace listn with list.
       new  ed1f7d1   Simplify compilaiton condtion
       new  12cc104   Cleanup x_* to gui_ to match upstream work
       new  cdc04b4   Implement menubar for pgtk emacs
       new  f4920a6   Add pgtk-read-file-name function
       new  330a346   Migrate to Emacs_GC
       new  164800d   Add Preferred geometry settings
       new  592badc   Early toolbar improvements
       new  1d549fa   Add support for make-frame-(in)visible
       new  85441c9   Add Stipple support for PGTK
       new  fbba846   Addframe highlighting support
       new  19da22e   Add support for handing the internal border
       new  da3c351   border_color/pixel width
       new  ea3ecd3   init border_pixel.
       new  68b99a3   Implement invisible-pointer to create blinking effect
       new  519a4ac   Implement Meta key detection
       new  31bba95   Use gsettings instead of X resource database
       new  6957f94   Add PGTK support for fullscreen
       new  9d9c828   TIMERFD support for PGTK, prevent calling when timerfd<0
       new  bfbcb11   implement set-tool-bar-position and set-sticky
       new  b3a20d7   Implement Scroll-bar-forground and scroll-bar-background
       new  fde74fa   implement pgtk-frame-list-z-order same as frame-list.
       new  ae3bb14   implement restacking and cleanup frame z order
       new  fd61a86   improve some efficiency - simplify draws
       new  24d8263   Improve drawing efficency by refactoring code
       new  bc35a1e   Make multipdisplay work by limiting selection while enabed
       new  9eb35f9   experimental support of tab-bar.
       new  9e56fa9   Support focus on click event
       new  232c129   implement pre-edit input method
       new  526f727   Let gtk handle scaling.
       new  b1cc62c   Add support for Jpeglib
       new  385e85c   End Resize flickering by copying surface rather than just 
clearing
       new  806b764   Before sleep, dispatch draw events.
       new  d2a29e8   emacsclient should use both of DISPLAY and 
WAYLAND_DISPLAY.
       new  992ef48   update redisplay_interface.
       new  9752896   Bring pgtk more inline with X11-cairo builds
       new  e021e23   End Resize flickering by copying surface rather than just 
clearing
       new  c9e6b44   Some work toward posframe on wayland
       new  ef67659   Set screen/display dpi res to make broadway work as 
expected
       new  cbd28cd   improve code readability.
       new  49645df   minimize gtkutil.c differences.
       new  04bfe70   implement popup/context menu
       new  de7b0da   use pgtk_menu_set_in_use.
       new  984f9cc   restore frame_rehighlight_hook.
       new  4de4d9e   follow x_set_internal_border_width change.
       new  014d56f   * src/pgtkterm.c: Remove incorrect mark_object call.
       new  5a72a07   * pgtk-win.el: fix compile-time warnings.
       new  8669feb   Make icons and titles work like on X
       new  fe2297c   * pgtkmenu.c (set_frame_menubar): fix empty menu.
       new  d68633b   * src/pgtkterm.c (pgtk_defined_color): support gtk 
special colors
       new  a167e23   * src/pgtkmenu.c (set_frame_menubar): Suppress gcc warning
       new  e649275   * src/pgtkterm.c: change coding style
       new  d109dab   * src/pgtkfns.c: change coding style
       new  72f79d8   * src/pgtkselect.c: change coding style
       new  af5b725   * src/pgtkmenu.c: change coding style
       new  964dfcf   * src/pgtkgui.h: change coding style
       new  209c611   * src/pgtkterm.h: Remove unused code
       new  0056ca2   * src/pgtkterm.h: Change coding style
       new  f761a09   * src/pgtkim.c: Change coding style
       new  3b161dd   * src/pgtkselect.h: Change coding style
       new  25cf592   Change coding style
       new  1fe7caf   Fix coding style
       new  20dbd4e   Change coding style
       new  89cbe37   * src/keyboard.c (make_lispy_event): Fix coding style
       new  383ced7   Fix migrating Child frames
       new  27a92f7   Add font chooser functionality
       new  af1e279   Restore support for terminal only emacs in PGTK (add 
--with-pgtk)
       new  6c43496   Fix font lock is not applied on continued lines
       new  e7190d8   Fix non-English layout does not work
       new  2d5ffa5   Make pointer visible when motion notify event
       new  be47e34   Re-port image drawing code from X
       new  51462ce   Add PGTK to system-configuration-features
       new  2dd20b2   Self-implement tooltip
       new  6df8556   Remove duplicated syms_of_xwidget call
       new  9704e23   Enable GtkIMContext by default
       new  e75ce03   Add support for x-support-frames
       new  28073ba   Re-implement childframe with emacsgtkfixed
       new  7c8da33   Exclude Xlib's modifier keys
       new  0b69b73   Fix crash when child frame updates toolbar
       new  b60d4c9   Fix crash on creating child frames.
       new  d899fc1   Fix tooltips don't hide on events
       new  640f770   Fix mouse cursor doesn't appear on motion events on 
xwidgets
       new  bb6862d   Fix crash on drag and drop
       new  4dbea5b   Fix Gtk warnings
       new  7b6fea8   Avoid mutating invocation-name (tiny change)
       new  d437aab   Avoid gtk warnings on X
       new  c1fbfb3   Don't use gtk_window_resize to resize offscreen window
       new  948e2fa   Avoid weird behavior when resizing with top-left corner
       new  e405404   Fix startup failure on svg-unsupported environments
       new  886fcb2   Update copyright dates for PGTK files
       new  8fa5427   lisp/term/pgtk-win.el: Add copyright file header
       new  b1b7440   Work around gtk_im_context_filter_keypress() issue with 
super key
       new  731b5e8   Add copyright line
       new  d6ef9af   Fix crash when .schema.xml is not installed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]