Home
last modified time | relevance | path

Searched refs:lighttable (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/graphics/darktable/darktable-3.6.1/packaging/Solaris_11/
H A Ddarktable-manifest.pkg5.base171 file path=opt/darktable/lib/darktable/plugins/lighttable/libcamera.so \
173 file path=opt/darktable/lib/darktable/plugins/lighttable/libcapture.so \
175 file path=opt/darktable/lib/darktable/plugins/lighttable/libcollect.so \
185 file path=opt/darktable/lib/darktable/plugins/lighttable/libexport.so \
189 file path=opt/darktable/lib/darktable/plugins/lighttable/libfilter.so \
193 file path=opt/darktable/lib/darktable/plugins/lighttable/libhinter.so \
197 file path=opt/darktable/lib/darktable/plugins/lighttable/libhistory.so \
199 file path=opt/darktable/lib/darktable/plugins/lighttable/libimage.so \
201 file path=opt/darktable/lib/darktable/plugins/lighttable/libimport.so \
221 file path=opt/darktable/lib/darktable/plugins/lighttable/libselect.so \
[all …]
/dports/graphics/darktable38/darktable-3.8.0/packaging/Solaris_11/
H A Ddarktable-manifest.pkg5.base167 file path=opt/darktable/lib/darktable/plugins/lighttable/libcamera.so \
169 file path=opt/darktable/lib/darktable/plugins/lighttable/libcapture.so \
171 file path=opt/darktable/lib/darktable/plugins/lighttable/libcollect.so \
181 file path=opt/darktable/lib/darktable/plugins/lighttable/libexport.so \
185 file path=opt/darktable/lib/darktable/plugins/lighttable/libfilter.so \
189 file path=opt/darktable/lib/darktable/plugins/lighttable/libhinter.so \
193 file path=opt/darktable/lib/darktable/plugins/lighttable/libhistory.so \
195 file path=opt/darktable/lib/darktable/plugins/lighttable/libimage.so \
197 file path=opt/darktable/lib/darktable/plugins/lighttable/libimport.so \
217 file path=opt/darktable/lib/darktable/plugins/lighttable/libselect.so \
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/examples/
H A Dtexwarp.pp147 procedure make_light_table(lighttable: PUint8);
159 lighttable[(j * 256) + i] := tv;
165 procedure texture_warp(dest, grid, texture: PUint32; lighttable: PUint8);
225 ltp := lighttable + ((icx and $FF0000) shr 8);
263 lighttable: PUint8 = nil;
281 { create lighttable }
282 lighttable := GetMem(256 * 256);
283 make_light_table(lighttable);
318 texture_warp(p1, grid, p2, lighttable);
370 FreeMem(lighttable);
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dview.c1340 if(vm->proxy.lighttable.module) in dt_view_lighttable_set_zoom()
1341 vm->proxy.lighttable.set_zoom(vm->proxy.lighttable.module, zoom); in dt_view_lighttable_set_zoom()
1346 if(vm->proxy.lighttable.module) in dt_view_lighttable_get_zoom()
1347 return vm->proxy.lighttable.get_zoom(vm->proxy.lighttable.module); in dt_view_lighttable_get_zoom()
1354 if(vm->proxy.lighttable.module) vm->proxy.lighttable.culling_init_mode(vm->proxy.lighttable.view); in dt_view_lighttable_culling_init_mode()
1360 vm->proxy.lighttable.culling_preview_refresh(vm->proxy.lighttable.view); in dt_view_lighttable_culling_preview_refresh()
1366 vm->proxy.lighttable.culling_preview_reload_overlays(vm->proxy.lighttable.view); in dt_view_lighttable_culling_preview_reload_overlays()
1372 return vm->proxy.lighttable.get_layout(vm->proxy.lighttable.module); in dt_view_lighttable_get_layout()
1380 return vm->proxy.lighttable.get_preview_state(vm->proxy.lighttable.view); in dt_view_lighttable_preview_state()
1388 vm->proxy.lighttable.set_preview_state(vm->proxy.lighttable.view, state, focus); in dt_view_lighttable_set_preview_state()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dview.c1337 if(vm->proxy.lighttable.module) in dt_view_lighttable_set_zoom()
1338 vm->proxy.lighttable.set_zoom(vm->proxy.lighttable.module, zoom); in dt_view_lighttable_set_zoom()
1343 if(vm->proxy.lighttable.module) in dt_view_lighttable_get_zoom()
1344 return vm->proxy.lighttable.get_zoom(vm->proxy.lighttable.module); in dt_view_lighttable_get_zoom()
1351 if(vm->proxy.lighttable.module) vm->proxy.lighttable.culling_init_mode(vm->proxy.lighttable.view); in dt_view_lighttable_culling_init_mode()
1357 vm->proxy.lighttable.culling_preview_refresh(vm->proxy.lighttable.view); in dt_view_lighttable_culling_preview_refresh()
1363 vm->proxy.lighttable.culling_preview_reload_overlays(vm->proxy.lighttable.view); in dt_view_lighttable_culling_preview_reload_overlays()
1369 return vm->proxy.lighttable.get_layout(vm->proxy.lighttable.module); in dt_view_lighttable_get_layout()
1377 return vm->proxy.lighttable.get_preview_state(vm->proxy.lighttable.view); in dt_view_lighttable_preview_state()
1385 vm->proxy.lighttable.set_preview_state(vm->proxy.lighttable.view, state, focus); in dt_view_lighttable_set_preview_state()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dlighttable.c259 dt_action_define(&darktable.view_manager->proxy.lighttable.view->actions, NULL, in gui_init()
268 dt_action_define(&darktable.view_manager->proxy.lighttable.view->actions, NULL, in gui_init()
277 dt_action_define(&darktable.view_manager->proxy.lighttable.view->actions, NULL, in gui_init()
286 dt_action_define(&darktable.view_manager->proxy.lighttable.view->actions, NULL, in gui_init()
294 dt_action_define(&darktable.view_manager->proxy.lighttable.view->actions, NULL, in gui_init()
330 darktable.view_manager->proxy.lighttable.module = self; in gui_init()
331 darktable.view_manager->proxy.lighttable.set_zoom = _lib_lighttable_set_zoom; in gui_init()
332 darktable.view_manager->proxy.lighttable.get_zoom = _lib_lighttable_get_zoom; in gui_init()
333 darktable.view_manager->proxy.lighttable.get_layout = _lib_lighttable_get_layout; in gui_init()
334 darktable.view_manager->proxy.lighttable.set_layout = _lib_lighttable_set_layout; in gui_init()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.h62 extracolormap_t *R_CreateDefaultColormap(boolean lighttable);
64 extracolormap_t *R_CopyColormap(extracolormap_t *extra_colormap, boolean lighttable);
105 boolean lighttable);
H A Dr_data.c434 extracolormap_t *R_CreateDefaultColormap(boolean lighttable) in R_CreateDefaultColormap() argument
442 exc->colormap = lighttable ? R_CreateLightTable(exc) : NULL; in R_CreateDefaultColormap()
475 extracolormap_t *R_CopyColormap(extracolormap_t *extra_colormap, boolean lighttable) in R_CopyColormap() argument
488 if (exc->lump != LUMPERROR && lighttable) in R_CopyColormap()
496 if (lighttable) in R_CopyColormap()
714 lighttable_t *lighttable = NULL; in R_CreateLightTable() local
787 lighttable = (UINT8 *)colormap_p; in R_CreateLightTable()
822 return lighttable; in R_CreateLightTable()
1008 boolean lighttable) in R_AddColormaps() argument
1101 exc_augend->colormap = lighttable ? R_CreateLightTable(exc_augend) : NULL; in R_AddColormaps()
/dports/graphics/darktable/darktable-3.6.1/.github/workflows/
H A Dmanualrun.yml128 --conf plugins/lighttable/export/force_lcms2=FALSE \
129 --conf plugins/lighttable/export/iccintent=0
246 --conf plugins/lighttable/export/force_lcms2=FALSE \
247 --conf plugins/lighttable/export/iccintent=0
312 --conf plugins/lighttable/export/force_lcms2=FALSE \
313 --conf plugins/lighttable/export/iccintent=0
H A Dci.yml161 --conf plugins/lighttable/export/force_lcms2=FALSE \
162 --conf plugins/lighttable/export/iccintent=0
314 --conf plugins/lighttable/export/force_lcms2=FALSE \
315 --conf plugins/lighttable/export/iccintent=0
444 --conf plugins/lighttable/export/force_lcms2=FALSE \
445 --conf plugins/lighttable/export/iccintent=0
521 --conf plugins/lighttable/export/force_lcms2=FALSE \
522 --conf plugins/lighttable/export/iccintent=0
/dports/graphics/darktable38/darktable-3.8.0/.github/workflows/
H A Dmanualrun.yml128 --conf plugins/lighttable/export/force_lcms2=FALSE \
129 --conf plugins/lighttable/export/iccintent=0
246 --conf plugins/lighttable/export/force_lcms2=FALSE \
247 --conf plugins/lighttable/export/iccintent=0
312 --conf plugins/lighttable/export/force_lcms2=FALSE \
313 --conf plugins/lighttable/export/iccintent=0
/dports/graphics/darktable/darktable-3.6.1/packaging/opensuse/
H A Ddarktable.spec53 darktable is a virtual lighttable and darkroom for photographers: it manages
55 lighttable. it also enables you to develop raw images and enhance them.
/dports/graphics/darktable38/darktable-3.8.0/packaging/opensuse/
H A Ddarktable.spec52 darktable is a virtual lighttable and darkroom for photographers: it manages
54 lighttable. it also enables you to develop raw images and enhance them.
/dports/sysutils/usermin/usermin-1.830/filemin/unauthenticated/js/lib/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/sysutils/webmin/webmin-1.981/filemin/unauthenticated/js/lib/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/bolt/bolt-2.2.24/app/view/js/ckeditor/plugins/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/javascript/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/limesurvey/limesurvey/assets/packages/ckeditor/plugins/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codemirror/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/otrs/otrs-rel-6_0_29/var/httpd/htdocs/js/thirdparty/ckeditor-4.7.0/plugins/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/graphics/darktable/darktable-3.6.1/
H A DREADME.md4 …rtual lighttable and darkroom for photographers. It manages your digital negatives in a database, …
32 …[Why are the thumbnails in lighttable looking different than the preview in darkroom ?](#why-are-t…
371 ### Why are the thumbnails in lighttable looking different than the preview in darkroom ?
373 For RAW files never edited before in darktable (when you only imported them), the lighttable uses b…
375 lighttable more responsive when you import large collections of images.
384 the lighttable thumbnail should match exactly the darkroom preview because they are processed the s…
386 To never see the embedded JPEG thumbnail in lighttable, for RAW files, you can check the option
387 "don't use embedded preview JPEG but half-size raw" in preferences -> lighttable.
/dports/www/py-notebook/notebook-6.4.5/notebook/static/components/codemirror/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/codemirror/package/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/t3editor/Resources/Public/JavaScript/Contrib/cm/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/t3editor/Resources/Public/JavaScript/Contrib/cm/theme/
H A Dzenburn.css6 * Also using parts of https://github.com/xavi/coderay-lighttable-theme
8 * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css

1234567