twinaphex
|
fa5ef2e750
|
Simplify menu_list_get_entry
|
2015-05-07 10:15:33 +02:00 |
|
twinaphex
|
f9713ab764
|
Create menu_list_entry_is_currently_selected
|
2015-05-07 09:56:11 +02:00 |
|
twinaphex
|
f171be5fb6
|
Use menu_list_get_entry directly
|
2015-05-07 09:39:04 +02:00 |
|
twinaphex
|
a13442625b
|
Cleanups
|
2015-05-07 04:37:46 +02:00 |
|
twinaphex
|
bcab96bb77
|
(Menu) Simplify menu_display_setting_label
|
2015-05-07 04:28:57 +02:00 |
|
Twinaphex
|
f3a7252ea8
|
(Menu) Update function
|
2015-05-05 22:21:38 +02:00 |
|
twinaphex
|
e494165513
|
Change menu_display_setting_label
|
2015-05-05 21:35:25 +02:00 |
|
twinaphex
|
89b313da0c
|
(GLUI/XMB) Use menu_display_setting_label too
|
2015-05-05 20:09:29 +02:00 |
|
twinaphex
|
06aa0126ab
|
(GLUI) Use menu_display_setting_label
|
2015-05-05 19:52:38 +02:00 |
|
twinaphex
|
ad0440a343
|
(GLUI) Use menu_display_update_pending (why are we flagging
framebuffer dirty here BTW? GLUI doesn't use the framebuffer)
|
2015-05-04 09:22:29 +02:00 |
|
Higor Eurípedes
|
04bb18e24d
|
(GLUI) Use default font when video.font_enable is false
|
2015-05-02 21:59:51 -03:00 |
|
twinaphex
|
5e5453488f
|
(Android) Move thread state to android_app
|
2015-05-01 17:25:26 +02:00 |
|
Higor Eurípedes
|
0bccda75fa
|
(GLUI) Cleanups
|
2015-05-01 09:38:04 -03:00 |
|
Higor Eurípedes
|
9eefa4eaca
|
(GLUI) Use the new main font functions
|
2015-05-01 09:02:03 -03:00 |
|
twinaphex
|
5aa422885f
|
(GLUI) Remove dependency on gl_common.h
|
2015-04-27 05:07:11 +02:00 |
|
twinaphex
|
015ce797f9
|
(Menu) Cleanups
|
2015-04-27 05:00:07 +02:00 |
|
twinaphex
|
b97e880c01
|
(Menu) Create gl_menu_frame_background
|
2015-04-27 04:37:45 +02:00 |
|
twinaphex
|
d6ca2b7e57
|
(Menu) Create menu_gl_draw_frame
|
2015-04-27 03:37:04 +02:00 |
|
twinaphex
|
17515d66ed
|
Create menu_display_unset_viewport
|
2015-04-26 18:08:17 +02:00 |
|
twinaphex
|
d3dba0edc2
|
Create menu_display_set_viewport
|
2015-04-26 16:46:56 +02:00 |
|
twinaphex
|
f0d9506a17
|
(GLUI) Get rid of unneeded gl_t usage
|
2015-04-26 06:18:58 +02:00 |
|
Twinaphex
|
0353d596df
|
(GLUI) Get rid of unused variable
|
2015-04-26 05:22:57 +02:00 |
|
twinaphex
|
b6fbf5a335
|
(Menu) Start getting rid of gl->win_width/gl->win_height and start
creating global->video_data.width and global->video_data.height
which should be used instead in menu drivers
|
2015-04-26 05:21:43 +02:00 |
|
twinaphex
|
e1b1cdfeb6
|
(GLUI) Restore background when doing context reset
|
2015-04-25 06:03:26 +02:00 |
|
twinaphex
|
a2806aeba0
|
(GLUI) Only call gl->shader->use once per glui_frame call
|
2015-04-25 02:40:51 +02:00 |
|
Twinaphex
|
642c5d4557
|
Merge pull request #1657 from heuripedes/master
(GLUI) Flush list_block earlier
|
2015-04-25 01:10:14 +02:00 |
|
twinaphex
|
4907d55160
|
(GLUI) Cleanup
|
2015-04-25 00:54:17 +02:00 |
|
Higor Eurípedes
|
ee0ad2c165
|
(GLUI) Flush list_block earlier
|
2015-04-24 19:45:25 -03:00 |
|
twinaphex
|
44a8b8bcd3
|
Move font_handle and font_driver ot the driver struct
|
2015-04-25 00:32:01 +02:00 |
|
twinaphex
|
a79511e27f
|
Simplify menu_display_font_flush_block
|
2015-04-24 23:28:25 +02:00 |
|
twinaphex
|
86958c4117
|
(menu_display.c) Wrap bind_block and flush_block calls
|
2015-04-24 23:22:47 +02:00 |
|
twinaphex
|
b10ce11ad3
|
Move font variables to menu_handle_t
|
2015-04-24 23:06:04 +02:00 |
|
twinaphex
|
fa30933b87
|
(GLUI) Fixes OSD fonts not showing up - next problem - the top
and bottom 'bars' are 'transparent' - they should instead be solid
color filled
|
2015-04-24 22:49:05 +02:00 |
|
twinaphex
|
d9bf8a35ec
|
(GLUI) Cleanups
|
2015-04-24 22:46:19 +02:00 |
|
twinaphex
|
c5c4f736bd
|
(GLUI) Cleanups
|
2015-04-24 22:17:08 +02:00 |
|
twinaphex
|
f2c0874521
|
(Menu) Create menu_display_font_init_first
|
2015-04-24 22:01:33 +02:00 |
|
twinaphex
|
e2bea7ad9b
|
(GLUI) Fix corrupt fonts on init with Windows, just pass
NULL for fontpath
|
2015-04-24 19:17:02 +02:00 |
|
twinaphex
|
bd63de9b3a
|
Replace gl_font_init_first and d3d_font_init_first with common function
|
2015-04-21 17:33:00 +02:00 |
|
twinaphex
|
c21963e686
|
(GLUI) Style nits / cleanups
|
2015-04-21 16:59:02 +02:00 |
|
twinaphex
|
c78c8c839f
|
Create menu_display_get_dpi
|
2015-04-21 15:45:03 +02:00 |
|
twinaphex
|
a104517168
|
(Menu) Create menu_display.c/menu_display.h
|
2015-04-21 14:44:26 +02:00 |
|
twinaphex
|
17a11463b9
|
(GLUI) Set default DPI at 128 if DPI metric not implemented
|
2015-04-21 13:48:45 +02:00 |
|
Twinaphex
|
1c200dcbd3
|
(GLUI) Remove unused variables
|
2015-04-21 10:37:38 +02:00 |
|
Jean-André Santoni
|
ede94ef66c
|
(GLUI) Use a font size adapted to the dpi
|
2015-04-21 14:20:18 +07:00 |
|
Jean-André Santoni
|
5e96ea7727
|
(GLUI) Fix a bug when going backward on a long list
|
2015-04-21 11:43:52 +07:00 |
|
Jean-André Santoni
|
8ef70debcb
|
(GLUI) Scrollbar
|
2015-04-21 09:50:57 +07:00 |
|
Jean-André Santoni
|
1f31033394
|
(GLUI) Use render_quad instead of render_background to darken the screen
|
2015-04-21 09:50:57 +07:00 |
|
Jean-André Santoni
|
b6337d2734
|
(GLUI) Use DPI, reduce header size to line height, center font verticaly for every font size
|
2015-04-21 09:50:57 +07:00 |
|
Jean-André Santoni
|
c8af545fd9
|
(GLUI) Don't animate navigation clear, it's ugly in some cases
|
2015-04-20 21:35:41 +07:00 |
|
Jean-André Santoni
|
d9409e071f
|
(GLUI) Animate keyboard navigation
|
2015-04-20 21:22:55 +07:00 |
|