Home
last modified time | relevance | path

Searched refs:mouse_over_id (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dprint.c273 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in mouse_moved() local
274 if(mouse_over_id != prt->image_id) in mouse_moved()
276 mouse_over_id = prt->image_id; in mouse_moved()
277 dt_control_set_mouse_over_id(mouse_over_id); in mouse_moved()
H A Dlighttable.c545 static void _preview_enter(dt_view_t *self, gboolean sticky, gboolean focus, int32_t mouse_over_id) in _preview_enter() argument
711 const int32_t mouse_over_id = dt_control_get_mouse_over_id(); in key_pressed() local
712 if(!lib->preview_state && mouse_over_id != -1) in key_pressed()
721 _preview_enter(self, FALSE, focus, mouse_over_id); in key_pressed()
H A Ddarkroom.c3241 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in mouse_moved() local
3242 if(mouse_over_id == -1) in mouse_moved()
3244 mouse_over_id = dev->image_storage.id; in mouse_moved()
3245 dt_control_set_mouse_over_id(mouse_over_id); in mouse_moved()
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dgui.c66 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in hovered_cb() local
67 if(mouse_over_id == -1) in hovered_cb()
73 luaA_push(L, dt_lua_image_t, &mouse_over_id); in hovered_cb()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dgui.c69 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in _hovered_cb() local
70 if(mouse_over_id == -1) in _hovered_cb()
76 luaA_push(L, dt_lua_image_t, &mouse_over_id); in _hovered_cb()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dprint.c295 const int32_t mouse_over_id = dt_control_get_mouse_over_id(); in mouse_moved() local
297 if(prt->imgs->count == 1 && mouse_over_id != prt->imgs->box[0].imgid) in mouse_moved()
306 else if(mouse_over_id != prt->imgs->box[bidx].imgid) in mouse_moved()
H A Dlighttable.c545 static void _preview_enter(dt_view_t *self, gboolean sticky, gboolean focus, int32_t mouse_over_id) in _preview_enter() argument
696 const int32_t mouse_over_id = dt_control_get_mouse_over_id(); in _action_process_preview() local
697 if(mouse_over_id != -1) in _action_process_preview()
701 _preview_enter(self, FALSE, focus, mouse_over_id); in _action_process_preview()
H A Ddarkroom.c3317 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in mouse_moved() local
3318 if(mouse_over_id == -1) in mouse_moved()
3320 mouse_over_id = dev->image_storage.id; in mouse_moved()
3321 dt_control_set_mouse_over_id(mouse_over_id); in mouse_moved()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dmetadata_view.c494 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in _metadata_view_update_values() local
499 if(mouse_over_id == -1) in _metadata_view_update_values()
504 mouse_over_id = darktable.develop->image_storage.id; in _metadata_view_update_values()
518 mouse_over_id = sqlite3_column_int(stmt, 0); in _metadata_view_update_values()
623 int img_id = mouse_over_id; in _metadata_view_update_values()
1002 if(mouse_over_id >= 0) in _metadata_view_update_values()
1008 LUA_ASYNC_TYPENAME,"int32_t",mouse_over_id,LUA_ASYNC_DONE); in _metadata_view_update_values()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dmetadata_view.c494 int32_t mouse_over_id = dt_control_get_mouse_over_id(); in _metadata_view_update_values() local
499 if(mouse_over_id == -1) in _metadata_view_update_values()
504 mouse_over_id = darktable.develop->image_storage.id; in _metadata_view_update_values()
517 mouse_over_id = sqlite3_column_int(stmt, 0); in _metadata_view_update_values()
626 int img_id = mouse_over_id; in _metadata_view_update_values()
1005 if(mouse_over_id >= 0) in _metadata_view_update_values()
1011 LUA_ASYNC_TYPENAME,"int32_t",mouse_over_id,LUA_ASYNC_DONE); in _metadata_view_update_values()
/dports/graphics/darktable38/darktable-3.8.0/src/control/
H A Dcontrol.c168 s->mouse_over_id = -1; in dt_control_init()
830 const int32_t result = darktable.control->mouse_over_id; in dt_control_get_mouse_over_id()
838 if(darktable.control->mouse_over_id != value) in dt_control_set_mouse_over_id()
840 darktable.control->mouse_over_id = value; in dt_control_set_mouse_over_id()
H A Dcontrol.h158 int32_t mouse_over_id; member
/dports/graphics/darktable/darktable-3.6.1/src/control/
H A Dcontrol.c79 s->mouse_over_id = -1; in dt_control_init()
820 const int32_t result = darktable.control->mouse_over_id; in dt_control_get_mouse_over_id()
828 if(darktable.control->mouse_over_id != value) in dt_control_set_mouse_over_id()
830 darktable.control->mouse_over_id = value; in dt_control_set_mouse_over_id()
H A Dcontrol.h175 int32_t mouse_over_id; member
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dthumbtable.c1736 const int32_t mouse_over_id = dt_control_get_mouse_over_id(); in dt_thumbtable_event_dnd_received() local
1737 dt_collection_move_before(mouse_over_id, table->drag_list); in dt_thumbtable_event_dnd_received()
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dthumbtable.c1745 const int32_t mouse_over_id = dt_control_get_mouse_over_id(); in _event_dnd_received() local
1746 dt_collection_move_before(mouse_over_id, table->drag_list); in _event_dnd_received()