aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
Commit message (Expand)AuthorAge
* Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/...Gravatar commit-bot@chromium.org2013-07-23
* Make implicit cast explicit to fix r9807 on gcc.Gravatar bungeman@google.com2013-06-28
* Minimal changes for SampleApp to eb HiDPI aware on Mac.Gravatar bungeman@google.com2013-06-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-20
* Fix shift detection in views on X.Gravatar bungeman@google.com2013-06-19
* post Expose event when we see an invalGravatar reed@google.com2013-06-19
* Smallest possible desktop application that uses Skia to render stuff.Gravatar commit-bot@chromium.org2013-06-18
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-18
* use select() so we can wait for XEvents or our timerGravatar reed@google.com2013-06-17
* speculative fix in TransitionView. don't validate after detachFromParent (we ...Gravatar reed@google.com2013-06-14
* fix warning related to && and || and parensGravatar reed@google.com2013-06-13
* add validate to SkView for debuggingGravatar reed@google.com2013-06-13
* Fix a bug in SkTextBox.Gravatar scroggo@google.com2013-04-24
* Fix gyp files to allow ninja to build 64 bit on Mac.Gravatar commit-bot@chromium.org2013-04-22
* Remove deprecated/obsolete Makefiles.Gravatar tfarina@chromium.org2013-04-17
* Enable init'ed but unused var warning on windows for closer parity with mac/l...Gravatar bsalomon@google.com2013-03-21
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* Fix GDI device context leak.Gravatar bungeman@google.com2013-03-12
* Removed unused parametersGravatar sugoi@google.com2013-03-12
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Make SkOSWindow return the sample count and stencil bit count for its GL cont...Gravatar bsalomon@google.com2013-03-05
* Unify wgl context creation.Gravatar bsalomon@google.com2013-03-05
* Add commented out code to create a core profile on windows.Gravatar bsalomon@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Fix SampleApp ANGLE mode.Gravatar bsalomon@google.com2013-01-24
* fix iOS build after adding modifierKeys to click eventsGravatar reed@google.com2013-01-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-09
* translate modifier keys for xeventsGravatar reed@google.com2013-01-08
* fix linux buildGravatar reed@google.com2013-01-08
* fix win buildGravatar reed@google.com2013-01-08
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Fix SampleApp busted images with --picture on windows.Gravatar bsalomon@google.com2012-12-17
* Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years.Gravatar tfarina@chromium.org2012-10-12
* Fixed canvas creation in SampleAppGravatar robertphillips@google.com2012-10-02
* retool so we don't need to call SkCanvas::setDeviceGravatar reed@google.com2012-10-01
* fix win-only change (canvas -> rasterCanvas)Gravatar reed@google.com2012-09-27
* doh(2) fix the other typoGravatar reed@google.com2012-09-27
* eliminate (unused) extra param to update(), and thereby remove (bad bad bad) ...Gravatar reed@google.com2012-09-27
* Remove deprecated SkOSWindow_wxwidgets.hGravatar tfarina@chromium.org2012-09-27
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* Remove SkListWidget.cpp, which has not been compiled for 18 monthsGravatar epoger@google.com2012-09-25
* Delete SkListView.cpp, which has been #ifdef'ed out for 4+ yearsGravatar epoger@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Restore line breaking in SkTextBox.Gravatar bungeman@google.com2012-09-06
* Fix ANGLE buildGravatar borenet@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16