Commit fd45eb4
Koen Deforche
Several changes:
- Added TargetDownload for Anchors and PushButton
- Fix js exception thrown with new version of tinyMCE
- Possibly fix #4417: the child process is stopped before it can generate a new session.
- Fixed bounds limiting for horizontal charts
- WAxisSliderWidget: Rescue render state from being overridden by render
- add unsetDraggable in WInteractiveWidget #3814
- Only setFormObject(true) when WPaintedWidget is inside WApplication
- WCartesianChart: setInitialZoom/Pan -> setZoom/Pan, WPaintedWidget formData synced from client to server
- Update Hostname if session reload is false and user hostname used to access server changed (#3730)
- Interactive charts: configurable mouse wheel modifiers (merges the Bruce Toll's patch in issue #4373, with some changes)
- Update tooltip locations with interactive WCartesianChart (merge of Bruce Toll's patches provided in issue #4358)
- Fix autoplay not working in progressive bootstrap in chrome
- WAxisSliderWideget: Disable slider widget, erase canvas, and log error when series is not line series of curve series
- WCartesianChart: Perform corrections for rotated labels
- WTemplate: fix !encodeTemplateText() behavior
- WCartesianChart: Fix rotated axis label text clipping issue
- WCartesianChart: touch interaction sort of working on FF nightly
- WEnvironment: also read protocol from an X-Forwarded- header
- fix JSon serialization of doubles, and fix JWt url encoding from WServer::post
- Fix IE8 no longer working with Wt
- fix #469 (do not require first to select before dragging an item)1 parent 08037a7 commit fd45eb4
File tree
71 files changed
+1480
-424
lines changed- src
- Wt
- Chart
- Json
- js
- web
- skeleton
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+1480
-424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
629 | 631 | | |
630 | | - | |
| 632 | + | |
631 | 633 | | |
632 | 634 | | |
633 | 635 | | |
| |||
644 | 646 | | |
645 | 647 | | |
646 | 648 | | |
647 | | - | |
| 649 | + | |
648 | 650 | | |
649 | 651 | | |
650 | 652 | | |
| |||
653 | 655 | | |
654 | 656 | | |
655 | 657 | | |
656 | | - | |
657 | 658 | | |
658 | 659 | | |
| 660 | + | |
| 661 | + | |
659 | 662 | | |
660 | | - | |
| 663 | + | |
661 | 664 | | |
662 | | - | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
663 | 668 | | |
664 | | - | |
| 669 | + | |
665 | 670 | | |
666 | | - | |
| 671 | + | |
667 | 672 | | |
668 | 673 | | |
669 | 674 | | |
| |||
749 | 754 | | |
750 | 755 | | |
751 | 756 | | |
752 | | - | |
| 757 | + | |
753 | 758 | | |
754 | 759 | | |
755 | 760 | | |
| |||
800 | 805 | | |
801 | 806 | | |
802 | 807 | | |
803 | | - | |
804 | | - | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
805 | 812 | | |
806 | 813 | | |
807 | 814 | | |
| |||
845 | 852 | | |
846 | 853 | | |
847 | 854 | | |
| 855 | + | |
848 | 856 | | |
849 | 857 | | |
850 | 858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
1055 | 1057 | | |
1056 | 1058 | | |
1057 | 1059 | | |
1058 | | - | |
| 1060 | + | |
1059 | 1061 | | |
1060 | | - | |
| 1062 | + | |
| 1063 | + | |
1061 | 1064 | | |
1062 | 1065 | | |
1063 | | - | |
| 1066 | + | |
1064 | 1067 | | |
1065 | | - | |
| 1068 | + | |
1066 | 1069 | | |
1067 | 1070 | | |
1068 | | - | |
| 1071 | + | |
1069 | 1072 | | |
1070 | | - | |
| 1073 | + | |
| 1074 | + | |
1071 | 1075 | | |
1072 | 1076 | | |
1073 | | - | |
| 1077 | + | |
1074 | 1078 | | |
1075 | | - | |
| 1079 | + | |
1076 | 1080 | | |
1077 | 1081 | | |
1078 | 1082 | | |
| |||
1607 | 1611 | | |
1608 | 1612 | | |
1609 | 1613 | | |
| 1614 | + | |
1610 | 1615 | | |
1611 | 1616 | | |
1612 | 1617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
137 | 149 | | |
138 | 150 | | |
139 | 151 | | |
| |||
152 | 164 | | |
153 | 165 | | |
154 | 166 | | |
| 167 | + | |
155 | 168 | | |
156 | 169 | | |
157 | 170 | | |
| |||
0 commit comments