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
|
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
|
01739e1b19
|
fix opera css shadow
|
2012-07-09 20:45:26 +02:00 |
|
rolux
|
bb686389ce
|
remove print statements
|
2012-07-09 17:38:30 +02:00 |
|
rolux
|
3ea3600a23
|
convert some tabs to spaces
|
2012-07-09 16:31:04 +02:00 |
|
rolux
|
4818a7d617
|
quick fix for color pickers inside form panels
|
2012-07-09 16:29:45 +02:00 |
|
rolux
|
4b29ffe70e
|
Ox.Checkbox: set width on init
|
2012-07-09 16:00:14 +02:00 |
|
rolux
|
c0837fb4ff
|
Ox.FormPanel: add missing select event
|
2012-07-09 15:59:50 +02:00 |
|
rolux
|
cfa16327a5
|
Ox.Input: fix integer regexp
|
2012-07-09 15:59:28 +02:00 |
|
rolux
|
01717f3727
|
ExamplePanel/ExamplePage: add mode/selected option ('source' or 'live')
|
2012-07-05 21:38:02 +02:00 |
|
j
|
223d9470a9
|
add useCapture argument to addEventListener, not optional in FF 3.6
|
2012-07-05 19:50:01 +02:00 |
|
rolux
|
a155ff5487
|
fix Ox.localStorage for Firefox 3.6
|
2012-07-05 19:48:20 +02:00 |
|
rolux
|
b8f88958da
|
cleanup documentation
|
2012-07-05 19:47:57 +02:00 |
|
rolux
|
f4c34d858c
|
remove Ox.polyfill.localStorage
|
2012-07-05 19:47:33 +02:00 |
|
j
|
4b71d7c03b
|
merge
|
2012-07-05 19:45:41 +02:00 |
|
j
|
762d5ca963
|
fix load on IE and Firefox 3.6
|
2012-07-05 19:05:52 +02:00 |
|
rolux
|
0f44e64885
|
remove some comments
|
2012-07-05 11:36:17 +02:00 |
|
rolux
|
bda90f6b6b
|
remove Ox.Break
|
2012-07-05 10:58:08 +02:00 |
|
rolux
|
4139e171ca
|
fix place type detection
|
2012-07-05 10:42:15 +02:00 |
|
rolux
|
a0867f0da6
|
update widget documentation (arguments first)
|
2012-07-04 13:29:18 +02:00 |
|
rolux
|
daec992536
|
Ox.API: fix docs, return request id from API call
|
2012-07-04 13:15:32 +02:00 |
|
rolux
|
2d4ab2b32d
|
Ox.DocPage: load inherited properties and events in collapsed state
|
2012-07-04 12:43:24 +02:00 |
|
rolux
|
459755e51f
|
misc minor changes
|
2012-07-04 11:57:27 +02:00 |
|
rolux
|
c600c250b0
|
update documentation for request methods
|
2012-07-03 23:55:05 +02:00 |
|
rolux
|
6d2b95e943
|
DocPanel: add loading indication
|
2012-07-03 23:41:11 +02:00 |
|
rolux
|
a04eb376ed
|
Ox.Image: fix typo in parseDrawOptions method
|
2012-07-03 15:41:08 +02:00 |
|
rolux
|
ad25f92c38
|
update about, fix Ox.find docs
|
2012-07-03 00:54:37 +02:00 |
|
rolux
|
0d53dfaf1a
|
fix a bug in tree list
|
2012-07-02 18:24:30 +02:00 |
|
rolux
|
6cd9472b7c
|
add a fixme
|
2012-07-02 18:23:50 +02:00 |
|
rolux
|
f5aa547f43
|
Ox.IconList: don't require 'keys' option if 'items' is a local array
|
2012-07-02 18:21:09 +02:00 |
|
j
|
2e5205fabe
|
allow updating options.places with an array
|
2012-07-02 18:17:52 +02:00 |
|
rolux
|
487ee4626d
|
update Ox.formatUnit
|
2012-07-02 16:19:36 +02:00 |
|
rolux
|
f6a767b6cb
|
test for existence of before looping over it
|
2012-07-02 15:45:18 +02:00 |
|
rolux
|
0fc6e09927
|
Ox.App: clean up code and documentation
|
2012-07-02 13:29:07 +02:00 |
|
rolux
|
79bea33e51
|
Ox.Element: reformat docs
|
2012-07-02 13:28:42 +02:00 |
|
rlx
|
197f937d86
|
remove some list voodoo
|
2012-06-30 19:59:20 +00:00 |
|
rlx
|
f22e5a032d
|
IconList/InfoList: keep self.options.selected in sync
|
2012-06-30 16:12:05 +00:00 |
|
rlx
|
b5d5936e59
|
don't trigger event after timeout, see #731
|
2012-06-30 16:11:29 +00:00 |
|
rlx
|
e68b1e163b
|
Ox.CalendarEditor: cleanup
|
2012-06-30 15:06:58 +00:00 |
|
rlx
|
0b8ca39ba6
|
remove a comment
|
2012-06-30 15:05:57 +00:00 |
|
rlx
|
dc438e2427
|
setTimeout before triggering events
|
2012-06-30 15:05:35 +00:00 |
|
rlx
|
d57affea4a
|
Ox.List: change 'selected' update handler
|
2012-06-30 15:05:05 +00:00 |
|
rlx
|
f5901e4a1d
|
Ox.TableList: keep self.options.selected in sync, plus some cleanup
|
2012-06-30 15:03:43 +00:00 |
|
rlx
|
146078e7ce
|
fix bugs in Ox.MapEditor
|
2012-06-30 15:01:43 +00:00 |
|
rlx
|
ee23db5876
|
Ox.Map: update signature of select event, update docs
|
2012-06-30 15:00:38 +00:00 |
|
rlx
|
d30cda0cfd
|
bind to 'select', not 'selectplace'
|
2012-06-30 14:59:52 +00:00 |
|
rolux
|
2dc8fd19aa
|
update docs
|
2012-06-30 12:29:06 +02:00 |
|
rolux
|
2731f8dc89
|
update event controller
|
2012-06-30 12:15:27 +02:00 |
|
rolux
|
b5910f5f62
|
Ox.Element: use new event controller
|
2012-06-30 11:24:38 +02:00 |
|
rolux
|
32f85e42e4
|
new event controller
|
2012-06-30 11:24:03 +02:00 |
|
rolux
|
dfa0a9b8eb
|
set interval between 'keys' events to 250 ms
|
2012-06-30 11:21:23 +02:00 |
|
rolux
|
7df61a8ac9
|
simplify event passing in Ox.List derivatives
|
2012-06-30 11:20:37 +02:00 |
|
rolux
|
91275f7171
|
minor reformatting
|
2012-06-30 11:18:55 +02:00 |
|
rolux
|
28b9614083
|
update Ox.Event (intermediate state)
|
2012-06-29 14:24:06 +02:00 |
|
rolux
|
64a182ae1d
|
lists: implement select-as-you-type
|
2012-06-29 14:19:34 +02:00 |
|
rolux
|
c211b55d3b
|
fix bug in pixel method (arguments parsing)
|
2012-06-28 18:36:25 +02:00 |
|
j
|
864eacfbd7
|
Fix #873 prevent Firefox from cancling active XMLHttpRequests pressing escape
|
2012-06-29 10:23:59 +02:00 |
|
j
|
da0fb1af50
|
remove test element
|
2012-06-28 12:34:18 +02:00 |
|
j
|
1118938e30
|
Detect scrollbar width for browser that do not support scrollbar styling.
Fixes #800
|
2012-06-28 12:18:33 +02:00 |
|
rolux
|
55e2174831
|
in TableLists, use options.unique, not options.columns[i].unique
|
2012-06-27 20:38:07 +02:00 |
|
rolux
|
d6dcf33427
|
fix a bug with computing keys
|
2012-06-27 20:29:39 +02:00 |
|
rolux
|
8296d3c405
|
TableList: don't require 'keys' if 'items' is array
|
2012-06-27 20:28:59 +02:00 |
|
rolux
|
6e2a837f1c
|
typo
|
2012-06-27 19:06:02 +02:00 |
|
rolux
|
c4d65facc5
|
fix textarea background CSS (since they may have labels) - still doesn't fix their active state
|
2012-06-27 19:04:34 +02:00 |
|
rolux
|
773311d8d7
|
TableList: add 'unique' option (until now, the unique id had be specified via columns, even if one had no intention to ever display it as a column)
|
2012-06-27 18:19:24 +02:00 |
|
rolux
|
bbd80ccf4f
|
Ox.getAsync: fix docs, rename var
|
2012-06-27 14:55:49 +02:00 |
|
rolux
|
b4dc8d2d58
|
make doc page code css less annoying
|
2012-06-27 14:55:13 +02:00 |
|
rolux
|
73c0fc8c31
|
remove print statement
|
2012-06-27 13:21:28 +02:00 |
|
rolux
|
bb5a93b2ec
|
add CSS for disabled FileInput
|
2012-06-27 12:57:15 +02:00 |
|
rolux
|
f93c575c8f
|
FileInput: handle disabled option
|
2012-06-27 12:56:17 +02:00 |
|
rolux
|
abc6cbbb15
|
FileButton: add default for image options
|
2012-06-27 12:55:38 +02:00 |
|
rolux
|
4c6756c192
|
MenuItem: handle disabled file items
|
2012-06-27 12:54:46 +02:00 |
|
rolux
|
e72e68a1df
|
add files symbol
|
2012-06-27 12:14:16 +02:00 |
|