comparison src/options.c @ 2817:e6f95baec8b5

Fix #624: Filter files by shell or regular expression pattern https://github.com/BestImageViewer/geeqie/issues/624 An option on Select/Show File Filter (or the toolbar) to provide regular expression file-filtering of the currently displayed folder.
author Colin Clark <colin.clark@cclark.uk>
date Wed, 15 Aug 2018 19:43:06 +0100
parents 0ecd4885dc09
children d0c6c5ae586b
comparison
equal deleted inserted replaced
2816:e993f52f08a2 2817:e6f95baec8b5
271 options->main_window.y = 0; 271 options->main_window.y = 0;
272 options->folder_window.vdivider_pos = 100; 272 options->folder_window.vdivider_pos = 100;
273 options->order = g_strdup("123"); 273 options->order = g_strdup("123");
274 options->show_directory_date = FALSE; 274 options->show_directory_date = FALSE;
275 options->show_marks = FALSE; 275 options->show_marks = FALSE;
276 options->show_file_filter = FALSE;
276 options->show_thumbnails = FALSE; 277 options->show_thumbnails = FALSE;
277 options->style = 0; 278 options->style = 0;
278 options->show_info_pixel = FALSE; 279 options->show_info_pixel = FALSE;
279 options->toolbar_hidden = FALSE; 280 options->toolbar_hidden = FALSE;
280 options->tools_float = FALSE; 281 options->tools_float = FALSE;