401 Commits (546c856ade4908ccd2e3a1d9bbd1633f3fb52194)

Author SHA1 Message Date
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
Daniel Stone 878f0b77a8 Convert notify_axis to wl_fixed_t 12 years ago
Daniel Stone 4dab5dba3f Use compositor->seat_list instead of a singular seat 12 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 12 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 12 years ago
Daniel Stone 8c8164faeb Add core LED handling 12 years ago
Daniel Stone e3f15edc2f Do binding modifier lookup on XKB state, not physical keys 12 years ago
Daniel Stone 994679a20e Move xkb_state object to weston_seat 12 years ago
Daniel Stone 496ca17a77 Convert Weston modifier #defines to an enum 12 years ago
Daniel Stone 351eb61fbc Support wl_keyboard::modifiers event 12 years ago
Daniel Stone 7ace3902f9 Update XKB state in update_modifier_state 12 years ago
Daniel Stone 17b13bd89f Update pointer and keyboard focus on new listeners 12 years ago
Pekka Paalanen 200019c0c6 compositor: check for execinfo.h 12 years ago
Pekka Paalanen 51aaf646db compositor: work around missing SOCK_CLOEXEC 12 years ago