Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Add a scroll bar to save window and make any other necessary code changes to allow any number of save games. ``` Original issue reported on code.google.com by `[email protected]`...

auto-migrated
Type-Enhancement
Priority-Low
Component-UI
Status-Started

``` 80 columns would be nice..? ``` Original issue reported on code.google.com by `[email protected]` on 27 Oct 2012 at 11:59

enhancement
help wanted
Priority-Low

If page is clean (no allocated objects, page is part of big unalloc space) we can safely skip it from being snapshotted - any previous snapshot data will do because...

enhancement
Priority-Medium
auto-migrated
Component-Kernel
Performance

``` make object allocator to reuse released objects, not to allocate from free space all the time ``` Original issue reported on code.google.com by `[email protected]` on 19 Sep 2011 at...

Priority-Medium
auto-migrated
Component-VM
Performance

``` Or, at least, kill thread instead of panic. ``` Original issue reported on code.google.com by `[email protected]` on 5 Feb 2011 at 5:18 - Blocked on: #118

bug
Priority-Medium
auto-migrated
Component-Unix

``` after all pages kicked and before writing pagelist, and after pagelist and before writing superblocks, and after all sblocks ``` Original issue reported on code.google.com by `[email protected]` on 27...

bug
Priority-Medium
auto-migrated
Component-Kernel

``` Class loader is started from kernel and locks up everything (namely - snaps) while is working. One possible solution is to replace VM command 'summon class' with direct access...

bug
Priority-Medium
auto-migrated
Component-VM

``` I just implemented tutorial code and then changed little bit that start Time , End Time when I generate a graph, I set time for week ex) static final...

Priority-Medium
Type-Defect
auto-migrated

``` data/DataProcessor.java / private void chooseOptimalStep() calculates the optimal step using a constant value of pixelCount (600) instead of the step specified in the RrdGraphDef when the data source is...

Priority-Medium
Type-Defect
auto-migrated

``` Rrd4jGraphDefTemplate ACCEPTS a configuration file, but there seems no way to export one. http://rrd4j.googlecode.com/svn/trunk/javadoc/reference/org/rrd4j/graph/RrdGraph DefTemplate.html RrdDef's config can be imported using the RrdDefTemplate and exported using the RrdDef's exportXmlTemplate()...

Priority-Medium
auto-migrated
Type-Enhancement