Commit graph

79 commits

Author SHA1 Message Date
rolux
12cf77cef5 less obscure Ox.map 2012-05-22 16:29:37 +02:00
j
b9e80c9d75 cleanup docs, fix children/find calls 2012-05-22 15:14:40 +02:00
rolux
04784630d3 use Ox.break 2012-05-22 09:11:26 +02:00
j
520eac7a22 more documentation, more semicolons, some fixmes 2012-05-21 21:23:16 +02:00
j
509745407b add documentation stubs 2012-05-21 12:38:18 +02:00
rlx
9790e7d6c6 in derivatives of Ox.List, make sure gainFocus, hasFocus and loseFocus work correctly 2012-04-24 08:21:00 +00:00
rolux
a69970adb6 re-enable synchronous path in Ox.List for Ox.TreeList 2012-04-08 14:17:58 +02:00
rolux
7b7bedb65a use Ox.api in Ox.List and Ox.Map 2012-04-04 09:06:55 +02:00
rolux
4871e4b13f allow for list preview to be opened externally 2012-04-04 00:34:31 +02:00
rolux
9bf755a10d TextList: allow for not passing sort by making the unique key, and its operator, the default 2012-04-02 23:07:50 +02:00
rlx
fb385a5e57 add BSD and UNIX logos 2012-03-27 09:18:01 +00:00
rlx
68ca199ae3 properly escape user names and list names 2012-02-22 10:14:25 +00:00
rlx
e4b60c83c2 update manage places / manage events 2012-02-20 18:31:45 +00:00
rlx
3007cafcae add 'select' option to editCell method of TextLists (helps fix #445) 2012-02-15 20:59:04 +00:00
rlx
e8b1362309 fix list calendar bugs 2012-01-30 23:27:27 +00:00
j
ed4f7f0c2d various focus/selection fixes 2012-01-27 23:58:44 +05:30
rolux
8097cc7812 Ox.getPositionById() -> Ox.getIndexById() 2012-01-04 13:41:05 +05:30
j
ac4dd51ed7 Only return Ox.Element if exactly one jquery element is return.
Fixes use of find, children
2011-12-29 15:40:08 +05:30
rlx
84e7e794f7 misc bugfixes 2011-12-23 09:54:20 +00:00
rolux
074902d079 form elements rewrite, part 2 2011-12-21 21:03:52 +05:30
rolux
c1c4441b10 update uses of focusInput() 2011-12-18 15:14:11 +05:30
rolux
137944a1a7 minor changes 2011-11-30 15:56:01 +01:00
rlx
01306dd5ae fix a regression that would affect adding, moving and removing list columns 2011-11-06 00:24:42 +00:00
rlx
5c7a19ac01 catch another global var 2011-11-06 00:19:27 +00:00
rlx
4348894ad1 catch one more global var 2011-11-05 18:05:14 +00:00
rlx
1deb616942 catch some global vars 2011-11-05 17:27:11 +00:00
rolux
56370aa0a7 'use strict'; 2011-11-05 17:46:53 +01:00
rlx
5a23d8936b fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array 2011-11-05 14:29:31 +00:00
rlx
2df5d05980 fix regressions introduced by garbage collection 2011-11-05 11:44:31 +00:00
j
dce2843303 use Ox.Log 2011-11-04 16:54:28 +01:00
rolux
094b1a59ec cleanup, again 2011-11-03 16:42:41 +01:00
rlx
bf9f14cf03 add titleImage option to TextList columns 2011-11-03 12:57:46 +00:00
rlx
0840d0b436 some fixed for text lists with column titles that are images 2011-11-02 19:47:19 +00:00
rlx
1720d2a184 add unified Ox.Layer object for dialogs and menus 2011-11-01 14:16:27 +00:00
rlx
188656bd99 add themed colored elements 2011-10-26 14:52:03 +00:00
rlx
6eef7c567b when setting a value of a text list cell, pass key, value _and all data_ to the format function 2011-10-22 14:55:13 +00:00
rlx
687db7d957 make ESC work when editing text list cells 2011-10-11 17:27:46 +00:00
rlx
718ec32e44 in listcalendar, cache formatted duration strings 2011-10-11 07:05:45 +00:00
rlx
527f75b009 slightly faster text list construction for cells that don't have tooltips; make calendar layout deterministic for events that have the same time span 2011-10-11 06:32:20 +00:00
rlx
efca832c76 some work on ListCalendar 2011-10-09 21:13:16 +00:00
rlx
f4c1f826bf add 'find in list' functionality to 'manage places' dialog 2011-10-03 09:52:30 +00:00
rlx
3965eed153 url controller updates, list bugfixes 2011-09-28 17:31:35 +00:00
rlx
ef1fa5fe84 some bugfixes 2011-09-17 11:49:29 +00:00
rolux
da9e5dbb29 fix event handlers and split panel resize event 2011-09-17 19:39:38 +02:00
rlx
a29d7e70ea when dragging columns, scroll list if needed 2011-09-09 11:37:14 +00:00
rlx
0ba258281f simpler text list column head elements, better column drag 2011-09-09 10:41:13 +00:00
rlx
2aa828c308 add keys option to text list to allow for additional keys to be requested, beyond the keys of the visible columns 2011-09-04 16:43:52 +00:00
rlx
63885b8c1b support drag and drop in text lists 2011-09-04 12:19:36 +00:00
rlx
6b0779fcab add formatColor() 2011-09-04 04:14:58 +00:00
rlx
be3b1d573d use new-style mouse events in Ox.List 2011-09-03 23:04:18 +00:00