summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for changing pointer types on HaikuPo Lu2022-05-114-28/+150
* * src/lisp.h (FOR_EACH_TAIL_INTERNAL): Faster node comparison.Mattias EngdegÄrd2022-05-111-1/+1
* Fix mouse pointer avoidance in some configurationsPo Lu2022-05-113-21/+38
* Make Haiku event buffer non-staticPo Lu2022-05-111-1/+1
* Fix event memory leak on HaikuPo Lu2022-05-111-3/+2
* Fix frame invalidation on HaikuPo Lu2022-05-112-5/+17
* Try to preserve font styles in the Haiku font dialogPo Lu2022-05-111-1/+17
* Make reliefs on Haiku more like XPo Lu2022-05-111-1/+1
* ; * src/window.c (Fset_window_vscroll): Fix doc string.Po Lu2022-05-111-1/+1
* Clean up some MAYBE_UNUSED functionsPo Lu2022-05-111-1/+3
* * src/eval.c (Ffunctionp): Clarify "function" in doc string.Paul Eggert2022-05-101-1/+5
* * src/floatfns.c: Update comment.Paul Eggert2022-05-101-8/+14
* Improve display of relief rectangles on NSPo Lu2022-05-101-9/+50
* Respect `alpha-background' drawing relief cornersPo Lu2022-05-101-4/+10
* ; Fix recent documentation changesEli Zaretskii2022-05-102-10/+12
* Fix display of depressed buttonsPo Lu2022-05-101-1/+1
* Improve relief rect handling on HaikuPo Lu2022-05-101-19/+30
* Fix X11 relief background clearning when hwidth is larger than vwidthPo Lu2022-05-101-72/+140
* Improve display of reliefs on NSPo Lu2022-05-102-36/+75
* Handle deletion of opacity property tooPo Lu2022-05-101-0/+9
* Work around some broken programs when reading opacity propPo Lu2022-05-101-2/+7
* Simplify Haiku selection codePo Lu2022-05-103-172/+92
* Simplify XDND codePo Lu2022-05-101-10/+4
* Factor out *scratch* initializationSean Whitton2022-05-091-19/+3
* Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen2022-05-102-17/+41
* Update alpha frame parameter when the window manager changes itPo Lu2022-05-103-3/+108
* ; * src/xdisp.c (mark_window_display_accurate_1): Clear vscroll flag.Po Lu2022-05-101-0/+1
* * src/haikuterm.c (haiku_draw_fringe_bitmap): Set stipple flag.Po Lu2022-05-091-0/+2
* Fix scroll optimizations being enabled for some rows with stipplesPo Lu2022-05-092-4/+33
* ; * src/haikuterm.c (haiku_draw_underwave): Fix default scale.Po Lu2022-05-091-2/+2
* Respect display scale factor drawing underwaves on HaikuPo Lu2022-05-091-3/+26
* Fix file-based launching on HaikuPo Lu2022-05-091-2/+3
* Use default external browser by default on HaikuPo Lu2022-05-093-2/+121
* Fix stipple bitmap caching on HaikuPo Lu2022-05-091-1/+1
* Allow disabling Motif drag protocolPo Lu2022-05-091-6/+25
* Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-093-8/+28
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-095-24/+109
* Don't hang on trying to rename FIFOs between file systemsLars Ingebrigtsen2022-05-081-0/+14
* Fix display of fringes with stipples on XPo Lu2022-05-081-8/+12
* Fix display of fringes with stipples on HaikuPo Lu2022-05-081-9/+33
* Set stipple flag on PGTK as wellPo Lu2022-05-081-12/+11
* Set stipple flags on Haiku as wellPo Lu2022-05-081-0/+13
* Disable scrolling optimizations when a stipple is presentPo Lu2022-05-084-3/+46
* Fix crashes on ordinary menus on macOSPo Lu2022-05-081-9/+13
* Fix bug in `pixel-scroll-precision-mode' on nonselected windowsPo Lu2022-05-081-0/+3
* Improve handling of invisible cursor alloc failuresPo Lu2022-05-081-0/+13
* Fix file-based stipple on NSPo Lu2022-05-081-3/+31
* Fix selection dialog display on MS-WindowsEli Zaretskii2022-05-081-0/+21
* Fix display of hollow box cursor on NSPo Lu2022-05-081-1/+3
* Implement stipples for stretch glyphsPo Lu2022-05-081-12/+35