Block or Report
Block or report igordmn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
-
-
-
simplefragment Public
Forked from evant/simplefragment
A fragment-like abstraction for Android that is easier to use and understand
Java
-
748 contributions in the last year
Less
More
Activity overview
Loading
Contribution activity
November 2021
Created 22 commits in 2 repositories
Created a pull request in JetBrains/skiko that received 10 comments
Move Linux OpenGL renderer to another thread.
To avoid Swing thread to be wasted. It should reduce input lag from input events.
+77
−62
•
10
comments
Opened 66 other pull requests in 3 repositories
JetBrains/androidx
52
merged
1
open
1
closed
- Skiko 0.6.5
- Fix closing a wrong window
- Fix tooltip blinking
- Fix shortcuts when Caps is on (Linux)
- Fix clicks in Popup
- Fix losing Exit event on scroll
- Fix selection of last line
- Fix backward selection of an empty line
- Revert "Fix selection of the latest line"
- Feature/fix baseline test
- Fix losing hover events, speed up scroll
- Fix crash when AWT event is sent after the window is disposed
- Fix crash in MeasureAndLayoutDelegate.forceMeasureTheSubtree()
- WIP:Perform toggle on Space key
- Remove async events
- Fix consuming events of undecorated resizable window
- Add ComposeWindow(GraphicsConfiguration) constructor to be able to open window on another display
- Update docs for SwingPanel
- Fix disposing window in event callback
- Fix build
- Close window and show error dialog on error
- Get rid of double exit/enter when we drag over hoverable component outside of window
- Call enter/exit events if we hover another popup
- Don't scroll outside of focusable popup
- Close AlertDialog, ContextMenu, DropdownMenu on Escape
- Some pull requests not shown.
JetBrains/skiko
7
merged
Reviewed 51 pull requests in 3 repositories
JetBrains/androidx
27 pull requests
- Fix closing a wrong window
- Fixed case when centered popup doesn't fit entire window.
- Fix losing Exit event on scroll
- Fallback to Compose classloader when loading resources
- Add support of baseline shift
- Improve resource loading API
- Fix for material3 reference version
- Close window and show error dialog on error
- Get rid of double exit/enter when we drag over hoverable component outside of window
- Call enter/exit events if we hover another popup
- Make cursor in Textfield looking platform specific, and sharp (without antialiasing)
- Don't scroll outside of focusable popup
- Close AlertDialog, ContextMenu, DropdownMenu on Escape
- Disable default reaction on secondary clicks when we click on Button, move Slider, etc
- InputMethod getCommittedText more range coercions
- Fix scrolling over Textfield
- Cherrypick/aosp18 11 2021
- compiler plugin fix cherry-pick: Correctly record capture scope of local functions
- Pointer Icon fixes
- Fix DropdownMenu positioning and size when it contains too many items.
- Fix overflow in Identity collections (on Eclipse OpenJ9)
- Fix horizontal scrollbar in Right-To-Left mode
- Fixed [WindowPlacement.Fullscreen] on MacOS at window start.
- SkiaParagraph: Fix regression in lineMetricsForOffset
- Fixed NPE when selecting text and moving over popup.
- Some pull request reviews not shown.
JetBrains/skiko
18 pull requests
- Fix getRectsForRange (attempt 2)
- Fixed case where SkiaLayer size could be 0x0 and surface was not created.
- Fix https://github.com/JetBrains/skiko/issues/398
- Avoid using SkPicture on iOS
- Fix paragraph.getRectsForRange crash on Windows
- Fix fullscreen mode on macos.
- Fixed getting surface in SOFTWARE_FAST renderer.
- Implement PaintFilterCanvas for native
- Prototype for common skiko events.
- Test on multiple render api's
- Fix crash when transparent window displayed on external display on linux.
- Create ContextHandler inside Redrawer
- Move Linux OpenGL renderer to another thread.
- Fix DIRECT_SOFTWARE, rename it to SOFTWARE
- add commonMain/cpp for common bindings (js,native,jvm)
- Fix memory leaks on macOs, enable Arc compilation
- Fix FontFeature typo
- Remove no longer needed workaround
JetBrains/compose-jb
6 pull requests
Created an issue in JetBrains/compose-jb that received 4 comments
free(): invalid pointer in IDEA plugin example (Linux)
Compose 1.0.0-rc5 Crashes at launch (compose-jb/examples/gradlew runIde) Also in run3, run4, runVSync, runWindowApi in Compose source. Doesn't cras…
4
comments
Opened 33 other issues in 2 repositories
JetBrains/compose-jb
17
open
15
closed
- Blinking tooltip if it can't be showed in the bottom of the window
- web-compose-bird example. Impossible to win the game
- Selection doesn't move scroll in scrollable Box
- Selection isn't updated during scrolling if we don't move mouse
- Fix background for widgets example (dark theme)
- windowState.isMaximized isn't updated after we switch from fullscreen to maximized
- RadioButtonItem glitches after changing the state
- After changing mutableStateOf, a wrong window is closed
- Clicks doesn't work in non-focusable popup
- Centered popup doesn't fit entire window
- AlertDialog doesn't occupy the entire window space
- Hover during scrolling disappears with one frame lag
- Selection resets after selecting an empty line
- Selection in SelectionContainer { LazyList } doesn't work correctly
- Cursor jumps to the next line when we click in the end of the previous line
- Scrolling lazy list with scrollbar doesn't work well
- Crash when we drag the slider with left mouse button, then press the right mouse button
- Selection doesn't work correctly, if we start to select from the beginning of the line
- Textfield jumps on each symbol if there is an emoji in it
- Selection doesn't work correctly if we start to select the last visible line in the window
-
ImageComposeScene. get rid of necessity to warm up animations, calling initial
render's -
ImageComposeScene.
scene.renderdoesn't work if it is called insidesingleWindowApplication - DropDownMenu cuts off, if it contains too many items
- Window size isn't preserved when we change the system density
- Close ContextMenu, AlertDialog on Esc key by default
- Some issues not shown.

