summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-203-4/+5
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...xji@chromium.org2011-12-198-2/+8
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-188-40/+88
* Do not use ui::GetCharacterFromXEvent when Control is pressed.yusukes@chromium.org2011-12-172-4/+7
* Made wallpaper smaller.saintlou@chromium.org2011-12-171-11/+5
* As per UX request this CL is changing the background for Aura. Note that this...saintlou@chromium.org2011-12-161-5/+11
* Add utility function to wrap a paragraph of text.asvitkine@chromium.org2011-12-153-0/+441
* Fix |ElideText()| to handle UTF16 surrogate pairs correctly.asvitkine@chromium.org2011-12-152-26/+115
* CMT can now generate motion events w/ valuators instead of a sequence of butt...davemoore@chromium.org2011-12-153-11/+170
* GTK: Prune out GetPixbufNamed() and move callers to the cross platform GetIma...erg@chromium.org2011-12-141-1/+0
* GTK: Remove the one user of GetRTLEnabledSurfaceNamed() and move it over to R...erg@chromium.org2011-12-132-0/+7
* Change signature of |ui::ElideText()|. Add a truncate mode.asvitkine@chromium.org2011-12-123-28/+66
* Consolidate two very similar functions; ui::WindowsKeyCodeForGdkKeyCode and u...yusukes@chromium.org2011-12-122-373/+16
* Refactor window frame painting into a window background classjamescook@chromium.org2011-12-101-1/+3
* GTK: Remove deprecated methods and replace them with the new standard calls.erg@chromium.org2011-12-101-0/+20
* Release slotId of TouchEvent when USE_XI2_MT definedaofdwsl@gmail.com2011-12-091-2/+8
* Move CreateFakeXEvent to x11_util.{h,cc}.mazda@chromium.org2011-12-082-0/+67
* Rename ui::DefaultSymbolFromXEvent to ui::GetCharacterFromXEvent following su...yusukes@chromium.org2011-12-084-5/+6
* Make Clipboard::FormatType an opaque handle type.dcheng@chromium.org2011-12-079-218/+430
* Convert keysym to keycode for modifiersoshima@chromium.org2011-12-071-2/+4
* aura-x11: Add support for xmodmap'ed pointer buttons.sadrul@chromium.org2011-12-074-12/+78
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-072-5/+2
* views: Add an Options enum to MessageBoxView control.tfarina@chromium.org2011-12-072-54/+21
* Enable RenderViewImplTest.{OnHandleKeyboardEvent,InsertCharacters} for Aura o...mazda@chromium.org2011-12-071-0/+21
* Rename Desktop->RootWindow.ben@chromium.org2011-12-071-3/+3
* Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ...ben@chromium.org2011-12-062-5/+0
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-062-0/+5
* IME (input method editor) support for Aura, part 1 of 3: Add ui/base/ime/ cla...yusukes@chromium.org2011-12-069-1/+1672
* Scroll by 3 pixels if sent from touchpaddavemoore@chromium.org2011-12-051-0/+6
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-057-9/+112
* Revert 113040 - Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-056-101/+6
* Enable custom MIME types in web copy/paste.dcheng@chromium.org2011-12-056-6/+101
* Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-057-16/+35
* Helpers to pickle custom data for web copy/paste and drag/drop.dcheng@chromium.org2011-12-053-0/+339
* Revert 112986 - Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-057-37/+15
* Implement Clipboard::ReadData and Clipboard::WriteData for Mac.dcheng@chromium.org2011-12-057-15/+37
* Add glue for supporting custom MIME types in DataTransfer.dcheng@chromium.org2011-12-045-0/+32
* Adds back BookmarkNode::IsVisible. Turns out we want to conditionallysky@chromium.org2011-12-032-4/+74
* Enable GL_CHROMIUM_post_sub_buffer for osmesabacker@chromium.org2011-12-022-19/+56
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-012-74/+4
* Implement Accelerator::GetShortcutText for non-Windows Aura.mazda@chromium.org2011-12-011-0/+9
* aura: Turn XInput2 back on.sadrul@chromium.org2011-12-011-2/+20
* GTK: Port RenderWidgetHostViewGtk to latest GTKrobert.bradford@intel.com2011-12-011-0/+18
* GTK: Port to gdk_x11_window_lookup_for_displayrobert.bradford@intel.com2011-11-303-2/+34
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-302-0/+15
* GTK: Port ui/base/gtk to use avoid deprecated API and accessorsrobert.bradford@intel.com2011-11-294-44/+51
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-293-18/+16
* Some code cleanup.sadrul@chromium.org2011-11-291-5/+5
* Fix a typo in r111357: use USE_XI2_MT instead of USE_XI_MTsadrul@chromium.org2011-11-291-1/+1
* Misc ui/base/text_elider cleanup.asvitkine@chromium.org2011-11-282-12/+14