summaryrefslogtreecommitdiffstats
path: root/apps/ui
Commit message (Expand)AuthorAgeFilesLines
* color_utils cleanup:pkasting2016-03-071-4/+2
* Refactor ViewsDelegate singletonmohsen2015-06-101-1/+0
* Standardize usage of virtual/override/final specifiers in apps/.dcheng2014-12-221-18/+16
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-221-2/+2
* Replace OVERRIDE and FINAL with override and final in src/appsanand.ratn2014-10-091-15/+15
* Prevent frameless packaged apps from being resized to 0x0 on CrOSpkotwicz2014-09-231-1/+3
* Disables the maximize button for an app window with a maximum size and a cust...pkotwicz2014-09-222-5/+10
* Move native_app_window_views* to components/native_app_window and fixed up bu...oshima2014-09-182-608/+0
* Make CanResize and CanMaximize depend on shape (WidgetHasHitTestMask).jackhou2014-09-121-2/+3
* Update the maximize button when size constraints change.jackhou2014-09-112-0/+2
* Add AppWindow.setVisibleOnAllWorkspaces.jackhou2014-09-092-0/+5
* Revert "Add AppWindow.setVisibleOnAllWorkspaces." (https://codereview.chromiu...Nico Weber2014-09-082-5/+0
* Add AppWindow.setVisibleOnAllWorkspaces.jackhou2014-09-082-0/+5
* Move AppWindow to extensionshashimoto2014-08-294-102/+12
* Add AppDelegate::ResizeWebContentshashimoto2014-08-273-78/+0
* Remove chrome dependencies from app_window_api.cchashimoto2014-08-261-0/+9
* Use qualified path for grit/ui_strings.htfarina2014-08-252-2/+2
* Move NativeAppWindow to extensionshashimoto@chromium.org2014-08-205-108/+14
* Remove ui::SHOW_STATE_DETACHED and related thingstapted@chromium.org2014-08-193-9/+0
* Move apps::SizeConstraints to extensionshashimoto@chromium.org2014-08-191-2/+2
* Update support for alphaEnabled (transparent windows) APIgarykac@chromium.org2014-08-121-2/+1
* Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient.mgiuca@chromium.org2014-08-052-0/+85
* Add app.window.alphaEnabled() and onAlphaEnabledChanged.jackhou@chromium.org2014-07-183-4/+18
* Removes unnecessary views::Widget::InitParams::top_levelpkotwicz@chromium.org2014-05-221-1/+0
* views: Also const-ify GetMaximumSize().erg@chromium.org2014-05-214-4/+4
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-204-6/+6
* Remove RenderWidget::SetBackground, change IPC to pass a bool.danakj@chromium.org2014-05-131-7/+1
* Use light images in colored app frames, when the frame color is dark.benwells@chromium.org2014-05-102-14/+52
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-033-6/+3
* Support active / inactive frame colors for app window frames.benwells@chromium.org2014-05-015-12/+23
* Remove non USE_AURA code from views files.erg@chromium.org2014-04-251-5/+0
* Remove title and icon from chrome apps native style title bars.benwells@chromium.org2014-04-243-38/+47
* Revert 265598 "Remove title and icon from chrome apps native sty..."hashimoto@chromium.org2014-04-233-47/+38
* Remove title and icon from chrome apps native style title bars.benwells@chromium.org2014-04-233-38/+47
* More removal of GTK code.erg@chromium.org2014-04-151-5/+0
* Revert 262516 "Remove title and icon from chrome apps native style title bars."mgiuca@chromium.org2014-04-103-46/+38
* Remove title and icon from chrome apps native style title bars.benwells@chromium.org2014-04-083-38/+46
* Remove references to WebContentsView::SizeContents from chrome/ and app/erikchen@chromium.org2014-04-083-0/+85
* Fix draggable regions on for frame:none app windows on views.benwells@chromium.org2014-04-012-7/+11
* Linux: App windows with frame: chrome and no color are now native.mgiuca@chromium.org2014-03-282-26/+41
* Name widget members consistently in app window code.benwells@chromium.org2014-03-204-94/+69
* Set size constraints before native app window creationtmdiep@chromium.org2014-03-181-0/+4
* Implement setters for app window bounds APItmdiep@chromium.org2014-03-143-13/+9
* Create windows for new app window bounds APItmdiep@chromium.org2014-03-113-15/+14
* Fix inconsistencies in left/top of app window bounds for non-native windowstmdiep@chromium.org2014-03-041-1/+1
* Refactored app window size constraintstmdiep@chromium.org2014-02-283-11/+40
* Rename BaseNativeAppWindowViews and NativeAppWindowViewsjamescook@chromium.org2014-02-272-114/+113
* Add option to install an ephemeral app to the Windows jump list tmdiep@chromium.org2014-02-263-0/+7
* Extract Chrome-specific code from NativeAppWindowViewsjamescook@chromium.org2014-02-222-0/+595
* Add frame color option to packaged app windows.benwells@chromium.org2014-02-213-2/+12