Home
last modified time | relevance | path

Searched refs:new_selection (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-selector.c1256 new_selection.y = new_selection.y + new_selection.height - dy; in update_mouse_selection()
1263 new_selection.y = new_selection.y + new_selection.height - dy; in update_mouse_selection()
1288 new_selection.y = new_selection.y + new_selection.height - dy; in update_mouse_selection()
1312 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1320 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1328 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1375 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1382 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1392 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
1399 new_selection.x = new_selection.x + new_selection.width - dx; in update_mouse_selection()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dascommand.c472 append_bidirelem (new_selection, curr->data); in select_all()
476 ASCommandState.selected_wins = new_selection; in select_all()
509 append_bidirelem (new_selection, curr->data); in select_windows_by_pattern()
511 if (new_selection->head && just_one) in select_windows_by_pattern()
520 ASCommandState.selected_wins = new_selection; in select_windows_by_pattern()
573 ASCommandState.selected_wins = new_selection; in select_windows_on_screen()
601 ASCommandState.selected_wins = new_selection; in select_windows_on_desk()
633 ASCommandState.selected_wins = new_selection; in select_windows_by_flag()
666 ASCommandState.selected_wins = new_selection; in select_windows_by_state_flag()
691 ASCommandState.selected_wins = new_selection; in select_untitled_windows()
[all …]
/dports/audio/mp3blaster/mp3blaster-3.2.6/src/
H A Dscrollwin.cc354 if (new_selection >= this->nitems) in changeSelection()
357 new_selection = 0; in changeSelection()
361 if (new_selection < 0) in changeSelection()
364 new_selection = this->nitems - 1; in changeSelection()
376 this->shown_range[0] = new_selection; in changeSelection()
395 this->sw_selection = new_selection; in changeSelection()
812 old_selection, new_selection; in pageDown() local
848 if (new_selection > this->shown_range[1] || new_selection < in pageDown()
865 old_selection, new_selection; in pageUp() local
892 new_selection = sw_relative_sel; in pageUp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dundo_step.cc64 const SelectionInDOMTree& new_selection = in Unapply() local
66 ChangeSelectionAfterCommand(frame, new_selection, in Unapply()
76 editor.RespondToChangedContents(new_selection.Base()); in Unapply()
105 const SelectionInDOMTree& new_selection = in Reapply() local
107 ChangeSelectionAfterCommand(frame, new_selection, in Reapply()
117 editor.RespondToChangedContents(new_selection.Base()); in Reapply()
H A Dediting_commands_utilities.cc447 VisibleSelection new_selection(original); in SelectionForParagraphIteration() local
449 VisiblePosition end_of_selection(new_selection.VisibleEnd()); in SelectionForParagraphIteration()
456 DCHECK(start_of_selection.IsNotNull()) << new_selection; in SelectionForParagraphIteration()
462 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
468 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
481 DCHECK(end_of_selection.IsNotNull()) << new_selection; in SelectionForParagraphIteration()
486 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
492 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
500 return new_selection; in SelectionForParagraphIteration()
634 if (new_selection.IsNone()) in ChangeSelectionAfterCommand()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dundo_step.cc64 const SelectionInDOMTree& new_selection = in Unapply() local
66 ChangeSelectionAfterCommand(frame, new_selection, in Unapply()
76 editor.RespondToChangedContents(new_selection.Base()); in Unapply()
105 const SelectionInDOMTree& new_selection = in Reapply() local
107 ChangeSelectionAfterCommand(frame, new_selection, in Reapply()
117 editor.RespondToChangedContents(new_selection.Base()); in Reapply()
H A Dediting_commands_utilities.cc443 VisibleSelection new_selection(original); in SelectionForParagraphIteration() local
445 VisiblePosition end_of_selection(new_selection.VisibleEnd()); in SelectionForParagraphIteration()
452 DCHECK(start_of_selection.IsNotNull()) << new_selection; in SelectionForParagraphIteration()
458 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
464 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
477 DCHECK(end_of_selection.IsNotNull()) << new_selection; in SelectionForParagraphIteration()
482 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
488 new_selection = CreateVisibleSelection( in SelectionForParagraphIteration()
496 return new_selection; in SelectionForParagraphIteration()
630 if (new_selection.IsNone()) in ChangeSelectionAfterCommand()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dselection_controller.cc629 const SelectionInFlatTree new_selection = in SelectClosestWordFromHitTestResult() local
640 if (new_selection.IsNone() || in SelectClosestWordFromHitTestResult()
641 new_selection.ComputeStartPosition() > new_selection.ComputeEndPosition()) in SelectClosestWordFromHitTestResult()
672 : new_selection; in SelectClosestWordFromHitTestResult()
720 const SelectionInFlatTree new_selection = in SelectClosestMisspellingFromHitTestResult() local
727 : new_selection; in SelectClosestMisspellingFromHitTestResult()
786 const SelectionInFlatTree& new_selection = in SelectClosestWordOrLinkFromMouseEvent() local
806 const SelectionInFlatTree& new_selection, in SetNonDirectionalSelectionIfNeeded() argument
832 SelectionInFlatTree::Builder builder(new_selection); in SetNonDirectionalSelectionIfNeeded()
961 const SelectionInFlatTree new_selection = in HandleTripleClick() local
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkcharsel.c49 static void new_selection (GtkButton *button,
153 (void *)new_selection, in gtk_char_selection_init()
285 new_selection(GtkButton *button, gpointer data) in new_selection() function
289 gint new_selection = -1; in new_selection() local
295 new_selection = i; in new_selection()
300 if(new_selection == charsel->selection){ in new_selection()
301 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(charsel->button[new_selection]), TRUE); in new_selection()
306 if(new_selection != -1){ in new_selection()
307 gtk_char_selection_set_selection(charsel, new_selection); in new_selection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dselection_controller.cc628 const SelectionInFlatTree new_selection = in SelectClosestWordFromHitTestResult() local
639 if (new_selection.IsNone() || in SelectClosestWordFromHitTestResult()
640 new_selection.ComputeStartPosition() > new_selection.ComputeEndPosition()) in SelectClosestWordFromHitTestResult()
671 : new_selection; in SelectClosestWordFromHitTestResult()
719 const SelectionInFlatTree new_selection = in SelectClosestMisspellingFromHitTestResult() local
726 : new_selection; in SelectClosestMisspellingFromHitTestResult()
790 const SelectionInFlatTree& new_selection = in SelectClosestWordOrLinkFromMouseEvent() local
810 const SelectionInFlatTree& new_selection, in SetNonDirectionalSelectionIfNeeded() argument
836 SelectionInFlatTree::Builder builder(new_selection); in SetNonDirectionalSelectionIfNeeded()
967 const SelectionInFlatTree new_selection = in HandleTripleClick() local
[all …]
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dhelp.rs196 let mut new_selection = self.selection; in move_selection() localVariable
198 new_selection = if inc { in move_selection()
199 new_selection.saturating_add(1) in move_selection()
201 new_selection.saturating_sub(1) in move_selection()
203 new_selection = cmp::max(new_selection, 0); in move_selection()
208 self.selection = cmp::min(new_selection, max); in move_selection()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dselection_controller.cpp28 void SelectionController::SetSelectedSet(Selection new_selection) { in SetSelectedSet() argument
29 selection = std::move(new_selection); in SetSelectedSet()
42 void SelectionController::SetSelectionAndActive(Selection new_selection, AssDialogue *new_line) { in SetSelectionAndActive() argument
44 selection = std::move(new_selection); in SetSelectionAndActive()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSelectedGridItemChangedEventArgs.cs36 private GridItem new_selection; field in System.Windows.Forms.SelectedGridItemChangedEventArgs
44 new_selection = newSel; in SelectedGridItemChangedEventArgs()
52 return new_selection;
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/latex/src/
H A Dformatutils.c45 gchar *new_selection = NULL; in glatex_insert_latex_format() local
46 new_selection = g_utf8_strdown(selection, -1); in glatex_insert_latex_format()
48 selection = g_strdup(new_selection); in glatex_insert_latex_format()
49 g_free(new_selection); in glatex_insert_latex_format()

12345678910>>...12