Pascal Thomet

Results 197 comments of Pascal Thomet
trafficstars

Another idea concerning the "Help/Code Lookup" button: instead of grabbing the ActiveID, it could let the user navigate the trees and menus, and require the user to *right* click to...

Thanks for the suggestion about IM_DELETE. I squashed all the commits into one, and added some documentation.

Hello Omar, I squashed & rebased the code onto the latest commit of the docking branch. I know that you are extremely busy, so take your time and review this...

Hello, I did some more work on the manual inside imgui_demo.cpp. _Note: I added two new commits to this PR: one that [embeds imgui_demo.cpp into the emscripten builds](https://github.com/pthom/imgui/commit/fe8c2aabbbf9e07066513f3742ce47b450e81524) and one...

Hello, Just a quick update: I updated the code to solve the conflicts originating from the latest commits to the docking branch. Also, in order to make the process easier...

Ok, I took into account your suggestions. > StartsWith(): use strncmp Done > I also guess using absolute coordinate (GetCursorScreenPos().y) would simplify some code (can remove the GetWindowPos() and GetScrollY()...

Now that we have a code viewer, please give me a few days to explore some additional ideas about picking and navigation. I think it can be improved.

Ok, after a few days; I think we finally have something that is truly user friendly: [Live demo here](https://traineq.org/imgui_manual_tree/src/imgui_demowindow_only/imgui_demowindow_only.html) Basically, we now have a "Code lookup" checkbox. Whenever active, the...

Just a quick update: I rebased the commits on the latest docking commit (june, 4th). The CI is OK on [my fork](https://github.com/pthom/imgui/actions/runs/907240410), but is awaiting approval here.

Hello Omar, I rebased the commit onto the latest version of the docking branch. Also, I rewrote the history in order to keep only two commits (hopefully, this might bring...