Skip to content
Snippets Groups Projects
  1. Sep 05, 2022
  2. Sep 04, 2022
  3. Sep 03, 2022
  4. Aug 29, 2022
  5. Jun 19, 2022
  6. Jun 18, 2022
  7. Jun 17, 2022
  8. Jun 11, 2022
  9. Jun 10, 2022
  10. Jun 09, 2022
  11. Jun 07, 2022
    • Arkadiy Illarionov's avatar
      Update gnome-look.org url · d1ad2d1e
      Arkadiy Illarionov authored
      d1ad2d1e
    • foobarbyte's avatar
      Fix crash on closing last active window. · 24890e25
      foobarbyte authored and Arkadiy Illarionov's avatar Arkadiy Illarionov committed
      When on_name_changed is called, controlwindow may refer to a window that has been closed. If so, this leads to is_window_on_active_workspace_and_no_other_maximized_windows_above causing a segmentation fault when top_window turns out to be NULL. Since we would like to clear the displayed window title in this case, we should first check whether controlwindow refers to a closed window. It makes sense to do this where we already check if it is NULL or if it refers to the Desktop. We can check this by determining whether the window has a valid PID using wnck_window_get_pid.
      24890e25
    • Arkadiy Illarionov's avatar
      Simplify reloadPlugins.sh · 11fb5e96
      Arkadiy Illarionov authored
      11fb5e96
  12. Jun 04, 2022
  13. Jun 02, 2022
  14. Jun 01, 2022
  15. May 31, 2022
    • Arkadiy Illarionov's avatar
      Cleanup windowck_new · 32e7b902
      Arkadiy Illarionov authored
      * Make create_icon() return WindowIcon and rename to window_icon_new
      * Avoid reordering, pack icon depending on prefs
      * Remove redundant label variable
      * Rename create_symbol to reset_symbol
      32e7b902
    • Arkadiy Illarionov's avatar
      Remove redundant argument · d1e8e490
      Arkadiy Illarionov authored
      First argument of create_symbol() is always wckp->prefs->show_app_icon.
      d1e8e490
Loading