Commit Graph

  • ce07e12c9e Merge remote branch 'upstream/master' Ivan De Marino 2011-04-07 10:19:12 +01:00
  • 6e485df72a added example for waitFor function Gabor Torok 2011-04-04 15:24:50 -07:00
  • 3a7aad798e Remove setObjectName as we don't need it IceArmy 2011-04-01 20:50:51 -07:00
  • e0b869ab35 Regenerated resources, and compressed them IceArmy 2011-04-01 16:48:56 -07:00
  • e52b422e3c Added phantom.clipRect to be able to control the dimensions of the output - There's 4 values: width, height, top, and left - You can read it by, i.e. phantom.clipRect['width'] - You can set it by, phantom.clipRect = {width: 400, height:300, ...} IceArmy 2011-04-01 13:37:12 -07:00
  • 6888877aad In setClipRect, remove top and left positive only limits IceArmy 2011-04-01 13:21:35 -07:00
  • 240e6a2c4a Stop trashing CPU on sleep's infinite loop IceArmy 2011-03-31 21:36:44 -07:00
  • f08e4faeed Renamed some variables to get around predefined keywords IceArmy 2011-03-30 16:32:03 -07:00
  • 87a337f6df Merge branch 'master' of https://github.com/wouterdebie/phantomjs into wouterdebie-master Ariya Hidayat 2011-03-30 08:13:53 -07:00
  • 3efc6a5ddf General improvements IceArmy 2011-03-30 05:02:16 -07:00
  • fd8fa690c4 Update usage message IceArmy 2011-03-30 00:46:21 -07:00
  • 2a84536d95 Match coding style Wouter de Bie 2011-03-30 08:18:47 +02:00
  • e57adfe0b6 Issue 17: Make paper size for the PDF export specifiable IceArmy 2011-03-29 22:54:07 -07:00
  • 4926841be1 Specify js or coffee in usage message IceArmy 2011-03-29 22:53:23 -07:00
  • affdd9b245 Don't copy buffers, but translate the QPainter instead when clipping Wouter de Bie 2011-03-29 21:01:40 +02:00
  • f96d113302 Renamed clipSize() to clipRect() Wouter de Bie 2011-03-29 20:09:45 +02:00
  • 7531b3311c Renamed renderSize() to clipSize() and fixed a bug Wouter de Bie 2011-03-29 20:06:12 +02:00
  • 2fe2e696ee Modified phantom.renderSize() to allow top and left parameters Wouter de Bie 2011-03-29 13:30:40 +02:00
  • 3e939febd4 Added phantom.renderSize() to be able to control the dimensions of the output Wouter de Bie 2011-03-29 08:39:58 +02:00
  • 8ac4a7962b Separated the "usage" instructions in a text file, embedded as "resource". Ivan De Marino 2011-03-24 22:43:49 +00:00
  • f86bc38bc1 Separated the "usage" instructions in a text file, embedded as "resource". Ivan De Marino 2011-03-24 22:43:49 +00:00
  • 23cfad71fa Merge remote-tracking branch 'upstream/master' Ivan De Marino 2011-03-24 22:00:53 +00:00
  • 2182d8e54b Add icon files for Windows and OS/2. Ariya Hidayat 2011-03-18 23:40:40 -07:00
  • 1a4af0a5d0 Merge branch 'Issue_17' of https://github.com/aportale/phantomjs into aportale-Issue_17 Ariya Hidayat 2011-03-18 22:18:04 -07:00
  • 62d798ddf8 Amend copyright date IceArmy 2011-03-18 14:35:23 -07:00
  • fbb524e629 Issue 17: Make paper size for the PDF export specifiable Alessandro Portale 2011-03-18 10:26:45 +01:00
  • 162aacdc7e Remove 2 variables from main QString() variable declaration list, as they're assigned a value not long afterward IceArmy 2011-03-17 00:16:21 -07:00
  • 198c13d195 - Migrated from Qt's QFile() method of opening files to Python's open() - Speed test shows that open() is faster at the core - Fixed subtle bug where loadScript's filename identifier for the cache was not always the same (thereby not loading the cached copy) IceArmy 2011-03-16 22:24:04 -07:00
  • 55c7a4f620 Change if in chooseFile to be 'if tag in tagList' instead of 'if tagList.get(tag)' Cache scripts using phantom.loadScript. Not much speed improvement, but when you're loading a coffee script, there is a huge speed improvement as the converted script is already cached and doesn't need to be re-compiled. Revert phantom.render (function is supposed to return true on success!) IceArmy 2011-03-16 17:17:51 -07:00
  • ac39de6efa Remove -u option Fixed help message to show "tag:file" and not just "file" IceArmy 2011-03-16 00:53:36 -07:00
  • a731e6c4d7 Added Python PhantomJS project IceArmy 2011-03-15 22:18:01 -07:00
  • 3b4163521f Merge remote-tracking branch 'upstream/master' Ivan De Marino 2011-03-14 22:53:27 +00:00
  • a7a1322ea1 Fixed issue #19: option for setting the proxy. Ariya Hidayat 2011-03-13 21:35:05 -07:00
  • 28929a3069 follow.coffee: CoffeeScript version of follow.js. Ariya Hidayat 2011-03-12 10:45:56 -08:00
  • f32c232cb0 follow.js: Adding lojjic. Ariya Hidayat 2011-03-12 10:20:04 -08:00
  • 1df1bc9590 follow.js: Find the number of twitter following and followers. Ariya Hidayat 2011-03-10 21:43:37 -08:00
  • 6ad3352519 Minor tweaks for qDebug messages Ivan De Marino 2011-03-04 10:13:32 +00:00
  • 158362ed16 Start to implement support for CoffeeScript. Ariya Hidayat 2011-03-02 00:41:23 -08:00
  • 3e60ae6b9b Show tweets from SenchaInc instead. Ariya Hidayat 2011-03-02 00:56:56 -08:00
  • 25cf54784f Added "phantom.loadJs" and "phantom.includeJs", plus more "qDebug" usage Ivan De Marino 2011-03-01 18:16:44 +00:00
  • ee1c5afc32 Merge branch 'master' of https://github.com/detro/phantomjs Ivan De Marino 2011-03-01 12:09:12 +00:00
  • 8951859a53 Added "phantom.simulateMouseClick" and other minors for debugging. Ivan De Marino 2011-03-01 12:09:03 +00:00
  • 9c74adeeca Enhanced the "usage" message and fixed misdocumented behaviour of "--load-plugins" Ivan De Marino 2011-02-28 23:17:59 +00:00
  • 378406b89d Support for rasterizing as GIF image. Ariya Hidayat 2011-02-19 22:07:22 -08:00
  • e15834522d colorwheel.js: Example on using Canvas to produce the color wheel. Ariya Hidayat 2011-02-17 00:34:50 -08:00
  • de8a2ca270 Update ChangeLog. Ariya Hidayat 2011-02-13 22:49:35 -08:00
  • 84a594112e Allow plugins loading (by default, plugins are not loaded). Ariya Hidayat 2011-02-13 22:44:00 -08:00
  • f827d88818 Allow disabling the loading of images. Ariya Hidayat 2011-02-13 21:29:58 -08:00
  • 799fa0b210 Hide command-line options from the script. Ariya Hidayat 2011-02-13 20:41:59 -08:00
  • bc6792769b Coding style fixes. Ariya Hidayat 2011-02-13 11:38:09 -08:00
  • 5a7f742c11 File Uploads pass --upload-file fileTag=/path/to/file as an argument and set the file of <input type="file" id="foo"/> by calling phantom.setFormInputFile(document.getElementById('foo'), 'fileTag'); Matthias 2011-02-06 19:55:04 +01:00
  • e4a374185b Comment out shebang Matthias 2011-02-06 13:53:30 +01:00
  • 9eb2dfb505 Really make it compile with Qt 4.6. Ariya Hidayat 2011-01-29 19:17:10 -08:00
  • 4baf0269ba Make it compile with Qt 4.6. Ariya Hidayat 2011-01-29 19:13:19 -08:00
  • 6e4aeb1077 Bump version. Ariya Hidayat 2011-01-29 19:07:35 -08:00
  • 7196fb7d5c Update the change log. Ariya Hidayat 2011-01-28 23:19:14 -08:00
  • dd0ed7facd Merge branch 'master' of https://github.com/mattn/phantomjs Ariya Hidayat 2011-01-28 23:08:49 -08:00
  • 32c5f02f2b QUnit driver should not print the status multiple times. Ariya Hidayat 2011-01-28 08:24:11 -08:00
  • ee54806abc load script as utf-8 encoding. mattn 2011-01-28 20:04:00 +09:00
  • c0398f3fd7 use setUseSystemConfiguration(true). mattn 2011-01-28 20:02:54 +09:00
  • 4de99130c5 Add driver for running QUnit test suite. Ariya Hidayat 2011-01-27 08:52:21 -08:00
  • 0faca2649e Fix coding style. Ariya Hidayat 2011-01-27 16:51:43 -08:00
  • 6bb2f1b4a1 phantomjs: Allow PhantomJS to build with Qt 4.5 which is available for Cygwin. [jddalton] jdalton 2011-01-27 18:53:51 -05:00
  • d14be77e56 Issue 20: JPG transparent colour is black. Alessandro Portale 2011-01-27 16:54:46 +01:00
  • a8280b1eaf Fix wrong markdown. Ariya Hidayat 2011-01-25 19:17:26 -08:00
  • 8c655388aa Mention the announcement blog post. Ariya Hidayat 2011-01-25 19:13:40 -08:00
  • 75506e37a5 Add ChangeLog. 1.0.0 1.0 Ariya Hidayat 2011-01-17 02:17:42 -08:00
  • 7f9e03ffad Change phantom.arguments to phantom.args. Ariya Hidayat 2011-01-14 22:24:47 -08:00
  • 32701e9bba Avoid crash with post-exit page loading. Alessandro Portale 2011-01-09 22:16:28 +01:00
  • bb5cbd63a1 Slightly more verbose README. Ariya Hidayat 2011-01-02 12:21:14 -08:00
  • 4113063283 direction.js: Fix the logic and simplify the extraction. Ariya Hidayat 2011-01-02 10:39:50 -08:00
  • 5b9d091585 Recognize PDF in phantom.render function. Ariya Hidayat 2011-01-01 20:18:39 -08:00
  • 2c4adf746f Clarify the features supported natively. Ariya Hidayat 2011-01-01 08:44:25 -08:00
  • 3a0d0886b6 Provide an API to get PhantomJS version. Ariya Hidayat 2011-01-01 08:28:38 -08:00
  • 0110913c1f Fix the logic structure in the weather example. Ariya Hidayat 2010-12-31 22:17:51 -08:00
  • 04cc4193ca Change phantom.storage to phantom.state. Ariya Hidayat 2010-12-31 22:09:02 -08:00
  • 6979a02837 JavaScript alert() prints the message to stdout. Ariya Hidayat 2010-12-31 20:23:55 -08:00
  • 24d433ea13 Remove phantom.log, just use the de-facto console.log for logging. Ariya Hidayat 2010-12-31 20:10:34 -08:00
  • a2bec750cd technews.js: Snap Google News Sci/Tech as image. Ariya Hidayat 2010-12-31 19:35:38 -08:00
  • c5de293368 rasterize.js: Rasterize HTML/XML/SVG document to an image. Ariya Hidayat 2010-12-31 18:27:15 -08:00
  • 37d67f0395 Readd the render() function to render the web page to an image. Ariya Hidayat 2010-12-31 17:07:25 -08:00
  • a75e67a041 run-jasmine.js: Drive Jasmine-based tests. Ariya Hidayat 2010-12-31 17:05:36 -08:00
  • ad252166d7 Flattened frame and invisible scroll bars are better in headless. Ariya Hidayat 2010-12-31 09:20:19 -08:00
  • 069cf546f6 New property 'viewportSize' to read and modify the viewport size. Ariya Hidayat 2010-12-31 09:11:02 -08:00
  • 570eee099e Remove unused declarations. Ariya Hidayat 2010-12-31 08:50:55 -08:00
  • b2d8eca8c4 direction.js: Get driving direction using Google Maps Directions API. Ariya Hidayat 2010-12-29 23:50:14 -08:00
  • a580dcfaa2 Remove unfinished (and thus, useless) support for Web Inspector. Ariya Hidayat 2010-12-30 00:12:09 -08:00
  • 4df6976427 movies.js: List movies from kids-in-mind.com. Ariya Hidayat 2010-12-28 21:15:36 -08:00
  • d528b30ae6 seasonfood.js: List seasonal food from BBC GoodFood. Ariya Hidayat 2010-12-28 20:26:39 -08:00
  • d5b905a8ee ipgeocode.js: JSONP example with IP geocoding. Ariya Hidayat 2010-12-28 00:09:50 -08:00
  • 88d6794065 Start with an empty but sensible document.body object. Ariya Hidayat 2010-12-28 00:05:50 -08:00
  • 1e32c58a77 Mention supported platforms. Ariya Hidayat 2010-12-27 22:59:36 -08:00
  • fa93d5f6dd Link the new wiki page. Ariya Hidayat 2010-12-27 22:57:57 -08:00
  • bcfcdea810 weather.js: Weather forecast from Google. Ariya Hidayat 2010-12-27 22:39:12 -08:00
  • 2153e5ebea fibo.js: Fibonacci sequence Ariya Hidayat 2010-12-27 22:04:04 -08:00
  • 243dc0f82c Console output on Windows Alessandro Portale 2010-12-28 00:26:22 +01:00
  • bb355db6c4 Use the timer based exit. Alessandro Portale 2010-12-28 00:26:08 +01:00
  • e5062741a7 Fix markers in the README. Ariya Hidayat 2010-12-27 00:23:30 -08:00
  • 979dff06df Simplify the README. Ariya Hidayat 2010-12-27 00:22:04 -08:00
  • 03297410cd Attach the icon the application main widget. Ariya Hidayat 2010-12-26 23:56:44 -08:00