commits

date

comment

65794
by sstchur
(2 downloads)
Mar 14
11:11 PM

gimme.ajax: update to allow request_json to execute callback for http status other than 200, but to pass the status code into the callback as a param
gimme.events: update capture_mouse to take an additional param, retargetToElement (true | false) which determines if descendants of the capturing element receive events
gimme.ext.add_event: add missing var

64995
by sstchur
(1 download)
Feb 7
5:18 PM

Address bug in Gimme's implementation of event capturing for IE6,7,8

64770
by sstchur
(4 downloads)
Jan 25
6:44 PM

avoid using "native" as a function name (as it is now a reserved word)

64707
by sstchur
(1 download)
Jan 20
10:03 PM

gimme.effects: add support for requestAnimationFrame and cancelAnimationFrame

64706
by sstchur
(2 downloads)
Jan 20
6:54 PM

gimme.ext.add_event: fix bug in Gimme's implementation of event capturing

64173
by sstchur
(4 downloads)
Dec 14 2011
7:01 PM

build.bat: updated to handle #includes
build.js: updated to support special "#" symbol, meaning that a dependency is #included
gimme.build: updated to specify #fetch, meaning that fetch is #included and the build script need not include it programmatically
gimme.ext.animate: updated to be more robust in its syntax
gimme.query.js: now #includes fetch so that fetch is not publically exposed

63857
by sstchur
(3 downloads)
Nov 17 2011
6:54 PM

gimme.style: Update to changeset 62638 to avoid unwanted scrollbars appearing in IE <= 7

63341
by sstchur
(0 downloads)
Oct 4 2011
4:59 PM

63265
by sstchur
(0 downloads)
Sep 30 2011
8:35 PM

A few updates to Gimme for Ben's work on SnR Map Wrapper

63214
by sstchur
(0 downloads)
Sep 27 2011
4:50 PM

62653
by sstchur
(1 download)
Aug 18 2011
4:04 PM

Update to get_guid in both Digory and Edmund branches to avoid a js error when obj is false-like

62638
by sstchur
(2 downloads)
Aug 17 2011
8:37 PM

gimme.core: update to getBoundingClientRectOffsets to account for Firefox border oddity
gimme.events: update to avoid Opera js error for capture_mouse

62637
by sstchur
(1 download)
Aug 17 2011
8:30 PM

gimme.event: Update to avoid js error in Opera for capture_mouse
gimme.style: Update to getBoundingClientRect to account for Firefox border oddity

60713
by sstchur
(5 downloads)
May 12 2011
6:01 PM

Tab/spacing & formatting updates

60712
by sstchur
(0 downloads)
May 12 2011
5:54 PM

Updates to fetch for both Digory and Edmund

58665
by sstchur
(5 downloads)
Mar 11 2011
9:38 PM

Rewrite of Fetch's CSS Parsing logic to fix a bug where incorrect results were returned from a selector string involving groups of complex selectors

56157
by sstchur
(3 downloads)
Dec 14 2010
11:26 PM

Add some comments

56156
by sstchur
(0 downloads)
Dec 14 2010
11:18 PM

Fix Gimme attribute selector bug in IE9

53227
by sstchur
(6 downloads)
Aug 18 2010
9:09 PM

Update dependency file

53226
by sstchur
(0 downloads)
Aug 18 2010
9:05 PM

Update build script:
Getting rid of Gimme.ver and instead using Gimme.toString. Also fixed where this gets written to the output js in the build script.

48254
by sstchur
(6 downloads)
Mar 18 2010
7:24 PM

build.bat: now supports true|false as the first param, which will be passed into build.js as /altsyntax true|false
build.js: now support specifying AltSyntax on or off via command line switch, /altsyntax true|false
gimme.effects: made Gimme.Effects.Storyboard.create a static method instead of an instance method
gimme.ext.scroll_to: fixed typo (Esing -> Easing)
demopage.html: updated to utilize new Gimme (Edmund) syntax
selectortest.html: update to utilize new Gimme (Edmund) syntax
page.css: minor tweaks

48216
by sstchur
(1 download)
Mar 17 2010
9:37 PM

gimme.effects: Syntax bug fixes
gimme.ext.bounce: Syntax bug fixes
gimme.ext.fade: Syntax bug fixes
test.html: Update to new syntax for public Gimme methods

46103
by sstchur
(9 downloads)
Jan 29 2010
11:53 PM

46100
by sstchur
(7 downloads)
Jan 29 2010
10:30 PM

46071
by sstchur
(9 downloads)
Jan 28 2010
6:24 PM