rolux
|
20aeb914eb
|
minor change
|
2012-09-10 14:25:04 +02:00 |
|
rolux
|
91bd0e3684
|
typo
|
2012-09-10 14:24:14 +02:00 |
|
rolux
|
93d511f728
|
minor change
|
2012-09-10 14:14:40 +02:00 |
|
rolux
|
58706d1f99
|
fix a potential JS error in Ox.Map
|
2012-09-10 14:05:11 +02:00 |
|
j
|
7230606a6d
|
fix Ox.sort, was broken in changeset:oxjs,2363
|
2012-09-08 00:19:13 +02:00 |
|
j
|
17bb6fb036
|
use current python-ox api
|
2012-09-07 03:55:22 +02:00 |
|
j
|
d2859f10ef
|
set src of videos to '' before removing from dom to work around chome bug #31014
|
2012-09-07 03:54:18 +02:00 |
|
rolux
|
075aac449c
|
minor timeout voodoo
|
2012-09-05 12:05:01 +02:00 |
|
rlx
|
4105f79106
|
Ox.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
|
2012-09-05 10:04:23 +00:00 |
|
rlx
|
d5da93f59e
|
fix label widths in map editor ('geoname' truncated in recent versions of Chrome on OS X)
|
2012-09-05 09:46:00 +00:00 |
|
rlx
|
e52ac44a1b
|
On maps, only allow for creating combined places via shift-click or meta-click if the map is editable
|
2012-09-05 09:29:06 +00:00 |
|
rolux
|
db9c55ff5e
|
in cached getSortValue function, use a cheaper args to key function
|
2012-09-04 00:46:55 +02:00 |
|
rolux
|
bed08786a1
|
fix dependencies
|
2012-09-04 00:45:43 +02:00 |
|
rolux
|
8bfe9f5335
|
fix 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)
|
2012-09-03 22:49:07 +02:00 |
|
rolux
|
e569af5369
|
build.py: update dependencies, and make sure the list of lists of scripts can have an arbitrary length
|
2012-09-03 22:28:37 +02:00 |
|
rolux
|
e50d4c22db
|
In Ox.List, pass map option to Ox.api
|
2012-09-03 22:27:09 +02:00 |
|
rolux
|
a3ddc7c2d4
|
In 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)
|
2012-09-03 22:26:27 +02:00 |
|
rolux
|
8407a88af1
|
remove trailing whitespace
|
2012-09-03 22:14:53 +02:00 |
|
rolux
|
0d0926cbf5
|
In Ox.cache (which is now called onload in Array.js to cache getSortValue), remove dependency on Ox.extend (which would depend on Ox.forEach)
|
2012-09-03 22:14:08 +02:00 |
|
rolux
|
f5c320187e
|
In 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)
|
2012-09-03 22:11:25 +02:00 |
|
rolux
|
baf29d068b
|
remove an onload dependency
|
2012-09-03 21:59:53 +02:00 |
|
rolux
|
863ddfeafa
|
remove an onload dependency
|
2012-09-03 21:11:57 +02:00 |
|
rolux
|
f4cdfb3349
|
Ox.Map: add public methods getCenter and setCenter
|
2012-09-01 13:15:47 +02:00 |
|
rolux
|
dfffe99a04
|
Ox.Map: trigger select event if, after updating the items option, the previously selected item is no longer present
|
2012-09-01 11:52:26 +02:00 |
|
rolux
|
39708edd8b
|
correctly compute list height in Ox.List if horizontal scrolling is disabled in Ox.TableList
|
2012-09-01 11:46:01 +02:00 |
|
rolux
|
d16f76f0da
|
add constant Ox.EARTH_SURFACE
|
2012-09-01 05:51:35 +02:00 |
|
rolux
|
a01ab0ab58
|
TableList: add clearButton and clearButtonTooltip options, update CSS
|
2012-08-31 16:57:03 +02:00 |
|
rolux
|
3e57cbd785
|
Ox.Map: add markerTooltip option (custom format function)
|
2012-08-31 09:22:15 +02:00 |
|
rolux
|
6f545969e4
|
minor bugfix
|
2012-08-31 08:54:24 +02:00 |
|
rolux
|
95502a62a1
|
update enable/disable horizontal scrolling option in table list
|
2012-08-31 08:51:30 +02:00 |
|
rolux
|
3fcedf2b30
|
lists: return that from public size method
|
2012-08-31 00:16:26 +02:00 |
|
rolux
|
2d109d103e
|
TableList: 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
|
2012-08-31 00:16:09 +02:00 |
|
rolux
|
62a67e7b1f
|
fix a bug preventing item title updates in menus
|
2012-08-30 22:25:32 +02:00 |
|
rolux
|
da319f0807
|
fix for text on buttons and in inputs being 1px too low in recent versions of chrome (fixes #924)
|
2012-08-30 02:35:36 +02:00 |
|
rolux
|
8572f93334
|
replace tabs with spaces
|
2012-08-29 17:42:50 +02:00 |
|
rolux
|
c4c49fd1d1
|
ButtonGroup: add public buttonOptions method
|
2012-08-29 17:42:30 +02:00 |
|
rolux
|
5e39926816
|
replace tabs with spaces; add fixme
|
2012-08-29 17:41:40 +02:00 |
|
rolux
|
b5a2e80878
|
fix sort value for '[article] [number or quoted string]', add test
|
2012-08-29 17:40:27 +02:00 |
|
rlx
|
0de55efb96
|
Menu: parse HTML entities for title property of events
|
2012-08-13 13:20:07 +00:00 |
|
rolux
|
ff1e6d4833
|
make Ox.compact more compact and flatten Ox.flatten
|
2012-07-13 15:51:49 +02:00 |
|
rolux
|
518a032325
|
detect and support webkit/ios, fixes #96
|
2012-07-11 16:30:31 +02:00 |
|
rolux
|
631c5c39c8
|
quick fix to detect and support chrome on iOS
|
2012-07-11 16:10:42 +02:00 |
|
rolux
|
1ac080f6dd
|
fix a bug in Ox.Image forEach
|
2012-07-11 14:45:59 +02:00 |
|
j
|
443a2fed9b
|
use one random value for all resources, remove previous element before overwriting, does not get removed from dom otherwise.
|
2012-07-10 10:51:34 +02:00 |
|
j
|
ef0464edcc
|
use build version in examples
|
2012-07-10 03:29:32 +02:00 |
|
j
|
01739e1b19
|
fix opera css shadow
|
2012-07-09 20:45:26 +02:00 |
|
rolux
|
c8e9388edd
|
change wording in progress bar example
|
2012-07-09 17:46:12 +02:00 |
|
rolux
|
139dae5dec
|
update examples
|
2012-07-09 17:39:05 +02:00 |
|
rolux
|
bb686389ce
|
remove print statements
|
2012-07-09 17:38:30 +02:00 |
|
rolux
|
d9daf10889
|
update texts
|
2012-07-09 17:34:08 +02:00 |
|