aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/bytecode.c (sf_set_ptr): Cast pointer to type of right size.Mattias Engdegård2022-03-131-1/+1
* | Separate bytecode stackMattias Engdegård2022-03-136-51/+303
* | Simplify exec_byte_code argumentsMattias Engdegård2022-03-133-22/+17
* | Allow overscrolling on Haiku scroll bars that are fullPo Lu2022-03-131-1/+1
* | Fix pointer event tracking on top of Haiku scroll barsPo Lu2022-03-131-0/+3
* | Fix splurious button events being generated on HaikuPo Lu2022-03-131-8/+12
* | Fix setting IM spot after key press eventsPo Lu2022-03-131-5/+20
* | Fix small regression for horizontal scroll barsPo Lu2022-03-131-2/+2
* | Improve overscrolling support on HaikuPo Lu2022-03-131-6/+10
* | ; * haiku_support.cc (MessageReceived): Fix 32-bit build.Po Lu2022-03-131-1/+3
* | Allow dragging scroll bar for overscroll on HaikuPo Lu2022-03-133-15/+124
* | Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-121-1/+1
* | Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-133-3/+94
* | ; * src/eval.c: (grow_specpdl): Remove another redundant declarationMattias Engdegård2022-03-121-2/+0
* | ; * src/lisp.h: Remove redundant declarationMattias Engdegård2022-03-121-1/+0
* | Remove never-used relative jump opcodesMattias Engdegård2022-03-121-36/+1
* | Remove debug code for opcodes long goneMattias Engdegård2022-03-121-18/+2
* | Faster bytecode immediate argument fetchingMattias Engdegård2022-03-121-1/+1
* | Maintain end of specpdl instead of sizeMattias Engdegård2022-03-125-19/+20
* | Inline record_in_backtraceMattias Engdegård2022-03-122-35/+36
* | Fix the PGTK buildPo Lu2022-03-121-2/+2
* | Try really hard to make GTK 3 scroll bars fitPo Lu2022-03-122-17/+111
* | Merge from origin/emacs-28Stefan Kangas2022-03-121-10/+15
|\ \ | |/
| * Improve documentation of 'map-charset-chars'Eli Zaretskii2022-03-101-10/+15
* | Fix some issues with input methods that depend on button statePo Lu2022-03-121-0/+26
* | Fix horizontal scroll bar updating on HaikuPo Lu2022-03-121-8/+7
* | Use more reasonable default timeouts in Haiku menu loopPo Lu2022-03-121-1/+1
* | Make C-mouse-3 on scroll bars work on HaikuPo Lu2022-03-121-1/+29
* | Slightly improve scrollbar position accounting on HaikuPo Lu2022-03-122-4/+4
* | Fix a crash inside Haiku popup menusPo Lu2022-03-111-1/+2
* | Fix initial values of scroll bar foreground and background on GTK 3Po Lu2022-03-112-34/+39
* | Implement customization of scroll bar colors on GTK 3Po Lu2022-03-114-11/+80
* | * src/frame.c (scroll_bar_adjust_thumb_portion_p): Adjust doc string.Po Lu2022-03-111-1/+1
* | Improve scroll bar treatment on HaikuPo Lu2022-03-112-11/+14
* | Fix inconsistent thumb position on Haiku scroll barsPo Lu2022-03-111-17/+24
* | Allow C-mouse-2 to split windows on XInput 2 buildsPo Lu2022-03-111-2/+10
* | Fix scroll bar portion on Haiku scroll barsPo Lu2022-03-114-27/+127
* | Fix NS toolbar identifier (bug#54326)Alan Third2022-03-101-1/+1
* | Fix display of minibuffer prompts in some circumstances on HaikuPo Lu2022-03-101-1/+1
* | Fix menu bar activation on PGTKPo Lu2022-03-103-8/+11
* | Fix stray button release events being reported on GTK 2Po Lu2022-03-101-0/+9
* | Fix menu bar event detection on XI2 builds using Core InputPo Lu2022-03-102-7/+8
* | Fix some issues with GTK native input and modifiers on GTK 2Po Lu2022-03-091-0/+7
* | Make XInput 2 features work on GTK 2 buildsPo Lu2022-03-093-2/+69
* | Fix GTK widgets not appearing inside child framesPo Lu2022-03-091-0/+11
* | Fix error when creating frames on NS with no main windowPo Lu2022-03-091-1/+1
* | Don't update Haiku menu bar if nothing changedPo Lu2022-03-091-17/+44
* | Fix flicker during frame resize on HaikuPo Lu2022-03-091-3/+2
* | Improve handling of tooltips inside menus on HaikuPo Lu2022-03-094-10/+27
* | Decouple mod-test.c from GnulibPaul Eggert2022-03-081-1/+2