aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a crash on some versions of GTKPo Lu2022-02-181-2/+5
* | Fix blurry text on multiple scale monitor setupsPo Lu2022-02-181-0/+4
* | Make treatment of `alpha-background' more consistentPo Lu2022-02-181-5/+3
* | Make stipple backgrounds respect `alpha-background'Po Lu2022-02-181-4/+45
* | Fix mis-parsing of certain malformed XBM filesPo Lu2022-02-181-2/+2
* | Parse XBM images which use character escapes for hex literalsPo Lu2022-02-181-0/+42
* | Fix or remove outdated commentsMattias EngdegÄrd2022-02-172-17/+9
* | Fix crash when displaying XBM images on a 32-bit visualPo Lu2022-02-171-1/+1
* | Implement XBM images on HaikuPo Lu2022-02-171-0/+20
* | Prevent menu items leak if x-pre-popup-menu-hook signalsPo Lu2022-02-171-6/+0
* | * src/xterm.c (x_init_master_valuators): Clear `pending_enter_reset'.Po Lu2022-02-171-0/+1
* | Improve handling of XI2 wheel movementPo Lu2022-02-171-57/+50
* | Fix SIGFPE on some fonts when calculating their average width on HaikuPo Lu2022-02-171-1/+5
* | * src/emacsgtkfixed.c (XSetWMSizeHints): Improve fix for bug#8919.Po Lu2022-02-171-5/+24
* | Don't auto-lower when moving onto a menu bar on HaikuPo Lu2022-02-174-2/+58
* | Handle `unspecified' values of symbolic font values on HaikuPo Lu2022-02-171-5/+5
* | Fix recent change in xwidget.cPo Lu2022-02-161-4/+2
* | Speed up count_size_as_multibyteMattias EngdegÄrd2022-02-161-8/+7
* | Fix frame focus handling with native inputPo Lu2022-02-161-15/+28
* | Resolve xwidget scrolling mysteriesPo Lu2022-02-161-15/+16
* | Decode keyboard input as latin-1 whenever appropriatePo Lu2022-02-163-2/+34
* | Don't decode text within XIM callbacks or handle_one_xeventPo Lu2022-02-164-144/+149
* | Fix parsing of some semibold font styles on HaikuPo Lu2022-02-151-1/+3
* | Disable auto-lowering and raising on Haiku when a popup is activePo Lu2022-02-151-2/+2
* | Replace use of `DefaultRootWindow' with our recorded root windowPo Lu2022-02-152-6/+7
* | * src/xterm.c (init_xterm): Use more reliable method to disable XI2.Po Lu2022-02-151-0/+4
* | Better handle devices being enabled on XI2Po Lu2022-02-151-1/+17
* | Don't signal errors in abbrev-table-pLars Ingebrigtsen2022-02-141-1/+4
* | Premultiply background color by alpha for imagesPo Lu2022-02-141-0/+22
* | Improve Haiku selection handlingPo Lu2022-02-141-24/+7
* | Handle allocation failures of fringe bitmaps on HaikuPo Lu2022-02-141-0/+4
* | Ensure bad values don't leak into scroll valuators after DeviceChangePo Lu2022-02-142-2/+22
* | Restore valuator values after receiving a DeviceChanged eventPo Lu2022-02-141-24/+40
* | Improve efficency of handling DeviceChanged eventsPo Lu2022-02-141-7/+82
* | Try to reduce empty areas on GTK when a frame is being resizedPo Lu2022-02-141-0/+4
* | Fix wide fringe bitmap processing on HaikuPo Lu2022-02-143-6/+29
* | * src/haikuterm.c (haiku_read_socket): Implement auto-lower.Po Lu2022-02-131-0/+3
* | Only get rid of IC focus if focus is really gonePo Lu2022-02-131-7/+11
* | Prevent crashes from illegal locale coding systemsPo Lu2022-02-132-0/+18
* | Note meaning on nil HIST in Fread_from_minibufferLars Ingebrigtsen2022-02-131-2/+3
* | * src/eval.c (specpdl_unrewind): Remove empty statement.Andreas Schwab2022-02-131-1/+1
* | Avoid a compilation warning in eval.cLars Ingebrigtsen2022-02-131-1/+1
* | Fix integer overflow with 32-bit visualPo Lu2022-02-131-2/+2
* | Work around tooltip bug on new versions of WebKitGTKPo Lu2022-02-131-0/+19
* | Stop quering for Xinerama inside x_get_monitor_attributesPo Lu2022-02-133-4/+16
* | * src/pgtkfns.c (Fx_create_frame): Set `was_invisible' flag.Po Lu2022-02-131-4/+21
* | Use better GC for visible bell on colormapped visualsPo Lu2022-02-131-76/+74
* | Fix the Haiku portPo Lu2022-02-131-0/+18
* | Fix last change in xterm.cPo Lu2022-02-131-2/+3
* | * src/xterm.c (x_update_opaque_region): Avoid crash at startup in Lucid buildStefan Monnier2022-02-121-1/+1