Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tooltips which are not near mouse pointer on bbs list/thread list for GTK3 #128

Merged
merged 8 commits into from Oct 5, 2019

Commits on Oct 3, 2019

  1. Use Gtk::Tooltip for BoardViewBase instead of builtin

    スレ一覧の項目に表示するツールチップをgtkが提供するものに変更する。
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0e29f3d View commit details
    Browse the repository at this point in the history
  2. Use Gtk::Tooltip for BBSListViewBase instead of builtin

    板一覧の項目に表示するツールチップをgtkが提供するものに変更する。
    サムネイル画像は従来のポップアップウインドウを引き続き使用する。
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    5774f11 View commit details
    Browse the repository at this point in the history
  3. Use Gtk::Tooltip for TabLabel instead of builtin

    タブに表示するツールチップをgtkが提供するものに修正する。
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    402540a View commit details
    Browse the repository at this point in the history
  4. Remove DragTreeView unused tooltip object and member functions

    独自のツールチップ実装はもう使わないのでDragTreeViewから削除する
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    202aeda View commit details
    Browse the repository at this point in the history
  5. Remove SKELETON::Tooltip

    ツールチップ用のポップアップウインドウは不要となったので削除する
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    84c6a66 View commit details
    Browse the repository at this point in the history
  6. Remove older tooltip object

    独自のツールチップ実装は削除されたので使用しているコードを整理する。
    ma8ma committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b5c0b7b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Configuration menu
    Copy the full SHA
    abd761b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddc965 View commit details
    Browse the repository at this point in the history