264 Commits (8dacaaba1b0cae3f9a0d49867452ee14797ac4bd)

Author SHA1 Message Date
Scott Moreau 8dacaaba1b Animate transitions for zoom focus point change. 12 years ago
Kristian Høgsberg 54b1d2ca84 compositor: Don't remove surface->link in weston_surface_unmap() 12 years ago
Ander Conselvan de Oliveira 37ffc3c14b compositor: Track pointer image protocol change 12 years ago
Ander Conselvan de Oliveira 912f20b9b7 compositor: Fix crash when surface is map'd and unmap'd before repaint 12 years ago
Scott Moreau 94b0b0ce3d Increment frame_counter before calling animation->frame(). 12 years ago
Jonas Ådahl e3cddce5a6 shell: Virtual workspaces 12 years ago
Jonas Ådahl db7737609c compositor: Buffer all frame callbacks in 'weston_surface' 12 years ago
Scott Moreau e2949dba9b Remove weston_compositor_get_time() usage from animations. 12 years ago
Scott Moreau e6603981da Implement animated transitions for zoom in/out. 12 years ago
Scott Moreau befa65318a compositor: Update grab variable in notify_key() after binding handler. 12 years ago
Kristian Høgsberg 23cf9eb04f Refine the build id string 12 years ago
Pekka Paalanen 4e4167d3a0 compositor: log more EGL and GL info 12 years ago
Pekka Paalanen 1b3c1ea880 compositor: log module loading 12 years ago
Pekka Paalanen 7f4d1a3534 compositor: move uname log earlier 12 years ago
Pekka Paalanen bce4c2b1ca compositor: prettify program info in log 12 years ago
Martin Minarik f12c2879c6 compositor: Print uname information to log 12 years ago
Rafal Mielniczuk 6e0a7d82b7 compositor: change position of weston_log_file_open call 12 years ago
Scott Moreau d64cf21246 Add frame_counter to weston_animation. 12 years ago
Scott Moreau 9d1b1125fd Move animation_list to weston_output. 12 years ago
Kristian Høgsberg fc9c5e04fd log: Add some diagnostics to the log 12 years ago
Kristian Høgsberg a411c8b66c log: Print sha1 of HEAD and the date and time as the first thing in the log 12 years ago
Martin Minarik 6d11836721 Replace fprintf() by weston_log() 12 years ago
Martin Minarik 19e6f2693d Add logging functionality 12 years ago
Pekka Paalanen 3ab7269a9b compositor: return failure even if SEGV handler works v2 12 years ago
Kristian Høgsberg b2af93ef8c compositor: Drop weston_surface_to_global() 12 years ago
Kristian Høgsberg 9a050afc06 compositor: Emit destroy signal when we manually destroy a weston_surface 12 years ago
Scott Moreau 3f79d661a1 zoom: Convert wl_fixed_t directly into floats, to avoid truncation. 12 years ago
Pekka Paalanen bdc7cd06d1 compositor: fix a crash on missing keyboard device 12 years ago
Pekka Paalanen 78a0b57e57 compositor: print a clear message when XDG_RUNTIME_DIR is not set 12 years ago
Pekka Paalanen 1da1b8f3f1 Rewrite shm buffer file allocation v2 12 years ago
Kristian Høgsberg 9892a62b45 compositor: Remove left-over 'bright' shader uniform 12 years ago
Kristian Høgsberg 361039820b compositor: Drop brightness and saturation features in the shader 12 years ago
Kristian Høgsberg 4e99ac4f20 compositor: Set pointer->current before calling focus handler 12 years ago
Scott Moreau ae71220fc9 Convert text cursor position protocol to use fixed types. 12 years ago
Daniel Stone bbf63bf92c Fix inverted LEDs 12 years ago
Daniel Stone e9e92d2ad7 Fix sessions with no active input devices 12 years ago
Kristian Høgsberg a7ceafff9c compositor: Add a clipboard manager 12 years ago
Daniel Stone b7452fe313 Add support for wl_keyboard::keymap events 12 years ago
Daniel Stone e2ef43aa0e Parse XKB config options in weston_compositor_init 12 years ago
Daniel Stone c1be8e59de Pass config_file through to weston_compositor_init 12 years ago
Daniel Stone baf4359285 Pass argc and argv through to weston_compositor_init 12 years ago
Daniel Stone 8db796947f Fix binding modifier lookup 12 years ago
Daniel Stone bb1df6a7c1 Add keymap argument to weston_seat_init_keyboard 12 years ago
Daniel Stone d65b909778 Move keymaps to weston_seat 12 years ago
Daniel Stone e379da9532 Separate out weston_xkb_info struct 12 years ago
Daniel Stone 9a9ee2c779 Split XKB keymap compilation out into separate function 12 years ago
Daniel Stone 74419a2237 Split weston_seat_init up into pointer/keyboard/touch 12 years ago
Daniel Stone 2fce4028d6 Convert wl_pointer::axis to wl_fixed_t 12 years ago
Daniel Stone 0c1e46eb18 Use wl_fixed_t for axis bindings 12 years ago
Daniel Stone 325fc2d53a Split bindings into separate key/button/axis bindings 12 years ago