summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
AgeCommit message (Expand)Author
2026-06-04Don't unconditionally append the :ascent property in wid-editDavid Ponce
2026-05-28widget-image-find: Use 'image-load-path' (bug#81140)David Ponce
2026-02-07; Fix documentation of widget commandsEli Zaretskii
2026-01-03Make tty default face show the face widget in customizeJared Finder
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-27Improve documentation and customization of 'derived-mode' in buffer predicateJuri Linkov
2025-09-24* lisp/wid-edit.el (buffer-predicate): Implement complete specification.Juri Linkov
2025-06-23Optionally suppress recentf open file messages (bug#78666)Stephen Berman
2025-03-11Remove variable aliases obsolete since Emacs 23.2Stefan Kangas
2025-03-03* lisp/wid-edit.el (widget-get): Make faster.Mattias EngdegÄrd
2025-03-02Simplify and speed up widget-get implementationDavid Ponce
2025-03-02Correctly return passed value from widget-putDavid Ponce
2025-02-28Lift widget functions from C to LispStefan Kangas
2025-02-26Avoid display bugs after editable-field widgetsMauro Aranda
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-02-24Fix bad fontification of inactive widgetsMauro Aranda
2025-02-22Fix last commit to wid-edit.elMauro Aranda
2025-02-22Speed up widget creation (Bug#53606)Mauro Aranda
2025-02-05Prepare markers for insertions inside of a widgetMauro Aranda
2025-01-25Delete all overlays that belong to an editable-fieldMauro Aranda
2025-01-11Merge from origin/emacs-30Eli Zaretskii
2025-01-11Fix widget buttons when button prefix includes spaceDavid Ponce
2025-01-11Fix checkbox's child creationMauro Aranda
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24; Drop two outdated calls to 'require'Sean Whitton
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-14Merge from origin/emacs-30Eli Zaretskii
2024-09-14Fix regression in widget-move (bug#72995)Stephen Berman
2024-09-14Update completion-styles defcustom for variable overridesSpencer Baugh
2024-08-04Fix regressions in Customize caused by 'widget-unselected' faceStephen Berman
2024-06-26Add new face 'widget-unselected' to wid-edit.elStephen Berman
2024-06-25Fix tabbing between widgets (bug#70594)Stephen Berman
2024-05-01; Fix widget button press cancellationPo Lu
2024-04-24Miscellaneous fixes for Android portPo Lu
2024-04-18Don't error on tabbing to a widget at BOB (bug#69943)Stephen Berman
2024-04-17Allow tabbing between widgets to skip inactive widgets (bug#70413)Stephen Berman
2024-04-16Fix touch screen hscroll when initiated from widgetsPo Lu
2024-03-22Fix display of custom menus after putative cosmetic changePo Lu
2024-03-21wid-edit.el: Cosmetic changesStefan Monnier
2024-03-21(widget--allow-insertion): New macroStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-11Enable canceling tap gesturesPo Lu
2023-09-16Avoid errors when a restricted-sexp widget is emptyMauro Aranda
2023-09-02Fix and extend applying substitution in widget-chooseStephen Berman
2023-08-27Use ensure-list in many more placesStefan Kangas
2023-08-19Specialize default-get for alist widgets (Bug#63290)Mauro Aranda
2023-08-17Update Android portPo Lu
2023-08-16Update Android portPo Lu