add threadpool newapi tip

implement file dialog (GTK) newapi

implement ui_dialog_create (GTK) newapi

update uwproj newapi

add initial support for headerbars (GTK) newapi

implement new toolbar (GTK) newapi

fix double free on radiobutton group destroy newapi

fix hbox (GTK) newapi

add spinner (GTK) newapi

add new scrolledwindow (GTK) newapi

port combobox to new API (GTK) newapi

implement listview (GTK) newapi

port table to new API, replace custom tree model with GtkListStore newapi

port textfield to new API (GTK) newapi

fix progressbar using the wrong var type (GTK) newapi

implement new icon API (GTK) newapi

update spinner entry widget api (GTK) newapi

fix add_menuitem_widget passing wrong list type to uic_add_group_widget newapi

port progressbar to new API (GTK) newapi

add new label (GTK) newapi

implement grid colspan/rowspan (GTK) newapi

implement button icon parameter (GTK) newapi

port radiobutton to the new API (GTK) newapi

update button, togglebutton and checkbox to the new API (GTK) newapi

add save file dialog (WinUI3) newapi

minimal working menubar (GTK) newapi

fix some const related warnings newapi

initial newapi GTK port newapi

add input option to ui_dialog newapi

add list remove function newapi

add function for creating dialogs (WinUI3) newapi

copy UiList getselection fptr in uic_copy_binding newapi

add getter for list selections (Common, WinUI3) newapi

call context close handler on window close (WinUI3) newapi

add missing UIEXPORT newapi

fix usage of wrong type in ui_label_set (WinUI3) newapi

add function for creating windows without menu/toolbar (WinUI3) newapi

implement table dnd drop newapi

add file open dialog (WinUI3) newapi

add support for table string values, that need to be freed newapi

call event handler after text input in the path textfield newapi

fix list binding copy newapi

add event handler for menu item lists newapi

fix wrong menu item list label string used newapi

add getvalue func for menu item lists (WinUI3) newapi

add threadpool (WinUI3) newapi

implement ui_job() and add ui_call_mainthread (WinUI3) newapi

add macro for creating the appmenu toolbar item newapi

fix list binding not copied correctly when attaching a document newapi

add getter/setter for ui number/string types newapi

add icon parameter for buttons (WinUI3) newapi

add menu item list (WinUI3) newapi

remove table debug output newapi

make table columns resizable newapi

split toolbar in left,center,right segments (WinUI3) newapi

add new path textfield (WinUI3) newapi

add minimal working dnd implementation (WinUI3) newapi

prepare table dnd (WinUI3) newapi

implement pathbar action (WinUI3) newapi

add semi-functional pathbar (WinUI3) newapi

add progressbar (WinUI3) newapi

add label (WinUI3) newapi

implement table activate/selection events (WinUI3) newapi

fix ui_fileicon (WinUI3) newapi

add dll icon loader newapi

add support for icons in the table widget (WinUI3) newapi

improve table row selection, add support for multiple selections (WinUI3) newapi

add icons (WinUI3) newapi

add cleanup code for wrapper objects (WinUI3) newapi

add custom titlebar (WinUI3) newapi

change table colors (WinUI3) newapi

use generated App class (WinUI3) newapi

new menu api newapi

add toolbar appmenu and menu buttons newapi

implement toolbar togglebutton newapi

new winui vs project, add toolbar newapi

add breadcrumb bar newapi

add semi-functional table (WinUI3) newapi

finish navigationview (WinUI3) newapi

add UIEXPORT macro to create a dll newapi

add unfinished navigationview (WinUI3) newapi

add main tabview based on WinUI TabView newapi

add tabview based on winui the pivot control newapi

add combobox (WinUI3) newapi

add listview (WinUI3) newapi

add expander (WinUI3) newapi

add scrolledwindow (WinUI3) newapi

add frame container (WinUI3) newapi

implement textfield (WinUI3) newapi

add toggle switch (WinUI3) newapi

implement new api style for box and grid containers (WinUI3) newapi

add onchange event for toggle buttons (WinUI3) newapi

implement radio button (WinUI3) newapi

implement toggle button (WinUI3) newapi

implement new api style for ui_button (WinUI3) newapi

implement grid container (WinUI) newapi

implement ui_button (WinUI) newapi

create WinUI wrapper classes for usage in UiObject and widget creation functions newapi

add window container (WinUI) newapi

