self icon indicating copy to clipboard operation
self copied to clipboard

Making the world safe for objects

Results 51 self issues
Sort by recently updated
recently updated
newest added

Add ISO8601 time printer `printISO8601String` and `printISO8601StringGMT` to `traits time`. I use Dart's [DateTime API](https://api.dartlang.org/stable/1.20.1/dart-core/DateTime/toIso8601String.html) as a reference while implementing this.

Remove hardcoded font name, so objectPushButton label can be configured. Also bump up the version number, not quite familiar with Semantic Versioning, so not sure if it is suitable.

This PR make editor usable in dark theme. Here's a screenshot. ![snapshot2](https://cloud.githubusercontent.com/assets/517130/19407698/fe957c52-92db-11e6-81f0-524e48033ea0.png) This screenshot is run with this PR, PR #73 and following configurations: ``` preferences outliner theme: preferences outliner...

This removes the use of the select system call for I/O and uses epoll on Linux systems. This removes the limit of 1024 open files that select has and provides...

When getting the property sheet of a labelMorph that is using a font that doesn't exist in the 'x11Globals scalableFont' list an error occurs and the property sheet can't display....

This provides a 'toggleFullscreen' method on the xWindowCanvas. Sending this message will enter or exit fullscreen mode. In fullscreen mode the window decorations are removed and the window takes up...

Git commit 882d8cf2 fixed a problem where restarting a snapshot that had open worlds would fail on Linux due to using the fully qualified display name. Unfortunately it broke support...

Non-ASCII unicode characters ("č" for example) can't be written in the graphic interface. When I press the "č" button on my keyboard, nothing happens. Also if I read unicode file,...

The culprit: "at: 0 WithKey: 0" On ubuntu, with a world built from master revision 8c65f05 [error.txt](https://github.com/russellallen/self/files/598700/error.txt)

CPU usage of Self seems to be a bit high, especially if several outliners are opened in desktop. Following are some `strace` output fragments: 1. VM without loading any snapshot:...