Florian Rival
e043ed8cca
Only make dialog fullscreen when the window width and height are both small
2019-09-24 23:09:34 +01:00
Florian Rival
7dc2565dde
Update Cordova export to generate a package.json file
2019-09-22 23:04:42 +01:00
Wend1go
14cc48fa98
Add condition to check for WebGL support ( #1230 )
2019-09-22 16:31:32 +02:00
Florian Rival
9d46a73978
Fix Select fields in Debugger, SpriteEditor and ParticleEmitterEditor
2019-09-20 19:46:11 +01:00
Florian Rival
228468759e
Make dialogs fullscreen on small devices
...
Also clean useless Dialog prop.
2019-09-20 19:21:42 +01:00
Florian Rival
d56fa6c95c
Fix floating label position for unselected select fields
2019-09-20 18:53:37 +01:00
Florian Rival
b7189a7994
Fix color of text in ExpressionSelector popup for expressions
2019-09-20 18:49:25 +01:00
Florian Rival
1e48ffb84b
Add "skeletal-animation-demo" example for Skeleton object
2019-09-19 23:06:55 +01:00
Wend1go
12c5df67fa
Integrate experimental SkeletonObject into GD5 ( #1138 )
...
The object is looking for a maintainer! https://github.com/4ian/GDevelop/pull/1138
Flagged as experimental and added warning about this
2019-09-19 22:49:52 +01:00
Florian Rival
ac0b85e101
Use non round buttons
2019-09-18 22:50:57 +01:00
Florian Rival
320f5841dd
Show focus ripple on tabs
2019-09-17 23:50:24 +01:00
Florian Rival
2313ea5d3b
Fix export dialog not showing in web-app
2019-09-17 22:46:22 +01:00
Florian Rival
9536bda674
Merge pull request #1226 from 4ian/upgrade/material-ui-v4
...
Upgrade to Material-UI v4 and add several improvements (see #1226 description)
2019-09-17 22:25:53 +01:00
Florian Rival
d2be0e815e
Upgrade some components to material-ui v4
...
- Tables
- TextField
- SelectField (using native fields)
- Dialog
- Buttons
- Background texts
- Divider
- Menu
- Lists
- IconButton
- ObjectSelector
- Autocomplete (with keyboard support)
- [x] Proper focus support
- Subheaders
- Toggle
- LinearProgress
- CircularProgress
- Checkbox
- Avatar
- Chip
- Tabs
- LinearProgress
- Toolbar
- Stepper
- Snackbar (dismissable and won't be shown again until reactivated)
- ClosableTabs (with context close all/close others context menu)
2019-09-17 22:24:08 +01:00
Florian Rival
8b83cf3518
Fix styling of Text components
2019-09-16 00:47:50 +01:00
Florian Rival
064704a457
Replace almost all p tags by Text component
2019-09-16 00:47:50 +01:00
Florian Rival
829ce23dc2
Add missing key prop to Dialog actions/secondaryActions
2019-09-16 00:47:29 +01:00
Florian Rival
04c37b6186
Fix IconButton rendering in EditorBar
2019-09-16 00:47:29 +01:00
Florian Rival
4fd7698907
Improve typing for Dialog
2019-09-16 00:47:29 +01:00
Florian Rival
6016790f03
Improve TextField typing
2019-09-16 00:47:28 +01:00
Florian Rival
1e6227e549
Change all imports to material-ui/List
2019-09-16 00:47:28 +01:00
Florian Rival
6ade0c7125
Change all imports to material-ui/Tabs
2019-09-16 00:47:28 +01:00
Florian Rival
807f3bb3b2
Change all imports to material-ui/Toggle
2019-09-16 00:47:28 +01:00
Florian Rival
a83fe5af2f
Use ThemeConsumer instead of muiThemeable
2019-09-16 00:47:28 +01:00
Florian Rival
0cd64ca4d1
Change all imports to material-ui/Table
2019-09-16 00:47:28 +01:00
Florian Rival
541953256a
Remove usage of material-ui/GridList
2019-09-16 00:47:28 +01:00
Florian Rival
27d0569c75
Remove useless usage of material-ui/AutoComplete
2019-09-16 00:47:28 +01:00
Florian Rival
689583fe75
Remove usage of material-ui/Paper in SearchPanel
2019-09-16 00:47:28 +01:00
Florian Rival
d1d9eaca3a
Change all imports to material-ui/Checkbox
2019-09-16 00:47:28 +01:00
Florian Rival
d1aa4beb98
Change all imports to material-ui's SelectField or TextField
2019-09-16 00:47:28 +01:00
Florian Rival
94b3148112
Rename MuiThemeProvider to V0MuiThemeProvider
2019-09-16 00:47:28 +01:00
Florian Rival
1fb211c9ba
Change all imports to material-ui/IconButton to use UI/IconButton
2019-09-16 00:47:28 +01:00
Florian Rival
1b140d7b23
Change all imports to material-ui/TextField to use UI/TextField
2019-09-16 00:47:27 +01:00
Florian Rival
3fbe3a2abb
Change all imports to material-ui/RaisedButton to use UI/RaisedButton
2019-09-16 00:47:27 +01:00
Florian Rival
d9313f803d
Change all imports to material-ui/FlatButton to use UI/FlatButton
2019-09-16 00:47:27 +01:00
Florian Rival
33487fb0f6
Move some actions/conditions into object actions/conditions
2019-09-16 00:42:58 +01:00
Florian Rival
fbde5edfae
Add automatic refactoring of events/groups when renaming/deleting a group ( #1225 )
2019-09-11 08:39:44 +01:00
Florian Rival
4d908578c1
Fix formatting
2019-09-10 21:50:45 +01:00
Florian Rival
aa6bd993e6
Fix WindowBorder not updated when project window size is changed
2019-09-10 20:18:29 +01:00
Florian Rival
dfa32878a5
Update translations
v5.0.0-beta80
2019-09-09 21:11:08 +01:00
Florian Rival
38c49e68bb
Bump newIDE version
2019-09-09 20:51:20 +01:00
Bouh
59c5a67284
Fix "Is Ended" condition for Video object ( #1223 )
2019-09-08 17:19:08 +01:00
Florian Rival
0db65f002c
Fix context not working in dialogs
...
Revert to create-react-context 0.1.6 because React
contexts are not working with Material-UI v0 Dialogs.
Improve some typings
Move some context up in the component tree, while not
actually necessary.
2019-09-08 13:19:45 +01:00
Florian Rival
f155ea0331
Update to Electron 3.0.9 games exported to Windows/macOS/Linux
2019-09-08 12:53:33 +01:00
Florian Rival
807f2d9362
Remove useless Stripe script
2019-09-06 22:28:02 +01:00
Florian Rival
c9b38335c4
Fix object type change not properly applied when editing a behavior
2019-09-06 22:25:40 +01:00
Florian Rival
7c5305f220
Fix warning
2019-09-06 21:52:16 +01:00
Florian Rival
d5f754f4ff
Fix crash when using plural with custom languages
...
Seems linked to https://github.com/lingui/js-lingui/issues/182 ?
Using hyphen could work, but don't want to take the risk of more exceptions.
Going back to a non plural version for now.
2019-09-06 21:40:30 +01:00
Florian Rival
8f7bd8ffc4
Refactor subscription to use the updated Stripe Checkout
2019-09-05 23:50:37 +01:00
Florian Rival
b143d37d1f
Fix ExpressionSelector and InstructionSelector display
2019-09-02 23:07:12 +01:00