index
:
platform/upstream/weston
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
linux_yocto
linux_yocto_build
sandbox/boram/weston170
sandbox/boram/weston180
sandbox/boram1288/weston30
sandbox/cyeon/devel
sandbox/elongbug/test
sandbox/imranzaman/multiseat
sandbox/imranzaman/multiseat6
sandbox/imranzaman/transform
sandbox/jbko/devel
sandbox/jihochu/5.0
sandbox/lsj119/devel
sandbox/mbachmann/devel
sandbox/mbachmann/ivi_xdg140
sandbox/mbachmann/tizen_embed
sandbox/mbachmann/tizen_greeter
sandbox/mbachmann/tizen_qa
sandbox/mbachmann/tizen_xdg-unminimize
sandbox/mbachmann/weston150_fullminimize
sandbox/mbachmann/weston150_ivi-shell
sandbox/mbachmann/weston150_qa
sandbox/mbachmann/weston160
sandbox/mbachmann/weston160_vanilla
sandbox/mbachmann/weston170
sandbox/nbozhenov/lto
sandbox/nguyomard/xdg_surface_needs_attention
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/pcoval/wip
sandbox/sdesneux/devel
sandbox/sdx/TC-1388
sandbox/sdx/weston17
sandbox/srk/android
sandbox/void/TC-1443
sandbox/xiaowei/5.0
splash
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Graphics System / Display Server;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
resizor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-18
clients: Remove the window / user parameters from the menu function
Jasper St. Pierre
1
-2
/
+1
2014-04-07
Make sure config.h is included before any system headers
Andrew Wedgbury
1
-0
/
+2
2014-01-17
resizor: Don't resize if maximized
Kristian Høgsberg
1
-5
/
+8
2013-10-23
terminal: Add context menu with new terminal/copy/paste
Kristian Høgsberg
1
-1
/
+2
2013-10-13
Rename frame_create and frame_set_child_size with a window_ prefix
Jason Ekstrand
1
-1
/
+1
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-3
/
+1
2013-08-07
clients: use xmalloc in more places
Brian Lovin
1
-3
/
+1
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-1
/
+1
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+2
2012-05-11
Update to new libxkbcommon API
Kristian Høgsberg
1
-7
/
+5
2012-05-10
resizor: More resizing
Kristian Høgsberg
1
-47
/
+87
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-1
/
+1
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-1
/
+1
2012-03-12
Add an option parser
Kristian Høgsberg
1
-1
/
+1
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+1
2012-01-19
window: menu leak fixes
Pekka Paalanen
1
-6
/
+2
2012-01-19
resizor: free the widget on destroy
Pekka Paalanen
1
-0
/
+1
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-17
/
+16
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-10
/
+3
2012-01-10
window: Allocate and flush the window surface in window.c
Kristian Høgsberg
1
-5
/
+1
2012-01-10
window: Drop the window widget
Kristian Høgsberg
1
-4
/
+4
2012-01-09
window: Move button handler to widget
Kristian Høgsberg
1
-3
/
+5
2012-01-06
window: Add a window menu
Kristian Høgsberg
1
-1
/
+8
2012-01-06
shell: Start implementing the popup surface type
Kristian Høgsberg
1
-3
/
+3
2011-12-22
resizor: add exit key and cleanups
Pekka Paalanen
1
-9
/
+35
2011-12-19
clients: Implement a toy-menu for testing the menu surface type
Kristian Høgsberg
1
-8
/
+8
2011-12-19
resizor: Use symbolic name for BTN_RIGHT
Kristian Høgsberg
1
-1
/
+2
2011-11-22
Never include wayland-util.h directly
Kristian Høgsberg
1
-1
/
+0
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
1
-1
/
+1
2011-09-19
window: Stop using glib mainloop in toy toolkit
Kristian Høgsberg
1
-1
/
+0
2011-08-29
window.c: Drop global handler argument
Kristian Høgsberg
1
-1
/
+1
2011-08-29
clients: Bring clients up to date
Kristian Høgsberg
1
-9
/
+14
2011-04-11
Merge remote-tracking branch 'bnf/surface-frame-event'
Kristian Høgsberg
1
-3
/
+4
2011-04-11
Define global handler on display creation
Tim Wiederhake
1
-1
/
+1
2011-03-17
Support per surface frame events
Benjamin Franzke
1
-3
/
+4
2011-01-23
remove unused variable
Tim Wiederhake
1
-1
/
+0
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-1
/
+36
2011-01-19
Pass input device and time in key_handler callback
Kristian Høgsberg
1
-2
/
+2
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-19
/
+14
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-2
/
+1
2010-12-16
Fix the resizor
Kristian Høgsberg
1
-34
/
+34
2010-12-16
Schedule frame callback in the redraw handler
Kristian Høgsberg
1
-5
/
+7
2010-12-16
Add window resize sample client
Kristian Høgsberg
1
-0
/
+204