41ca92a3d1off by one in Ox.Chart
rolux
2012-10-27 19:46:27 +0200
dc0d652c4eadd new browser and system logos
rolux
2012-10-27 18:52:12 +0200
4ef16ef92dwhen computing sort values, only strip non-word characters from the beginning of the value if the result is not an empty string
rolux
2012-10-26 18:16:44 +0200
23bd717a8aWhen caching sort values, make the type of the value part of the cache key (so that 9 and '9' don't collide)
rolux
2012-10-26 18:09:37 +0200
2223fcfd2bIn Ox.api, add support for values that are arrays
rolux
2012-10-26 17:27:15 +0200
909184fbbaadd missing 'sums' option to IconList and InfoList
rolux
2012-10-26 16:46:14 +0200
619f498daeOx.Chart: make sure bars are at least 1px wide
rlx
2012-10-24 12:31:32 +0000
cc4b2824e0fix geo data
rolux
2012-10-19 14:01:39 +0200
971d94019badd geo/map example
rolux
2012-10-19 13:36:35 +0200
4105f79106Ox.Map bugfixes & cleanup: make setting 'places' and 'selected' options at the same time work, fix meta key handler, remove misnamed 'addPlaces', fix potential JS error in 'addPlaceToPlaces', make sure self.places contains only the visible places
rlx
2012-09-05 10:04:23 +0000
d5da93f59efix label widths in map editor ('geoname' truncated in recent versions of Chrome on OS X)
rlx
2012-09-05 09:46:00 +0000
e52ac44a1bOn maps, only allow for creating combined places via shift-click or meta-click if the map is editable
rlx
2012-09-05 09:29:06 +0000
db9c55ff5ein cached getSortValue function, use a cheaper args to key function
rolux
2012-09-04 00:46:55 +0200
8bfe9f5335fix an issue where selected 16px wide column heads of table lists would not have the correct gradient (as the invisible triangle would increase the element's height)
rolux
2012-09-03 22:49:07 +0200
e569af5369build.py: update dependencies, and make sure the list of lists of scripts can have an arbitrary length
rolux
2012-09-03 22:28:37 +0200
a3ddc7c2d4In Ox.TableList, add a 'sort' property for columns (a function with two arguments, the item's value for this column and the full item object), so that the sort order can now depend on other keys (and we can abandon the pattern of passing the sort value as value and a complicated format function to get the actual value)
rolux
2012-09-03 22:26:27 +0200
0d0926cbf5In Ox.cache (which is now called onload in Array.js to cache getSortValue), remove dependency on Ox.extend (which would depend on Ox.forEach)
rolux
2012-09-03 22:14:08 +0200
f5c320187eIn Ox.api, add a map option {key: fn(value, object)}, value being object[key], so that the sort value can depend on other keys; Ox.sortBy is updated to use getSortValue (cached sort value of mapped value) instead of getSortValues (precomputed mapped sort value per value, which is no longer unique)
rolux
2012-09-03 22:11:25 +0200
baf29d068bremove an onload dependency
rolux
2012-09-03 21:59:53 +0200
863ddfeafaremove an onload dependency
rolux
2012-09-03 21:11:57 +0200
f4cdfb3349Ox.Map: add public methods getCenter and setCenter
rolux
2012-09-01 13:15:47 +0200
dfffe99a04Ox.Map: trigger select event if, after updating the items option, the previously selected item is no longer present
rolux
2012-09-01 11:52:26 +0200
39708edd8bcorrectly compute list height in Ox.List if horizontal scrolling is disabled in Ox.TableList
rolux
2012-09-01 11:46:01 +0200
95502a62a1update enable/disable horizontal scrolling option in table list
rolux
2012-08-31 08:51:30 +0200
3fcedf2b30lists: return that from public size method
rolux
2012-08-31 00:16:26 +0200
2d109d103eTableList: add option disableHorizontalScroll and public methods addColumn, removeColumn, getVisibleColumns, setVisibleColumns and getColumnWidth, and add setColumnWidth as alias for resizeColumn; return that from public size method
rolux
2012-08-31 00:16:09 +0200
62a67e7b1ffix a bug preventing item title updates in menus
rolux
2012-08-30 22:25:32 +0200
da319f0807fix for text on buttons and in inputs being 1px too low in recent versions of chrome (fixes#924)
rolux
2012-08-30 02:35:36 +0200
8572f93334replace tabs with spaces
rolux
2012-08-29 17:42:50 +0200
c4c49fd1d1ButtonGroup: add public buttonOptions method
rolux
2012-08-29 17:42:30 +0200
5e39926816replace tabs with spaces; add fixme
rolux
2012-08-29 17:41:40 +0200
b5a2e80878fix sort value for '[article] [number or quoted string]', add test
rolux
2012-08-29 17:40:27 +0200
0de55efb96Menu: parse HTML entities for title property of events
rlx
2012-08-13 13:20:07 +0000
ff1e6d4833make Ox.compact more compact and flatten Ox.flatten
rolux
2012-07-13 15:51:49 +0200
518a032325detect and support webkit/ios, fixes#96
rolux
2012-07-11 16:30:31 +0200
631c5c39c8quick fix to detect and support chrome on iOS
rolux
2012-07-11 16:10:42 +0200
1ac080f6ddfix a bug in Ox.Image forEach
rolux
2012-07-11 14:45:59 +0200
443a2fed9buse one random value for all resources, remove previous element before overwriting, does not get removed from dom otherwise.
j
2012-07-10 10:51:34 +0200
ef0464edccuse build version in examples
j
2012-07-10 03:29:32 +0200
01739e1b19fix opera css shadow
j
2012-07-09 20:45:26 +0200
c8e9388eddchange wording in progress bar example
rolux
2012-07-09 17:46:12 +0200