Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stever occurring around 2013-01-08 23:46:17.
|
2013-01-19
| ||
| 20:29 | remove debugging output for sesssion testing check-in: a93b0712f3 user: stever tags: trunk | |
| 20:27 | better session management. app maintains global var state on browser refresh check-in: 000eaa9705 user: stever tags: trunk | |
| 19:23 | initial session -> interp management, interp is recreated on a browser refresh check-in: 5918cfcee2 user: stever tags: trunk | |
| 15:44 | disabled EVENT output on stdout via global var in server.tcl check-in: 60f4e72e7d user: stever tags: trunk | |
| 03:59 | change server to use new ws_send command that handles sending long messages to client check-in: 4dbaa99f0c user: stever tags: trunk | |
| 03:42 | added bind command, not working yet check-in: 8daf59eb75 user: stever tags: trunk | |
| 03:27 | change focus command to call widgets own _focus method check-in: c0c4065ab9 user: stever tags: trunk | |
| 03:11 | added focus command check-in: ac5e6f7912 user: stever tags: trunk | |
| 02:32 | fix color picker and tweak pallet size in sketch demo check-in: 38ed4c93d7 user: stever tags: trunk | |
| 02:31 | added a misc widget for rendering odd html form controls check-in: c03faab8f0 user: stever tags: trunk | |
| 00:13 | add back file upload demo and link creation demo check-in: b22459f214 user: stever tags: trunk | |
| 00:12 | speed up WebSockets recconect from 5 secs to .4 secs check-in: 867e95f73f user: stever tags: trunk | |
| 00:11 | remove WebSockets debugging line check-in: 3ddce90d7e user: stever tags: trunk | |
|
2013-01-18
| ||
| 23:45 | modify demo to work after refactoring commands check-in: 1df8d68c50 user: stever tags: trunk | |
| 20:28 | add file upload example to demo, modify server to save file as upload-the_filename check-in: 9b911eb983 user: stever tags: trunk | |
| 20:27 | enhanced WebSockets send proc to handle frames larger than 126 bytes check-in: dc0569b9cb user: stever tags: trunk | |
| 16:01 | decouple connection code so that WebSockets work without first requiring initial AJAX connection check-in: 02630ca04a user: stever tags: trunk | |
| 15:30 | reformat demo to reflect the concept of rendering the page view for MVC style apps check-in: ea0ef51845 user: stever tags: trunk | |
|
2013-01-17
| ||
| 13:42 | clean up debugging lines, reformat code blocks for readability check-in: 4f6fadd830 user: stever tags: trunk | |
| 13:41 | disable bg polling loop after upgrading connectin to WebSockets check-in: 9da8d541a8 user: stever tags: trunk | |
|
2013-01-16
| ||
| 22:02 | remove some debugging output for cleaner log on console output check-in: 4203b1f82a user: stever tags: trunk | |
| 21:53 | tweak server reponse console output to differentiate websocket responses check-in: b167328223 user: stever tags: trunk | |
| 21:37 | added WebSockets support, maintaining long polling as a fall back check-in: 4b8cd537bf user: stever tags: trunk | |
|
2013-01-08
| ||
| 23:46 | change tk textarea widget to text as it should be check-in: 5c95dd93e2 user: stever tags: trunk | |
| 23:46 | allow server to be started as a shell script check-in: fc779c28cf user: stever tags: trunk | |
| 22:59 | realized text.tcl is covered by textarea.tcl, fixing file/widget names check-in: eb9e805a5f user: stever tags: trunk | |
|
2013-01-06
| ||
| 18:25 | update jQuery from 1.7.2 to 1.8.3 check-in: b2b5101765 user: stever tags: trunk | |
| 17:53 | copy of jquery-min.js for offline use check-in: 07e37d1b56 user: stever tags: trunk | |
| 17:51 | include our own copy of jquery for working offline check-in: 95443d0296 user: stever tags: trunk | |
| 17:50 | modify server to take hostname and port on the command line check-in: 73815b5713 user: stever tags: trunk | |
| 17:18 | modify demo to show checkbox setting a label textvariable check-in: f24eb2edde user: stever tags: trunk | |
| 17:08 | re-layout the demo widgets for the calculator to be more sensible check-in: 4ffc33a476 user: stever tags: trunk | |
| 16:49 | fix combobox to change its selected value on variable change, tweak demo logic to show it working check-in: dd3273d5df user: stever tags: trunk | |
| 16:31 | enhance the demo a bit to show off the combobox features check-in: 049cea4bfc user: stever tags: trunk | |
| 16:09 | make all demo images 60x60px and two more images check-in: d48491bb10 user: stever tags: trunk | |
| 02:54 | updated the docs check-in: a7a18d0bf8 user: stever tags: trunk | |
| 02:44 | removed old help file check-in: 226d6cf029 user: stever tags: trunk | |
| 02:35 | add inline css to fixate the widgets so they dont move around by a few pixel when clicked check-in: 9b236b62c1 user: stever tags: trunk | |
|
2013-01-05
| ||
| 21:34 | refactor file locations, rename demos, update index.html docs for all files check-in: 2166e1723b user: stever tags: trunk | |
| 20:58 | completed the combobox widget including -variable support check-in: c6c85f1f92 user: stever tags: trunk | |
| 20:57 | button.tcl had code for entry widget, fixed check-in: 28dbd88036 user: stever tags: trunk | |
| 20:56 | properly split out entry widget code check-in: 559d51e512 user: stever tags: trunk | |
| 16:39 | disable httpd logging for now to eliminate errors due to missing logger extension check-in: 4f0fc503e4 user: stever tags: trunk | |
| 16:35 | add bgerror handler for debugging. Track and cancel sendany after events on terminated sockets check-in: dd84449a83 user: stever tags: trunk | |
| 16:31 | add server disconnect alert dialog to eliminate browser race check-in: b2ebefd5d1 user: stever tags: trunk | |
|
2012-12-13
| ||
| 03:24 | • New ticket [9ef22504a1] break out each widget into a separate file.. artifact: b8c944bef9 user: stever | |
|
2012-12-12
| ||
| 22:49 | added notes on how to run the wtk server using netbin64 check-in: 53a9adef04 user: stever tags: trunk | |
| 21:45 | • Edit [38928beea2b10fe7|38928beea2]: Edit check-in comment. artifact: 78e241e523 user: stever | |
| 21:35 | • Edit [efe43cae09c80d40|efe43cae09]: Change branch background color to "#fff0c0". artifact: 93cbd5f161 user: stever | |
| 21:12 | checkin netbin64 runtime vers 12-05-2012 check-in: b4870bc1a5 user: stever tags: trunk | |