Home
last modified time | relevance | path

Searched refs:ncwin (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dpage_info.c165 struct nsgtk_pi_window *ncwin; in nsgtk_page_info() local
170 if (ncwin == NULL) { in nsgtk_page_info()
177 free(ncwin); in nsgtk_page_info()
183 ncwin->dlg = GTK_WINDOW(gtk_builder_get_object(ncwin->builder, in nsgtk_page_info()
202 ncwin); in nsgtk_page_info()
211 ncwin); in nsgtk_page_info()
216 ncwin); in nsgtk_page_info()
221 ncwin); in nsgtk_page_info()
231 free(ncwin); in nsgtk_page_info()
237 bw, &ncwin->pi); in nsgtk_page_info()
[all …]
H A Dlocal_history.c145 ncwin = calloc(1, sizeof(*ncwin)); in nsgtk_local_history_init()
146 if (ncwin == NULL) { in nsgtk_local_history_init()
153 free(ncwin); in nsgtk_local_history_init()
159 ncwin->wnd = GTK_WINDOW(gtk_builder_get_object(ncwin->builder, in nsgtk_local_history_init()
185 ncwin); in nsgtk_local_history_init()
190 ncwin); in nsgtk_local_history_init()
198 free(ncwin); in nsgtk_local_history_init()
203 (struct core_window *)ncwin, in nsgtk_local_history_init()
205 &ncwin->session); in nsgtk_local_history_init()
207 free(ncwin); in nsgtk_local_history_init()
[all …]
H A Dcookies.c178 ncwin); in nsgtk_cookies_init_menu()
247 struct nsgtk_cookie_window *ncwin; in nsgtk_cookies_init() local
254 ncwin = calloc(1, sizeof(*ncwin)); in nsgtk_cookies_init()
255 if (ncwin == NULL) { in nsgtk_cookies_init()
262 free(ncwin); in nsgtk_cookies_init()
268 ncwin->wnd = GTK_WINDOW(gtk_builder_get_object(ncwin->builder, in nsgtk_cookies_init()
283 nsgtk_cookies_init_menu(ncwin); in nsgtk_cookies_init()
291 free(ncwin); in nsgtk_cookies_init()
296 (struct core_window *)ncwin); in nsgtk_cookies_init()
298 free(ncwin); in nsgtk_cookies_init()
[all …]
H A Dglobal_history.c309 ncwin = calloc(1, sizeof(*ncwin)); in nsgtk_global_history_init()
310 if (ncwin == NULL) { in nsgtk_global_history_init()
317 free(ncwin); in nsgtk_global_history_init()
323 ncwin->wnd = GTK_WINDOW(gtk_builder_get_object(ncwin->builder, in nsgtk_global_history_init()
327 gtk_builder_get_object(ncwin->builder, in nsgtk_global_history_init()
335 g_signal_connect(G_OBJECT(ncwin->wnd), in nsgtk_global_history_init()
340 nsgtk_global_history_init_menu(ncwin); in nsgtk_global_history_init()
348 free(ncwin); in nsgtk_global_history_init()
353 (struct core_window *)ncwin); in nsgtk_global_history_init()
355 free(ncwin); in nsgtk_global_history_init()
[all …]
H A Dhotlist.c318 struct nsgtk_hotlist_window *ncwin; in nsgtk_hotlist_init() local
325 ncwin = calloc(1, sizeof(*ncwin)); in nsgtk_hotlist_init()
326 if (ncwin == NULL) { in nsgtk_hotlist_init()
333 free(ncwin); in nsgtk_hotlist_init()
339 ncwin->wnd = GTK_WINDOW(gtk_builder_get_object(ncwin->builder, in nsgtk_hotlist_init()
354 nsgtk_hotlist_init_menu(ncwin); in nsgtk_hotlist_init()
357 ncwin->core.key = nsgtk_hotlist_key; in nsgtk_hotlist_init()
362 free(ncwin); in nsgtk_hotlist_init()
367 (struct core_window *)ncwin); in nsgtk_hotlist_init()
369 free(ncwin); in nsgtk_hotlist_init()
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/install-files/share/wcm/lang/
H A Dltext.ru1 #ncwin.cpp:610
5 #ncwin.cpp:609
125 #ncwin.cpp:295
129 #ncwin.cpp:587
133 #ncwin.cpp:600
137 #ncwin.cpp:610
141 #ncwin.cpp:614
145 #ncwin.cpp:1548
149 #ncwin.cpp:1549
246 #ncwin.cpp:589
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dhistory_local.c265 if (ncwin == NULL) { in ami_history_local_present()
275 free(ncwin); in ami_history_local_present()
284 ncwin->core.event = NULL; in ami_history_local_present()
285 ncwin->core.drag_end = NULL; in ami_history_local_present()
286 ncwin->core.icon_drop = NULL; in ami_history_local_present()
292 free(ncwin); in ami_history_local_present()
297 (struct core_window *)ncwin, in ami_history_local_present()
299 &ncwin->session); in ami_history_local_present()
303 free(ncwin); in ami_history_local_present()
318 ncwin->gw = gw; in ami_history_local_present()
[all …]
H A Dpageinfo.c222 struct ami_pageinfo_window *ncwin; in ami_pageinfo_open() local
227 if (ncwin == NULL) { in ami_pageinfo_open()
236 ami_utf8_free(ncwin->core.wintitle); in ami_pageinfo_open()
237 free(ncwin); in ami_pageinfo_open()
242 ncwin->core.draw = ami_pageinfo_draw; in ami_pageinfo_open()
243 ncwin->core.key = ami_pageinfo_key; in ami_pageinfo_open()
250 ami_utf8_free(ncwin->core.wintitle); in ami_pageinfo_open()
252 free(ncwin); in ami_pageinfo_open()
257 (struct core_window *)ncwin, in ami_pageinfo_open()
259 &ncwin->pi); in ami_pageinfo_open()
[all …]
H A Dcookies.c350 struct ami_cookie_window *ncwin; in ami_cookies_present() local
359 if (ncwin == NULL) { in ami_cookies_present()
368 ami_utf8_free(ncwin->core.wintitle); in ami_cookies_present()
369 free(ncwin); in ami_cookies_present()
374 ncwin->core.draw = ami_cookies_draw; in ami_cookies_present()
375 ncwin->core.key = ami_cookies_key; in ami_cookies_present()
378 ncwin->core.event = NULL; in ami_cookies_present()
384 free(ncwin); in ami_cookies_present()
388 res = cookie_manager_init(ncwin->core.cb_table, (struct core_window *)ncwin); in ami_cookies_present()
392 free(ncwin); in ami_cookies_present()
[all …]
H A Dhistory.c433 if (ncwin == NULL) { in ami_history_global_present()
442 ami_utf8_free(ncwin->core.wintitle); in ami_history_global_present()
443 free(ncwin); in ami_history_global_present()
452 ncwin->core.event = NULL; in ami_history_global_present()
454 ncwin->core.icon_drop = NULL; in ami_history_global_present()
458 ami_utf8_free(ncwin->core.wintitle); in ami_history_global_present()
460 free(ncwin); in ami_history_global_present()
464 res = global_history_init(ncwin->core.cb_table, (struct core_window *)ncwin); in ami_history_global_present()
466 ami_utf8_free(ncwin->core.wintitle); in ami_history_global_present()
468 free(ncwin); in ami_history_global_present()
[all …]
H A Dhotlist.c549 struct ami_hotlist_window *ncwin; in ami_hotlist_present() local
558 if (ncwin == NULL) { in ami_hotlist_present()
567 ami_utf8_free(ncwin->core.wintitle); in ami_hotlist_present()
568 free(ncwin); in ami_hotlist_present()
573 ncwin->core.draw = ami_hotlist_draw; in ami_hotlist_present()
574 ncwin->core.key = ami_hotlist_key; in ami_hotlist_present()
577 ncwin->core.event = NULL; in ami_hotlist_present()
585 free(ncwin); in ami_hotlist_present()
589 res = hotlist_manager_init(ncwin->core.cb_table, (struct core_window *)ncwin); in ami_hotlist_present()
593 free(ncwin); in ami_hotlist_present()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dcookies.c346 struct ro_cookie_window *ncwin; in ro_cookie_init() local
381 ncwin = calloc(1, sizeof(*ncwin)); in ro_cookie_init()
382 if (ncwin == NULL) { in ro_cookie_init()
392 free(ncwin); in ro_cookie_init()
398 ncwin->core.draw = cookie_draw; in ro_cookie_init()
399 ncwin->core.key = cookie_key; in ro_cookie_init()
400 ncwin->core.mouse = cookie_mouse; in ro_cookie_init()
413 free(ncwin); in ro_cookie_init()
420 free(ncwin); in ro_cookie_init()
432 ncwin->menu, false, false); in ro_cookie_init()
[all …]
H A Dglobal_history.c409 ncwin = calloc(1, sizeof(*ncwin)); in ro_global_history_init()
410 if (ncwin == NULL) { in ro_global_history_init()
416 &ncwin->core.wh); in ro_global_history_init()
421 free(ncwin); in ro_global_history_init()
429 ncwin->core.key = global_history_key; in ro_global_history_init()
434 ncwin->core.toolbar_update = NULL; in ro_global_history_init()
443 free(ncwin); in ro_global_history_init()
448 (struct core_window *)ncwin); in ro_global_history_init()
450 free(ncwin); in ro_global_history_init()
462 ncwin->menu, false, false); in ro_global_history_init()
[all …]
H A Dhotlist.c427 struct ro_hotlist_window *ncwin; in ro_hotlist_init() local
470 ncwin = calloc(1, sizeof(*ncwin)); in ro_hotlist_init()
471 if (ncwin == NULL) { in ro_hotlist_init()
481 free(ncwin); in ro_hotlist_init()
488 ncwin->core.draw = hotlist_draw; in ro_hotlist_init()
489 ncwin->core.key = hotlist_key; in ro_hotlist_init()
490 ncwin->core.mouse = hotlist_mouse; in ro_hotlist_init()
503 free(ncwin); in ro_hotlist_init()
510 free(ncwin); in ro_hotlist_init()
522 ncwin->menu, false, false); in ro_hotlist_init()
[all …]
H A Dpageinfo.c157 struct ro_pageinfo_window *ncwin; in ro_pageinfo_init() local
168 ncwin = calloc(1, sizeof(*ncwin)); in ro_pageinfo_init()
169 if (ncwin == NULL) { in ro_pageinfo_init()
175 &ncwin->core.wh); in ro_pageinfo_init()
180 free(ncwin); in ro_pageinfo_init()
186 ncwin->core.key = ro_pageinfo_key; in ro_pageinfo_init()
196 free(ncwin); in ro_pageinfo_init()
201 (struct core_window *)ncwin, in ro_pageinfo_init()
203 &ncwin->pgi); in ro_pageinfo_init()
205 free(ncwin); in ro_pageinfo_init()
[all …]
H A Dlocal_history.c293 struct ro_local_history_window *ncwin; in ro_local_history_init() local
304 ncwin = calloc(1, sizeof(*ncwin)); in ro_local_history_init()
305 if (ncwin == NULL) { in ro_local_history_init()
311 &ncwin->core.wh); in ro_local_history_init()
316 free(ncwin); in ro_local_history_init()
326 res = ro_corewindow_init(&ncwin->core, in ro_local_history_init()
332 free(ncwin); in ro_local_history_init()
337 (struct core_window *)ncwin, in ro_local_history_init()
339 &ncwin->session); in ro_local_history_init()
341 free(ncwin); in ro_local_history_init()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dglobal_history.c122 struct nsw32_global_history_window *ncwin; in nsw32_global_history_init() local
129 ncwin = calloc(1, sizeof(*ncwin)); in nsw32_global_history_init()
130 if (ncwin == NULL) { in nsw32_global_history_init()
134 ncwin->core.title = "NetSurf Global History"; in nsw32_global_history_init()
135 ncwin->core.draw = nsw32_global_history_draw; in nsw32_global_history_init()
136 ncwin->core.key = nsw32_global_history_key; in nsw32_global_history_init()
137 ncwin->core.mouse = nsw32_global_history_mouse; in nsw32_global_history_init()
142 free(ncwin); in nsw32_global_history_init()
147 (struct core_window *)ncwin); in nsw32_global_history_init()
149 free(ncwin); in nsw32_global_history_init()
[all …]
H A Dhotlist.c126 struct nsw32_hotlist_window *ncwin; in nsw32_hotlist_init() local
133 ncwin = calloc(1, sizeof(*ncwin)); in nsw32_hotlist_init()
134 if (ncwin == NULL) { in nsw32_hotlist_init()
138 ncwin->core.title = "NetSurf Bookmarks"; in nsw32_hotlist_init()
139 ncwin->core.draw = nsw32_hotlist_draw; in nsw32_hotlist_init()
140 ncwin->core.key = nsw32_hotlist_key; in nsw32_hotlist_init()
141 ncwin->core.mouse = nsw32_hotlist_mouse; in nsw32_hotlist_init()
146 free(ncwin); in nsw32_hotlist_init()
151 (struct core_window *)ncwin); in nsw32_hotlist_init()
153 free(ncwin); in nsw32_hotlist_init()
[all …]
H A Dcookies.c133 struct nsw32_cookie_window *ncwin; in nsw32_cookie_init() local
140 ncwin = calloc(1, sizeof(*ncwin)); in nsw32_cookie_init()
141 if (ncwin == NULL) { in nsw32_cookie_init()
145 ncwin->core.title = "NetSurf Cookies"; in nsw32_cookie_init()
146 ncwin->core.draw = nsw32_cookie_draw; in nsw32_cookie_init()
147 ncwin->core.key = nsw32_cookie_key; in nsw32_cookie_init()
148 ncwin->core.mouse = nsw32_cookie_mouse; in nsw32_cookie_init()
153 free(ncwin); in nsw32_cookie_init()
158 (struct core_window *)ncwin); in nsw32_cookie_init()
160 free(ncwin); in nsw32_cookie_init()
[all …]
H A Dlocal_history.c138 struct nsw32_local_history_window *ncwin; in nsw32_local_history_init() local
146 ncwin = calloc(1, sizeof(*ncwin)); in nsw32_local_history_init()
147 if (ncwin == NULL) { in nsw32_local_history_init()
151 ncwin->core.title = "NetSurf Local History"; in nsw32_local_history_init()
152 ncwin->core.draw = nsw32_local_history_draw; in nsw32_local_history_init()
153 ncwin->core.key = nsw32_local_history_key; in nsw32_local_history_init()
159 free(ncwin); in nsw32_local_history_init()
164 (struct core_window *)ncwin, in nsw32_local_history_init()
166 &ncwin->session); in nsw32_local_history_init()
168 free(ncwin); in nsw32_local_history_init()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dlocal_history.c137 struct fb_local_history_window *ncwin; in fb_local_history_init() local
148 ncwin = calloc(1, sizeof(*ncwin)); in fb_local_history_init()
149 if (ncwin == NULL) { in fb_local_history_init()
153 ncwin->core.draw = fb_local_history_draw; in fb_local_history_init()
154 ncwin->core.key = fb_local_history_key; in fb_local_history_init()
155 ncwin->core.mouse = fb_local_history_mouse; in fb_local_history_init()
159 free(ncwin); in fb_local_history_init()
164 (struct core_window *)ncwin, in fb_local_history_init()
166 &ncwin->session); in fb_local_history_init()
168 free(ncwin); in fb_local_history_init()
[all …]
/dports/www/netsurf/netsurf-3.10/docs/
H A Dcore-window-interface.md623 struct example_crtvrfy_window *ncwin;
627 if (ncwin == NULL) {
634 free(ncwin);
639 ncwin->core.widget = toolkit_get_widget(ncwin->window, "SSLDrawingArea"));
644 ncwin);
648 ncwin->core.draw = example_crtvrfy_draw;
649 ncwin->core.key = example_crtvrfy_key;
654 free(ncwin);
662 free(ncwin);
670 free(ncwin);
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dmakefile.windows24 src/ncwin.h \
111 $(OBJDIR)/ncwin.o \
357 $(OBJDIR)/ncwin.o: $(HW) $(HS) $(HN) src/ncwin.cpp
358 $(CC) $(COPTS) -c $(CFLAGS) src/ncwin.cpp -o $(OBJDIR)/ncwin.o
H A Dmakefile.linux64 src/ncwin.h \
151 $(OBJDIR)/ncwin.o \
420 $(OBJDIR)/ncwin.o: $(HW) $(HS) $(HN) src/ncwin.cpp
421 $(CC) $(COPTS) -c $(CFLAGS) src/ncwin.cpp -o $(OBJDIR)/ncwin.o
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/
H A Dwcm_osx.pro51 src/ncwin.cpp \
132 src/ncwin.h \

12