redefine UIWIDGET, remove widget abstraction class (WinUI) newapi

add basic winui menu implementation newapi

add ui common to vs build system newapi

merge newapi

minimal working winui app newapi

port motif code to ucx 3 newapi

move some menu code to common newapi

upgrade ucx newapi

add VS project newapi

remove ucx (breaks build) newapi

replace wpf with winui in the configure script newapi

enable gtk4 configure option newapi

refactor widget groups/document tree (Motif) default

refactor widget groups

add new toolbar toggle button

add container macros (GTK)

add splitpane (GTK)

fix some warnings

refactore document system to support document trees

ucx update

fix crash on window close (GTK)

Motif: enable xft text rendering by default

fix configure target options

update build system

ucx update

new build system

fixes document switching with textareas (Motif)

fixes ui_textfield_set (Motif)

applies value binding refactoring and text refactoring to motif implementation

fixes use after free when a GtkTreeView was destroyed

fixes gtk2legacy build

fixes uic_copy_binding

adds progressbar (GTK)

replaces usage of some deprecated functions (GTK)

adds simple drag and drop support (GTK)

new icon/image api and pixbuf support in treeview (GTK)

adds spinner widget (GTK)

UiInteger uses int64 now

adds observer support for textarea and textfield (GTK)

new checkbox and radionbutton features and more refactoring

improves doc detach and string value handling

refactors value binding system

fixes a ucx include

adds scrolledwindow and tabview container (WPF)

adds drawingarea (WPF)

adds gridwidth layout option (WPF)

refactors architecture (WPF)

adds new app callbacks (Motif)

using GtkApplication now

fixes VS settings

detaching variables correctly

adds some qt stuff

fixes stultus commit

fixes var binding and motif tableview

added drawingarea (Cocoa)

implemented simple toolbar items (Cocoa)

implemented sub menus (Cocoa)

added support for icons for the table widget (GTK)

fixed build with older gtk3

added some special textfields (Motif)

added some special textfields (GTK)

added scrolledwindow (GTK)

added scrollbar (Motif)

added scrollbar (GTK)

added combobox (Motif)

added combobox (GTK)

improved context menus

added ui_draw_line function

added box spacing (Motif)

added radio buttons (Motif)

added close handler to UiContext (GTK, Motif)

added radio buttons and gridwidth layout option (Qt)

added gridwidth layout option (GTK)

radio buttons bind to UiInteger now

improved box container and added radio button (GTK)

added simple window and open/save file dialogs for Qt

added FreeBSD support and fixed gtk2 build

added grid spacing (WPF)

added drawing area (Qt)

improved grid container (Qt)

implemented grid container (WPF)

improved gtk2 implementation of grid container

improved grid container (Gtk)

added mouse event handler (Motif)

implemented text layout functions (Motif)

added drawing area (Motif)

added drawing area (Gtk)

added checkbox and labels with alignment (GTK)

motif tabview fix

improved motif tab look

drawingarea based tab widget (Motif)

persistent textarea cursor position

added toolbar (WPF)

added textarea (WPF)

added toolbar combobox (Motif)

added toolbar combobox (GTK)

added ui_layout_fill (WPF)

added vbox,hbox function (WPF)

added box layout and button (WPF)

added event handler for menus (WPF)

added menus (WPF)

added missing build system files

configure script updated

added initial WPF code

fixed memory allocation bug

added context menus (Motif)

added context menus (GTK)

fixed grid container when using gtk2

added context menus (Qt)

added list view (Qt)

added check item for menus (Qt)

added label and textfield (Qt)

improved table (Qt)

added tabview (Qt)

added grid container (Qt)

added button and box container (Qt)

added label, grid container, simple tabview and textfield (Gtk)

added simple tabview (Motif)

added textfield and some container fixes (Motif)

added grid container (Motif)

improved box (Motif)

added vbox container (Motif)

added box container (GTK)

added table view (Qt)

updated UiText implementation (Qt)

added text widget (Qt)

added toolbar (Qt)

added Qt window and menu implementation

improved motif tabs

added document tabview (GTK, Motif)

added split view (Cocoa)

added list view (Cocoa)

added toolbar toggle button (Cocoa)

added threads (Cocoa)

added table view (Cocoa)

fixed fonts (Motif)

added scrolled window for table widget (Motif)

optimized selection callback (Motif)

added table view events (Motif)

added table view events (GTK)

fixed table bug

(0) -240 tip

mercurial