Kovid Goyal
|
d218900b57
|
Remove unused header
v0.14.3
|
2019-07-29 09:45:02 +05:30 |
|
Kovid Goyal
|
cab949a939
|
Fix building with compilers that dont support __has_include
|
2019-07-29 09:44:05 +05:30 |
|
Kovid Goyal
|
e350822f5e
|
version 0.14.3
|
2019-07-29 09:29:50 +05:30 |
|
Kovid Goyal
|
3d6fe93297
|
DRYer
|
2019-07-29 09:23:29 +05:30 |
|
Kovid Goyal
|
3a5baf2722
|
Merge branch 'doc/mapping_shortcuts' of https://github.com/MagicDuck/kitty
|
2019-07-29 09:13:16 +05:30 |
|
Stephan Badragan
|
cdb472cb56
|
Adding documentation for how to map shortcuts
|
2019-07-28 15:53:44 -07:00 |
|
Kovid Goyal
|
e634350e77
|
Merge branch 'indentation' of https://github.com/Luflosi/kitty
|
2019-07-28 10:55:49 +05:30 |
|
Luflosi
|
464a6c1441
|
Fix indentation of bool variables in glfw/egl_context.h
Caused by fe62700825.
|
2019-07-28 00:23:17 -05:00 |
|
Kovid Goyal
|
d3750b2244
|
Merge branch 'glfw_reduce_difference' of https://github.com/Luflosi/kitty
|
2019-07-28 10:48:22 +05:30 |
|
Luflosi
|
b8d2b76ee4
|
Reduce the difference of glfw to upstream
|
2019-07-28 00:10:50 -05:00 |
|
Kovid Goyal
|
14fb7c3201
|
Merge branch 'glfw_fix_invalid_gamepad_axis_ranges' of https://github.com/Luflosi/kitty
|
2019-07-27 08:20:02 +05:30 |
|
Luflosi
|
922bc62e0e
|
GLFW: Fix invalid ranges for gamepad axis sources
From 9420e6f0d0.
|
2019-07-26 13:30:38 -05:00 |
|
Kovid Goyal
|
00cae4ccd1
|
Merge branch 'indentation' of https://github.com/Luflosi/kitty
|
2019-07-26 23:00:25 +05:30 |
|
Luflosi
|
61df266df7
|
Fix indentation of bool variables in glfw/internal.h
Caused by fe62700825.
|
2019-07-26 11:45:32 -05:00 |
|
Kovid Goyal
|
17751666f2
|
Merge branch 'glfw_documentation_work' of https://github.com/Luflosi/kitty
|
2019-07-26 12:04:32 +05:30 |
|
Luflosi
|
961b2c9b65
|
GLFW: Documentation work
From 3cf7645b96.
|
2019-07-25 23:07:00 -05:00 |
|
Kovid Goyal
|
eaf6f06047
|
Merge branch 'remove_empty_line' of https://github.com/Luflosi/kitty
|
2019-07-26 08:27:57 +05:30 |
|
Luflosi
|
d0ac218c05
|
Remove empty line
|
2019-07-25 20:41:08 -05:00 |
|
Kovid Goyal
|
1a01bc15d8
|
Merge branch 'more_modern_objective-c' of https://github.com/Luflosi/kitty
|
2019-07-26 06:06:58 +05:30 |
|
Luflosi
|
cdbe2f13ca
|
Cocoa: Move slightly towards modern Objective-C
Inspired by 9a9568212c.
|
2019-07-25 17:14:32 -05:00 |
|
Kovid Goyal
|
4f5264277e
|
Merge branch 'remove_space' of https://github.com/Luflosi/kitty
|
2019-07-25 22:12:28 +05:30 |
|
Luflosi
|
bed3adcc95
|
Remove space from cast in kitty/cocoa_window.m
All the other casts to `NSWindow` in this file have the same formatting.
|
2019-07-25 11:01:16 -05:00 |
|
Kovid Goyal
|
0c5d59bcf6
|
Merge branch 'move_dict_iter_define' of https://github.com/Luflosi/kitty
|
2019-07-25 10:13:58 +05:30 |
|
Luflosi
|
ff20acd8b8
|
Move #define dict_iter() closer to where it is used
|
2019-07-24 23:30:40 -05:00 |
|
Kovid Goyal
|
d1cffcde68
|
Merge branch 'one_less_monotonic' of https://github.com/Luflosi/kitty
|
2019-07-25 09:45:39 +05:30 |
|
Luflosi
|
546dd9b225
|
Remove unnecessary call to monotonic()
Assuming the call to `update_drag()` returns basically instantly, this call to `monotonic()` can be safely removed.
|
2019-07-24 23:12:50 -05:00 |
|
Kovid Goyal
|
2a666620c8
|
Merge branch 'autoreleasepool_comments' of https://github.com/Luflosi/kitty
|
2019-07-25 06:04:26 +05:30 |
|
Luflosi
|
db50985040
|
Format the @autoreleasepool blocks in kitty/cocoa_window.m like in GLFW
|
2019-07-24 18:03:40 -05:00 |
|
Kovid Goyal
|
8c6d593c41
|
Merge branch 'rename_cocoa_update_title' of https://github.com/Luflosi/kitty
|
2019-07-24 11:59:23 +05:30 |
|
Luflosi
|
40086c8d1c
|
Rename cocoa_update_title() -> cocoa_update_menu_bar_title()
I renamed `cocoa_update_title()` to `cocoa_update_menu_bar_title()` since that more accurately reflects what this function actually does.
|
2019-07-23 15:06:18 -05:00 |
|
Kovid Goyal
|
38f73b9f5e
|
Fix #1832
|
2019-07-23 13:31:09 +05:30 |
|
Kovid Goyal
|
49429b5f49
|
When zeroing memory, use type independent code
Reduces the potential for bugs
|
2019-07-23 10:54:10 +05:30 |
|
Kovid Goyal
|
d9f90ef077
|
Make qsort invocations type independent
|
2019-07-23 10:20:41 +05:30 |
|
Kovid Goyal
|
6a126fa18e
|
Fix a crash when displaying very large number of images
Fixes #1825
|
2019-07-23 10:18:09 +05:30 |
|
Kovid Goyal
|
14d703f5cc
|
Cleanup
|
2019-07-23 09:44:58 +05:30 |
|
Kovid Goyal
|
9850025f3a
|
Use image ids instead of pointers when removing images since pointer values are changed by the remove operation
|
2019-07-23 09:40:41 +05:30 |
|
Kovid Goyal
|
8daab0ba41
|
Change image internal_id type to id_type
|
2019-07-23 09:34:04 +05:30 |
|
Kovid Goyal
|
88f25ccc76
|
Also handle non-absolute paths being used for $EDITOR
|
2019-07-22 10:30:11 +05:30 |
|
Kovid Goyal
|
50e7351c73
|
When detecting the EDITOR from the environment, if the EDITOR env var is not present, try to read it from the shell's rc files by executing a login shell and dumping its environment
macOS makes it unreasonably hard to set system-wide environment
variables, so this hack might be useful there.
|
2019-07-22 09:29:55 +05:30 |
|
Kovid Goyal
|
51453a54e4
|
Merge branch 'remove_wgl_context' of https://github.com/Luflosi/kitty
|
2019-07-22 06:31:32 +05:30 |
|
Luflosi
|
c02ba03f39
|
Remove glfw/wgl_context.c and glfw/wgl_context.h
|
2019-07-21 15:03:39 -05:00 |
|
Kovid Goyal
|
78dec3d698
|
Merge branch 'fix_assertion' of https://github.com/Luflosi/kitty
|
2019-07-21 09:54:15 +05:30 |
|
Luflosi
|
1590c59131
|
Fix assertion for glfwSetGamma value
From 751c6f9a27.
|
2019-07-20 23:17:58 -05:00 |
|
Kovid Goyal
|
b26f79998a
|
Merge branch 'glfw_c_dialect_reminders' of https://github.com/Luflosi/kitty
|
2019-07-21 08:33:19 +05:30 |
|
Luflosi
|
489f3e6c9d
|
Add C dialect reminders to each glfw source file
Reduces the difference to upstream.
From 56aad76b16.
|
2019-07-20 21:07:27 -05:00 |
|
Kovid Goyal
|
5fef4726a7
|
Cocoa: Fix file-local function not declared static
From upstream: 062a1c22b5
|
2019-07-20 19:12:21 +05:30 |
|
Kovid Goyal
|
51fdb8200a
|
X11: Fix focus events not being filtered
From upstream: c6b95e3b07
|
2019-07-20 19:11:00 +05:30 |
|
Kovid Goyal
|
fb0d98ead1
|
Add more debugs to Wayland handleEvents()
|
2019-07-20 14:48:28 +05:30 |
|
Kovid Goyal
|
4096caba64
|
Cancel read if dispatch_pending fails
|
2019-07-20 14:32:57 +05:30 |
|
Kovid Goyal
|
38f77144fa
|
Wayland: dont abort the event handler early if there are no pending events from the compositor. This ensures that the tick callback and other event sources are dispatched.
|
2019-07-20 14:09:09 +05:30 |
|