aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/wid-edit.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix documentation of widget commandsEli Zaretskii2026-02-071-11/+11
* Make tty default face show the face widget in customizeJared Finder2026-01-031-1/+4
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Improve documentation and customization of 'derived-mode' in buffer predicateJuri Linkov2025-09-271-1/+3
* * lisp/wid-edit.el (buffer-predicate): Implement complete specification.Juri Linkov2025-09-241-3/+26
* Optionally suppress recentf open file messages (bug#78666)Stephen Berman2025-06-231-6/+10
* Remove variable aliases obsolete since Emacs 23.2Stefan Kangas2025-03-111-6/+0
* * lisp/wid-edit.el (widget-get): Make faster.Mattias EngdegÄrd2025-03-031-6/+10
* Simplify and speed up widget-get implementationDavid Ponce2025-03-021-10/+6
* Correctly return passed value from widget-putDavid Ponce2025-03-021-1/+2
* Lift widget functions from C to LispStefan Kangas2025-02-281-0/+29
* Avoid display bugs after editable-field widgetsMauro Aranda2025-02-261-3/+6
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-1/+1
* Fix bad fontification of inactive widgetsMauro Aranda2025-02-241-2/+9
* Fix last commit to wid-edit.elMauro Aranda2025-02-221-4/+3
* Speed up widget creation (Bug#53606)Mauro Aranda2025-02-221-27/+47
* Prepare markers for insertions inside of a widgetMauro Aranda2025-02-051-2/+47
* Delete all overlays that belong to an editable-fieldMauro Aranda2025-01-251-1/+9
* Merge from origin/emacs-30Eli Zaretskii2025-01-111-6/+3
|\
| * Fix checkbox's child creationMauro Aranda2025-01-111-6/+3
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Fix widget buttons when button prefix includes spaceDavid Ponce2025-01-111-4/+7
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | ; Drop two outdated calls to 'require'Sean Whitton2024-10-241-1/+0
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-3/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-09-141-1/+4
|\ \ | |/
| * Fix regression in widget-move (bug#72995)Stephen Berman2024-09-141-1/+4
* | Update completion-styles defcustom for variable overridesSpencer Baugh2024-09-141-0/+24
|/
* Fix regressions in Customize caused by 'widget-unselected' faceStephen Berman2024-08-041-1/+4
* Add new face 'widget-unselected' to wid-edit.elStephen Berman2024-06-261-17/+58
* Fix tabbing between widgets (bug#70594)Stephen Berman2024-06-251-36/+34
* ; Fix widget button press cancellationPo Lu2024-05-011-1/+1
* Miscellaneous fixes for Android portPo Lu2024-04-241-1/+14
* Don't error on tabbing to a widget at BOB (bug#69943)Stephen Berman2024-04-181-2/+2
* Allow tabbing between widgets to skip inactive widgets (bug#70413)Stephen Berman2024-04-171-2/+11
* Fix touch screen hscroll when initiated from widgetsPo Lu2024-04-161-71/+86
* Fix display of custom menus after putative cosmetic changePo Lu2024-03-221-8/+11
* wid-edit.el: Cosmetic changesStefan Monnier2024-03-211-204/+159
* (widget--allow-insertion): New macroStefan Monnier2024-03-211-78/+78
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Enable canceling tap gesturesPo Lu2023-11-111-1/+1
* | Avoid errors when a restricted-sexp widget is emptyMauro Aranda2023-09-161-1/+3
* | Fix and extend applying substitution in widget-chooseStephen Berman2023-09-021-9/+13
* | Use ensure-list in many more placesStefan Kangas2023-08-271-2/+1
* | Specialize default-get for alist widgets (Bug#63290)Mauro Aranda2023-08-191-1/+31
* | Update Android portPo Lu2023-08-171-4/+2
* | Update Android portPo Lu2023-08-161-12/+3
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-231-3/+7
|\ \
| * | Don't always toggle a choice when promptingMauro Aranda2023-07-221-1/+2